Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Attributes stuck on page 1


wpgred

Recommended Posts

Posted

Products Attributes

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | >>

 

Above is what I'm having the problem with. I have pages and pages of attributes I have listed for products but when I click on another page or the arrows it still has me viewing page 1. This also happens with my option values above it.

Posted

in Admin/products_attributes.php right at the top of the page

 

Add this :

 

// bugfix - http://www.oscommerce.com/forums/lofiversion/i...hp?t268444.html - START

$option_page = (isset($HTTP_GET_VARS['option_page']) ? $HTTP_GET_VARS['option_page'] : '1');

$value_page = (isset($HTTP_GET_VARS['value_page']) ? $HTTP_GET_VARS['value_page'] : '1');

$attribute_page = (isset($HTTP_GET_VARS['attribute_page']) ? $HTTP_GET_VARS['attribute_page'] : '1');

// bugfix - http://www.oscommerce.com/forums/lofiversion/i...hp?t268444.html - END

 

 

right after this:

 

$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : '');

Archived

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

×
×
  • Create New...