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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello , Is it possible to remove the price from the title at the product page? If so - how do I do it ? Thank you |
|
#2
| |||
| |||
| 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 |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Quantity Price Breaks Per Product Price Table Formatter | michael_s | New osCommerce Contributions | 0 | 06-22-2007 04:37 PM |
| Remove Price and Buy Now Buttons | michael_s | New osCommerce Contributions | 0 | 06-04-2007 11:11 AM |
| Remove the Prodcut Price from the Prodcut_info.php | mrwang | osCMax v1.7 Discussion | 6 | 01-12-2006 01:58 PM |
| How 2 change <title>osCommerce</title> | vannelle | osCommerce 2.2 Modification Help | 3 | 06-08-2004 03:25 PM |
| Remove heading title | peter | osCommerce 2.2 Modification Help | 0 | 10-08-2003 09:19 AM |