tritium Posted July 13, 2004 Share Posted July 13, 2004 I want to remove the product images from the product listings of a particular category --- I just want a list of products available, rather than the image of each product sitting there I have done this on another site - commented out the Product_list_image column ... then commented out the other instances of Product_list_image in the index file // create column list $define_list = array('PRODUCT_LIST_MODEL' => PRODUCT_LIST_MODEL, 'PRODUCT_LIST_NAME' => PRODUCT_LIST_NAME, 'PRODUCT_LIST_MANUFACTURER' => PRODUCT_LIST_MANUFACTURER, 'PRODUCT_LIST_PRICE' => PRODUCT_LIST_PRICE, 'PRODUCT_LIST_QUANTITY' => PRODUCT_LIST_QUANTITY, 'PRODUCT_LIST_WEIGHT' => PRODUCT_LIST_WEIGHT, //'PRODUCT_LIST_IMAGE' => PRODUCT_LIST_IMAGE, 'PRODUCT_LIST_BUY_NOW' => PRODUCT_LIST_BUY_NOW); BUT, the page isn't loading ... is there anything that needs to be done?? Link to comment Share on other sites More sharing options...
The_ancient Posted July 13, 2004 Share Posted July 13, 2004 you dont need to modifty the code at all.. admin --> configuration --> Product Listing set display product image to '0' Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.