Hello ,
Is it possible to remove the price from the title at the product page?
If so - how do I do it ?
Thank you
This is a discussion on remove price from title within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hello , Is it possible to remove the price from the title at the product page? If so - how ...
Hello ,
Is it possible to remove the price from the title at the product page?
If so - how do I do it ?
Thank you
yes
/includes/meta_tags.php
find: case CONTENT_PRODUCT_INFO:
in that case find: $mt_products_price = META_TEXT_PRICE . strip_tags($mt_products_price);
and replace with: $mt_products_price = "";
That's the quick fix.
I would suggest at a later time going back and cleaning up all the queries to the database so you don't beat the sql server up getting the price data that you aren't using anyway.
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Bookmarks