Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Attributes Problem!


gohrayson

Recommended Posts

Posted

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,

  • 3 weeks later...
Posted
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

Archived

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

×
×
  • Create New...