This is a discussion on Product Quick Edit within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; To prevent a possible problem: Find in both files: if (isset($HTTP_GET_VARS['pID'])) { $HTTP_GET_VARS['pID'] = $pID; } else { } And ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Find in both files: if (isset($HTTP_GET_VARS['pID'])) { $HTTP_GET_VARS['pID'] = $pID; } else { } And replace with: if (isset($HTTP_GET_VARS['pID'])) { $pID = $HTTP_GET_VARS['pID']; } else { } Attached file has same information. Thanks to Chris Dunning for the tip. More...
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Product Quick Edit | michael_s | New osCommerce Contributions | 0 | 01-22-2008 12:40 PM |
| Special Price Input/Edit in Product Edit/Add Screen | michael_s | New osCommerce Contributions | 0 | 08-28-2007 03:25 PM |
| Special Price Input/Edit in Product Edit/Add Screen | michael_s | New osCommerce Contributions | 0 | 08-19-2007 05:12 AM |
| Special Price Input/Edit in Product Edit/Add Screen | michael_s | New osCommerce Contributions | 0 | 08-11-2007 10:00 AM |
| Edit Product Attributes HELP | harborsales1 | osCMax v1.7 Installation | 0 | 08-06-2004 07:04 PM |