Guest Posted November 27, 2006 Posted November 27, 2006 please help. I need to somehow delete the price section under the product when you first go in to my website www.ingourmet.com can anyone please help me with this. Second problem i am having i can not put notes under my Shipping and handling area as you can see for your self. Please help. my emeil is [email protected] Thank you[/[/size]size]
bill110 Posted November 27, 2006 Posted November 27, 2006 catelog/includes/modules/new_products.php $new_products['products_name'] = tep_get_products_name($new_products['products_id']); $info_box_contents[$row][$col] = array('align' => 'center', 'params' => 'class="smallText" width="33%" valign="top"', 'text' => '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $new_products['products_name'] . '</a><br>' . $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id']))); delete this part: . $currencies->display_price($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id'])) [code] the files for the shipping etc are found in catelog/includes/languages/english/name_of_file (shipping.php, conditions.php,etc..)be sure to leave your text between single quotes. My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
Guest Posted November 27, 2006 Posted November 27, 2006 Thank you for your help. please help. I need to somehow delete the price section under the product when you first go in to my website www.ingourmet.com can anyone please help me with this. Second problem i am having i can not put notes under my Shipping and handling area as you can see for your self. Please help. my emeil is [email protected] Thank you[/[/size]size]
Recommended Posts
Archived
This topic is now archived and is closed to further replies.