gohrayson Posted October 30, 2008 Posted October 30, 2008 I tried to add the more products in the products attributes page but when i click page 2... the page number changes to shop/admin/products_attributes.php?attribute_page=2 but all the listings remain on page 1 how do i fix this bug? Regards,
avidreader Posted November 20, 2008 Posted November 20, 2008 I tried to add the more products in the products attributes page but when i click page 2... the page number changes to shop/admin/products_attributes.php?attribute_page=2 but all the listings remain on page 1 how do i fix this bug? Regards, I drove myself crazy and spent all day searching for a solution for the same problem. Found it on ez-oscommerce.com from somebody named Jeff: Add $value_page = $_REQUEST['value_page']; $attribute_page = $_REQUEST['attribute_page']; to the top of /admin/product_attributes.php. SO, I put it under the VERY top: ---------------------------------------------------------------------------------- Released under the GNU General Public License */ $value_page = $_REQUEST['value_page']; $attribute_page = $_REQUEST['attribute_page']; require('includes/application_top.php'); $languages = tep_get_languages(); -------------------------------------------------------------------------------- taking no chances, AND it worked for me! Hope that helps, will send privately also because your post is a bit old. Trisha
Recommended Posts
Archived
This topic is now archived and is closed to further replies.