Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product attribute page


John

Recommended Posts

Posted

I am running pure downloadable store. My store consists of more than hundred items. When I go to define the downloadable file name for my products, the products attribute page shows only 10 products per page. I have to move from page to page to configure the desired products. Please provide me the solution so that all of my products will be shown on the one page in product attribute page.

Posted

Yes simply open up your admin/includes/languages/english/product_attributes.php file and change the following line from

 

define('MAX_ROW_LISTS_OPTIONS', 1000);

 

to say

 

define('MAX_ROW_LISTS_OPTIONS', 100000);

 

This should do it for you

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Archived

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

×
×
  • Create New...