VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: nanaexnet on October 13, 2015, 11:52:24 AM

Title: custom fields Extra cost disappears after overwrite final
Post by: nanaexnet on October 13, 2015, 11:52:24 AM
Hello,
I have create some products with custom fields (string attribute) with extra cost. But when i enter discounts with overwrite final, the extra custom field cost disappears.Is that normal and if it is, how am I supposed to add discounts?
Thanks in advance!
Title: Re: custom fields Extra cost disappears after overwrite final
Post by: jenkinhill on October 13, 2015, 12:09:16 PM
It is in the title "overwrite final". Whatever the final price of the product will be, it is overridden by whatever you set as the override price.

Use Tax/Calculation rules for discounts.  http://docs.virtuemart.net/manual/products-menu/taxes-and-calculation-rules.html

Title: Re: custom fields Extra cost disappears after overwrite final
Post by: lefterisexn on October 14, 2015, 13:21:27 PM
I have the same problem but i have 700 products. How can i fix this without changing every single product?
Title: Re: custom fields Extra cost disappears after overwrite final
Post by: GJC Web Design on October 14, 2015, 18:05:54 PM
so u have 700 products with over write price?

DB query to set them to 0.00000

UPDATE `xxx_virtuemart_product_prices` SET `product_override_price`= '0.00000'
Title: Re: custom fields Extra cost disappears after overwrite final
Post by: jimleeder123 on October 15, 2015, 11:57:28 AM
Don't use string custom field. Its very limited compared to Hutson's plugin - http://forum.virtuemart.net/index.php?topic=127362.0