If you have a discounted price in virtuemart, there doesn't seem to be a way to display the old price with tax. It shows the pre-tax price. It is also showing the old pre-tax price when there is no...
I can't see a control to use to add the base price for variant with tax. I can only see one without tax
Base price for variant:
echo $this->currency->createPriceDiv ( 'basePriceVariant',...
I would like to display "base price with tax" instead of "base price" in category view.
I have following configuration of prices in VM:
Now, the base is not displayed because I turned it off in...
Is there any possibility to display quantity related prices (e.g. 1-9 pieces 40.00$, 10-30 pieces for 30.00$) on the product detail page in VirtueMart?