Web Tool Bag  
Home · Articles · Downloads · Discussion Forum · Web Links · News CategoriesJuly 31 2010 10:30:23
Navigation
Home
Articles
Downloads
Discussion Forum
Web Links
News Categories
Search
Users Online
Guests Online: 5
No Members Online

Registered Members: 207
Unactivated Members: 0
Newest Member: Emily Benjamin
OsCommerce paging problems with administrting products attributes

OsCommerce problems with administrting products attributes


In you have some paging problems with paging in products attributes page in administration

admin/products_attributes.php


Please add this lines at line 18 in file admin/products_attributes.php

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

ADD:

  if( isset($HTTP_GET_VARS['option_page']) )    { $option_page    = $HTTP_GET_VARS['option_page']; }
  if( isset($HTTP_GET_VARS['value_page']) )     { $value_page     = $HTTP_GET_VARS['value_page']; }
  if( isset($HTTP_GET_VARS['attribute_page']) ) { $attribute_page = $HTTP_GET_VARS['attribute_page']; } 


Posted by zdravko on November 25 2008 10:19:07 821 Reads · Print
Ratings
Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Shoutbox
You must login to post a message.

No messages have been posted.
manual submit
Copyright © 2010 - www.webtoolbag.com