Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Product Attributes display


Guest

Recommended Posts

Posted

I'm sure that I'mmissing something obvious here so apologies in advance...

 

Is there a way to increase the number of product attributes displayed in the admin area.

By default, it displays 10 products and attributes per page, which can be a nuisance when trawling therough lots of products and attributes to edit one.

 

Can I set anything to make it display 20 results per page?

 

thanks

Posted

x2

 

 

Additionally, the page numbers to look at the rest of the attributes don't work. I can only see the page 1 attributes.

Posted
Yotac, did you figure it out?

 

No I didnt I'm afraid.

 

I'm fairly comfortable with hacking about in oscommerce although I'm a bit of a novice when it comes to php

 

I expect the asnwer will be in the admin/product_attributes.php page somewhere though.....

  • 1 year later...
Posted

I'm sure that I'mmissing something obvious here so apologies in advance...

 

Is there a way to increase the number of product attributes displayed in the admin area.

By default, it displays 10 products and attributes per page, which can be a nuisance when trawling therough lots of products and attributes to edit one.

 

Can I set anything to make it display 20 results per page?

 

thanks

In catalog\admin\includes\languages\english (or whichever language you have set it up for)

 

Open product_attributes.php

 

Look for following

 

define('MAX_ROW_LISTS_OPTIONS', 10);

 

Change 10 to whatever number you want to see.

 

:)

Archived

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

×
×
  • Create New...