tsvenkat Posted March 2, 2007 Share Posted March 2, 2007 We have osC 2.2 installed. There is one issue The PRODUCTS ATRRIBUTES page has 11 pages but clicking on any page shows only PAGE 1 how to sort out ? Link to comment Share on other sites More sharing options...
ErollorD Posted March 2, 2007 Share Posted March 2, 2007 The PRODUCTS ATRRIBUTES page has 11 pages - are you talking about admin section? Link to comment Share on other sites More sharing options...
Guest Posted August 12, 2007 Share Posted August 12, 2007 The PRODUCTS ATRRIBUTES page has 11 pages - are you talking about admin section? i am having the same problem, yes in the admin sectionwhen you click on the next page for Product Options , Option Values , Products Attributes it still only refreshes to page 1, makes editing product attributes impossible through the admin section, only way i cando it is by direct access to the database does anyone know what would be causing this Rhys Link to comment Share on other sites More sharing options...
Guest Posted August 27, 2007 Share Posted August 27, 2007 Open your catalog/admin/products_attributes.php and search for this line: $action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : ''); Immediately below it, add the following: $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'); That should fix your issue. Regards, ValueDock Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.