This is a discussion on Quantity Box in Product Listing v1.0 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This code worked for me... This one does not use the dropdown menú. product_listing.php Replace this: case '...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| This code worked for me... This one does not use the dropdown menú. product_listing.php Replace this: case 'PRODUCT_LIST_BUY_NOW': $lc_align = 'center'; $lc_text = '' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . ''; break; } with: case 'PRODUCT_LIST_BUY_NOW': $lc_align = 'center'; $lc_text = ' ' . tep_image_submit('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . ''; break; In application_top.php Replace this: $HTTP_POST_VARS['id']))+1 with: $HTTP_POST_VARS['id'])) + $HTTP_POST_VARS['quantity'] I used a button different than the one used by the contribution creator as it was better for my own use. Hope it helps anyone. The archive does not contain nothing. 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 |
| Quantity Box in Product Listing v1.0 | michael_s | New osCommerce Contributions | 0 | 09-21-2007 06:54 PM |
| Quantity Box in Product Listing v1.0 | michael_s | New osCommerce Contributions | 0 | 09-20-2007 08:04 PM |
| Buy/Add button removal if quantity = 0(for SPPC w/ Column Product Listing) | michael_s | New osCommerce Contributions | 0 | 05-03-2007 11:12 PM |
| Product Quantity on Product Listing Page | vinces | osCMax v1.7 Discussion | 2 | 12-10-2004 06:32 PM |
| Modyfying product listing and new products listing | pavlo | osCommerce 2.2 Modification Help | 0 | 11-22-2004 08:27 AM |