We are setting up a webshop in which 'nuts' are sold. Each sort of nut is available in several amounts (weights).
The more weight, the lower the overall price.
250 gram -> 1 Euro
500 gram -> 1,75 Euro
1000 gram -> 3,25 Euro
HOW can I do this??? I've tried several options:
This description:
http://www.gjcwebdesign.com/joomla-virtuemart-tips/793-virtuemart-3-add-a-simple-cart-select-variant-by-custom-fields.htmlProblem: the option prices are shown as ADDITIONAL costs, but it must be the FINAL costs...
(Custom field 'String' is used here)
This is the most beautiful option, but if I could only get the price per option as final price... In stead of ADDITIONAL price...
This VERY nice solution:
http://forum.virtuemart.net/index.php?topic=127362.0But this one does not calculate TAX in the variant's prices...
And it does not work OK in Virtuemart modules like 'VirtueMart Products' to have a subset on for example the front page of your website... (selection does not work)
The Multi Variant version, tried to copy the example
https://demo.virtuemart.net/multi-variant-12-detail with the Mulit Variant demo product. Created the custom field 'Multi Variant'.
Problem: it creates child products for which a lot of additional editing must be done, for example TAX rules must be applied and stock must be added.
Not all childs are displayed (it ignores the first child??)
When I want to display it as a radio button list, selecting the options does not update the price displayed (screen 'freezes') (pull down list works ok on price updating)
This is rather a complex solution which I try to avoid...
I would be VERY grateful if someone could give me a very brief description how to fix this or give a hint in the right direction. I am SO CLOSE, but still have not managed to get it working OK...
MANY thanks!