0

I have products in different sizes. Each size has a different price. The different sizes and prices are setup via custom fields on the product. I filled the total price of the product in the custom field value (thus not the incremental value +10 e.g.). I have also setup the base price for the product in the product details, because this is mandatory.

Product A Base price is 100 euro "Size 70x100 is 100 euro" "Size 80x100 is 110 euro" "Size 90x100 is 120 euro"

Now when I put 1 product A with size 80x100 in the cart the total price is incorrectly set to 210 euro (110 euro base plus 110 for size 80x100).

The solution would be to exclude the base price from the total price. How to do this?

The other solution would be to only use +10 euro, +20 euro etc. This would mean an unaffordable amount of work for me, so I hope solution one is possible.

admdrew
  • 3,790
  • 4
  • 27
  • 39

1 Answers1

0

maybe it's a virtuemart problem in Custom Fields (not solved yet). In my test website: http://outros.net23.net/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=8&virtuemart_category_id=2

you could see the Default sample data vm2.0.6, no template override. If you try to change the Custom Field Size of the Circular Saw, to "50" the price increase to 261.60 and Tax: 59.20 But if you add to cart this Custom Field ... then we could see that the price isnt the same...

Try to test one VM2 instalation in your localhost (with VM2 sample data) and compare/check if the result is the same for you.

best regards

Lipes
  • 3
  • 2