
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', 'COM_VIRTUEMART_PRODUCT_BASEPRICE_VARIANT', $this->product->prices );
How do I display it with tax?
Thanks
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', 'COM_VIRTUEMART_PRODUCT_BASEPRICE_VARIANT', $this->product->prices ); How do I display it with tax? Thanks