vivekj Posted March 28, 2008 Posted March 28, 2008 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
Guest Posted March 29, 2008 Posted March 29, 2008 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.
vivekj Posted March 29, 2008 Author Posted March 29, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.