This is a discussion on All Manufacturers within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This is just a simple fix to ensure that your session isn't lost if cookies aren't enabled... I ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| This is just a simple fix to ensure that your session isn't lost if cookies aren't enabled... I couldn't remember if i had previously modified the file, so i am just listing the change. Find this line around 104: Code: echo '<a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturers['manufacturers_id'] . '=' . $manufacturers['manufacturers_name'], 'NONSSL', false) . '">'. $manufacturers['manufacturers_name'] . ' '; Code: echo '<a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturers['manufacturers_id'] . '=' . $manufacturers['manufacturers_name'], 'NONSSL') . '">'. $manufacturers['manufacturers_name'] . ' '; Rob More...
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Specials By Manufacturers Box | michael_s | New osCommerce Contributions | 0 | 01-27-2007 04:51 PM |
| Manufacturers SQL error | Jural | osCMax v2 Installation issues | 1 | 10-03-2006 07:22 AM |
| Modify Manufacturers Box to only show Manufacturers that are | elemar | osCommerce 2.2 Modification Help | 0 | 12-09-2003 01:16 AM |
| Manufacturers to Publishers? Help Please... | elijahweb | osCommerce 2.2 Modification Help | 1 | 01-18-2003 08:08 AM |