Chrisnz
posted this
09 December 2016
Using the following CMS code works well to recognize when you have a discount set using 'Overwrite final' in virtuemart.
if ($product->prices['discountedPriceWithoutTax'] !=
$product->prices['priceWithoutTax']) { // your price here }
What would the equivalent code be to recognize a discount with the setting 'Overwrite price to be taxed'?
Thanks
Using the following CMS code works well to recognize when you have a discount set using 'Overwrite final' in virtuemart. > if ($product->prices['discountedPriceWithoutTax'] != > $product->prices['priceWithoutTax']) { // your price here } What would the equivalent code be to recognize a discount with the setting 'Overwrite price to be taxed'? Thanks
Vote to pay developers attention to this features or issue.




