Products in categories show
Price with discount:
Sales price:
Sales price without tax:
Tax amount:
I only want to show "Sales Price" and other details to be shown in the cart. How do I do that?
VM 2.0.24c
J2.5.18
Edit the view file components/com_virtuemart/views/category/tmpl/default.php and remove display of all prices except the one which includes COM_VIRTUEMART_PRODUCT_SALESPRICE
Use the edited file as a template override.
thanks for helping me out.
how to do this on the product page too?
Same method, but the file to edit & override is components/com_virtuemart/views/productdetails/tmpl/default_showprices.php