Web Tool Bag  
Home · Articles · Downloads · Discussion Forum · Web Links · News CategoriesSeptember 09 2010 04:23:10
Navigation
Home
Articles
Downloads
Discussion Forum
Web Links
News Categories
Search
Users Online
Guests Online: 3
No Members Online

Registered Members: 214
Newest Member: aloyskimbe
Forum Threads
Newest Threads
Unix Servers
downloads
Validation on the re...
letters not working
When I input the wro...
Hottest Threads
Installation [11]
Captcha picture d... [4]
Any questions and... [4]
Integrate with Vi... [3]
How to include it? [3]
Latest Articles
PHP obfuscation usef...
Apache2 speed up
How to Optimize Loops
How to Fix Performan...
How to Understand Pe...
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 870 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.
Member Poll
Which PHP framework do you preffer?

Symfony

Zend

PHPDevShell

PHP on TRAX

eZ Components

Fusebox

PhpOpenbiz

Prado

QPHP

Seagull

You must login to vote.
Shoutbox
You must login to post a message.

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