Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Product Attributes Page


craigamus

Recommended Posts

Posted

I hope Im not missing something completely idiotic, but my product attributes page does not work properly. I can only view the first page. Clicking the link to any subsequent page (admin/products_attributes.php?attribute_page=5) brings me back to the same page, so I cant edit any product attributes after the ones on the first page. I know I can edit things manually in mysql but my business partner who is less technically inclined uses the admin site to, well to administer the site and him going into the mysql database is not an option. If this is a known problem with a known fix and I just havent seen the page yet, just send me a link or if someone else has encountered this and has fixed it let me know what they did. I am using 2.2 RC1 and I havent changed the code on any of the admin pages since install.

Posted

I saw the same issue a little while ago.

easiest way of fixing it would be increasing the number of rows shown on every page.

originally this number is set to 10 I increased mine to 20 and problem solved.

funny thing is previously it was showing 3 pages of option values which of course I couldn't see since clickingit didn't work but once I increased the number to 20 I see there are only 14 option values which would make only 2 pages (1.5) under previous setting.

 

anyway to change the default open admin/includes/language/english/products_attributes.php:

 

FIND:

 

define('MAX_ROW_LISTS_OPTIONS', 10);

 

change 10 to whatever number you like.

Santa's little freelancer

Archived

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

×
×
  • Create New...