This is a discussion on Admin Products Paging within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This is an extensive update to categories.php. Just extract the file and replace /admin/categories.php with this file or use a ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
#1
| ||||
| ||||
| This is an extensive update to categories.php. Just extract the file and replace /admin/categories.php with this file or use a file comparison program to integrate the changes manually. Remember to backup any previous file. Pagination works here properly in all tested cases. this is NOT a full package. You will also need to run the SQL query from V3.0 if you haven't already. If you get this error (Fatal error: Call to undefined function: tep_hide_session_id() in...) it's probably because you didn't upgrade to the latest OSC RC1. This function comes with RC1, please add it to your admin/includes/functions/html_output.php file Make sure you paste the code right ABOVE the final ?> at the bottom of the file: // Hide form elements function tep_hide_session_id() { $string = ''; if (defined('SID') && tep_not_null(SID)) { $string = tep_draw_hidden_field(tep_session_name(), tep_session_id()); } return $string; } More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Posted By | For | Type | Date | |
| My boat is sinking... - osCommerce Community Support Forums | This thread | Refback | 07-30-2008 07:00 PM | |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Admin Products Paging | michael_s | New osCommerce Contributions | 0 | 01-13-2008 07:54 AM |
| What is cross sell products,products expected,specials in admin catalog section mean? | soibaal | osCMax v2 Features Discussion | 2 | 07-05-2007 07:06 AM |
| Admin Products Paging | michael_s | New osCommerce Contributions | 0 | 03-06-2007 06:50 AM |
| Admin Products Paging | michael_s | New osCommerce Contributions | 0 | 03-06-2007 05:11 AM |
| IMAGE DOES NOT EXIST in Admin for new products | rd42 | osCommerce 2.2 Installation Help | 2 | 06-12-2003 04:14 PM |