Most licenses are good for the lifetime of the product. In some cases there may be an update fee for major version changes (v1 to v2, etc...)
Miva Merchant Compatibility: Miva Merchant updates can occasionally break modules. Let us know if you run into any issues after an update.
The idea is simple. You create a specific attribute for a product which is then used by the module to store a custom price. The module is actually called "Custom Attribute Price" once it's installed.
Of course. In fact... we have a QR Code module that you could use to create and print out QR Codes to your tip jar/invoice/etc page where customers and other people can give you money.
Yes. The module uses a text attribute field for price adjustments so any product that you add the attribute to can be used with this module.
No.
Attributes are considered part of the product and the attribute price is always multiplied by the product quantity. There is nothing we can do about this until Miva adds some kind of "fixed price" attribute.
Want FastFAQs for your store? Get the module!
Custom Attribute Price gives you the ability to create a product and let your customers enter a price they want to pay. It uses a product attribute which means the name, code, and price of the entry will show up in all checkout steps and order reports without any extra coding.
This module is useful for donations, tips, invoices, open ended gift certificates, and more.
Open the PRODUCT DISPLAY (PROD)
page and click the ITEMS tab and assign the CUSTOMAP: Custom Attribute Price
item to the page.
Open the PRODUCT DISPLAY LAYOUT section of the template and add the following page item just above the closing </form>
tag for the ADD TO CART form.
<mvt:item name="customap" param="set_data()" />
If it's hard to find the form, look for name="quantity"
which is the quantity input field and/or check for name="add"
which is often the name of the form.
This page item creates a hidden field to let the module know the product is being used for a custom attribute price.
Create a text attribute for a product you want to use this for by:
Attribute Settings:
The module is now set up. When a customer visits the product, whatever amount they type in the text attribute field will used as the price for the attribute.
ADPR
add to cart. Multi add ADPM
is not supported at this time.