This is a discussion on Maximum Product Quantity with Admin within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Many thanks to talking towns for your addition. However i just spent 3 days disseminating my bespoke code thinking i ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Many thanks to talking towns for your addition. However i just spent 3 days disseminating my bespoke code thinking i had broken my cart. I used the ALTER TABLE `products` ADD `maxorder` INT(4) DEFAULT NULL ; query (STEP 6 in both kayakbabes and zlochkos contributions) but checkout kept refreshing to the shopping cart again. therefore i am editing talkingtowns code to read Find if (!tep_session_is_registered('cartID')) tep_session_register('cartID'); $cartID = $cart->cartID; Insert after //Check for maximum quantity if(MAXIMUM_ORDERS == 'true'){ for ($i=0, $n=sizeof($order->products); $iproducts[$i]['id']."'"); while ($max_order = tep_db_fetch_array($max_order_query)) { // set the cart item max var if ($order->products[$i]['qty'] > $max_order['max_quant'] ) { tep_redirect(tep_href_link(FILENAME_SHOPPING_CART) ); } } } } //End MAXIMUM quantity code //regards web-junkies 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 |
| Maximum Product Quantity with Admin | michael_s | New osCommerce Contributions | 0 | 01-06-2008 10:00 AM |
| Product Quantity Dropdown on Product Info Page | michael_s | New osCommerce Contributions | 0 | 06-12-2007 01:14 PM |
| Minimum Product Quantity with Admin v1.5 | Twister | osCMax v2 Customization/Mods | 2 | 05-27-2007 02:23 AM |
| Maximum Stock Quantity on Stock Page? | Dubious | osCMax v2 Features Discussion | 0 | 08-18-2006 02:17 PM |
| Changing maximum number of orders displayed in admin panel | markymrk22 | osCommerce 2.2 Installation Help | 1 | 09-03-2005 10:56 AM |