Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing pictures from product listing


tritium

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...