Guest Posted June 9, 2004 Share Posted June 9, 2004 Hi, any body know how to remove price from index page, from table New Products For .... New Products For JunePicture Name of product PRICE :unsure: Link to comment Share on other sites More sharing options...
TomThumb Posted June 9, 2004 Share Posted June 9, 2004 change /catalog/includes/modules/new_products.php line 33 from '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']))); to '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>'); while (!succeed) {try()}; GMT -6:00 Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2004 Share Posted June 9, 2004 :D :) :rolleyes: WORK!!!! Thanks Thanks Thanks Link to comment Share on other sites More sharing options...
rbell Posted April 14, 2005 Share Posted April 14, 2005 This also worked for a problem i was working with. Thank You Link to comment Share on other sites More sharing options...
Guest Posted May 3, 2005 Share Posted May 3, 2005 :D :) :rolleyes: WORK!!!! Thanks Thanks Thanks <{POST_SNAPBACK}> Ack!! I almost had it - I was just missing off the final ' after the </a> Ta muchly!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.