I'd appreciate knowing the correct way to remove some prices from the product page for storebox (screenshot attached).
Firebugging it shows the following classes I can display: none on but I'd like to remove it's output completely.
- Code: Select all
PricepriceWithoutTax vm-display vm-price-value,
PricebasePrice vm-display vm-price-value,
PricebasePriceVariant vm-display vm-price-value,
PricevariantModification vm-nodisplay {
}
Looking through the template code I found what looks like the template product page output in templates/gk_storebox/html/com_virtuemart/productdetails/default.php but I'm not sure if this is correct and if so where to place the customised version of this?
Many thanks for your time it is appreciated