Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to modify Product Listing columns


vivekj

Recommended Posts

Posted

Hi,

 

I am trying to find out how I can modify the columns that get displayed in product listing. For example, I want to hide the Quantity field.

 

I tried searching the forum but could not find if this or similar has been asked before and answered.

 

Appreciate the help.

 

Thanks

Posted
Hi,

 

I am trying to find out how I can modify the columns that get displayed in product listing. For example, I want to hide the Quantity field.

 

I tried searching the forum but could not find if this or similar has been asked before and answered.

 

Appreciate the help.

 

Thanks

Try in admin product listing.

Posted

Hi,

 

I was able to figure out by myself :thumbsup:

 

In the index.php, commented out the line below:

 

// 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);

 

Thanks

Vivek

Archived

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

×
×
  • Create New...