wpgred Posted January 8, 2008 Posted January 8, 2008 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.
chipshot Posted January 8, 2008 Posted January 8, 2008 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'] : '');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.