quasar Posted April 22, 2009 Posted April 22, 2009 I dont really but or sell products on my site. It is more a portal or directory. If I display discounts or rebates it will be on the entry itself. Because of this I dont want to display prices in the specials box. How do I remove the price so it does not display?? Can I have a 2nd reviews box under the main screen. Its a cool way to feature new products listed on a revolving basis.... Any help appreciated Have a great day Francois
masat Posted April 22, 2009 Posted April 22, 2009 REMOVE THE FOLLOWING from includes/boxes/specials.php <s>' . $currencies->display_price($random_product['products_price'], tep_get_tax_rate($random_product['products_tax_class_id'])) . '</s><br /><span class="productSpecialPrice">' . $currencies->display_price($random_product['specials_new_products_price'], tep_get_tax_rate($random_product['products_tax_class_id'])) . '</span> To add other boxes just copy the one that best suits you, edit it appropriately, and add it to the column of choice. There may be tweaking required here and there depending on the box. How do you know when you know what you want to do for the rest of your life?
quasar Posted April 23, 2009 Author Posted April 23, 2009 REMOVE THE FOLLOWING from includes/boxes/specials.php <s>' . $currencies->display_price($random_product['products_price'], tep_get_tax_rate($random_product['products_tax_class_id'])) . '</s><br /><span class="productSpecialPrice">' . $currencies->display_price($random_product['specials_new_products_price'], tep_get_tax_rate($random_product['products_tax_class_id'])) . '</span> To add other boxes just copy the one that best suits you, edit it appropriately, and add it to the column of choice. There may be tweaking required here and there depending on the box. Hi, Thanks for the help. As regards the second box lets say I copy it and call it specials2.php. No problem displaying it but how would I go about adding items i.e. currently I edit in the admin panel - how would I get to add items to this 2nd box Regards Francois
Recommended Posts
Archived
This topic is now archived and is closed to further replies.