Storebox Product Page Customisation

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Dec 21, 2015 9:35 am
Reply with quote
Report this post
Hello,
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
User avatar
Fresh Boarder

GK User
Mon Dec 21, 2015 10:42 am
Reply with quote
Report this post
You can modify virtuemart view override (in templates/gk_storebox/html/com_virtuemart/productdetails/ folder) just remember that during our template update it will be overwritten.
User avatar
Moderator

GK User
Mon Dec 21, 2015 11:04 am
Reply with quote
Report this post
Cyberek wrote:You can modify virtuemart view override (in templates/gk_storebox/html/com_virtuemart/productdetails/ folder) just remember that during our template update it will be overwritten.


Okay thanks, can the override be placed somewhere else then so that when the template is updated the changes are kept?
User avatar
Fresh Boarder

GK User
Mon Dec 21, 2015 11:05 am
Reply with quote
Report this post
No it can't - this is the only way.
User avatar
Moderator


cron