If you want to get instant help...please click here to submit a ticket [ link ]
We support 7000+ osCommerce add-ons! Affordable, Reliable, Speed on Rails services on customizations of osCommerce shipping, payment, marketing and others.

Minimum Product Quantity with Admin

for osCommerce Merchant version 2.2


Retail Price: $100.00


Ask a Question About:Minimum Product Quantity with Admin

This contrib is a heavy modification of "Min Order Quantity" By Dave Latham.

It allows you to specify a minimum quantity for each individual product (stored in a new database field) and has an admin interface to turn the feature on or off.

It also has the capability to display the minimum order number on the product_info page.

Instructions are in txt form inside the zip

Minimum Product Quantity with Admin 1.5

03/26/2006 by tropic

Complete instructions to install MPQ v1.5

Includes all the previous updates.

In this version I added the capability to turn On/Off and specify the order in which to display the "MQP column" in the products listing page (user interface, index.php file) through the admin panel.


Minimum Product Quantity with Admin 1.4

07/22/2005 by Gidgidonihah

Complete instructions to install MPQ v1.4.

Includes the fix added in the previous update.


Attributes bug fix

07/09/2005 by kvoell

Problem, for items with attributes once the item was added to the cart and the product qty was updated the attributes would be lost. This fixes this problem.

Change this line:
$cart->add_cart($products[$i]['id'],$products[$i]['quantity']);

to this:
$cart->add_cart($products[$i]['id'],$products[$i]['quantity'],$products[$i]['attributes']);


Minimum Product Quantity with Admin 1.3

07/07/2005 by Gidgidonihah

Complete instructions to install MPQ v1.3.

Includes fixes added in the previous updates.


Replace javascript alert with notice text

06/28/2005 by Jussi Ruokomaki

To replace the javascript alert in v1.2 do the following:



1) REPLACE

echo '';

WITH

$cart_notice = sprintf(MINIMUM_ORDER_NOTICE, $products[$i]["name"], $products[$i]["min_quant"]);



2) AFTER





}
}

INSERT

if ($cart_notice) {
?>





}



3) In includes/languages/english/shopping_cart.php add

define('MINIMUM_ORDER_NOTICE', "Minimum order amount for %s is %d. Your cart has been updated to reflect this.");

Missing update in Admintool

03/01/2005 by harolod

In STEP 9 of your description you forgot to mention:

Find:
'manufacturers_id' => tep_db_prepare_input($HTTP_POST_VARS['manufacturers_id']));

and insert BEFORE it:
'minorder' => tep_db_prepare_input($HTTP_POST_VARS['minorder']),


Minimum Product Quantity with Admin 1.2

02/25/2005 by Mark Rickert

This changes things...
previous version allowed a differene minimum level for each language (if you want this use 1.1) but i changed it so that each product has a minimum level no matter the language.
Makes populating data for minorder much easier.

Upgrade instructions included for 1.1 users.


Update: Minimum Product Quantity with Admin 1.1

02/23/2005 by Mark Rickert

Now you have the ability to manage each individual product's minimum level.
Good luck!
-Mark


Minimum Product Quantity with Admin

02/23/2005 by Mark Rickert

This contrib is a heavy modification of "Min Order Quantity" By Dave Latham.

It allows you to specify a minimum quantity for each individual product (stored in a new database field) and has an admin interface to turn the feature on or off.

It also has the capability to display the minimum order number on the product_info page.

Instructions are in txt form inside the zip


As experienced osCommerce Experts, we are glad to help you to install this addon. The process is as follow:
  • You placed an order of this addon or other addons, checkout and receive an email notification of order status
  • Or you can contact us directly using email form, asking us to install this addon for you
  • Once you and we have agreed to start, please send us FTP access by email
  • You will be updated of the installation status
  • You may ask for customization jobs of this addon

You Risk Nothing: No Upfront Payment Required

Our NO RISK POLICY is clear. You pay only for the successful completion of the installation. If you are not satisfied or we are unsuccessful, your site will be returned to its previous working state and you pay nothing! NOT A PENNY!
Once you are satisfied with our help, you can pay us through Paypal.

OUR NO RISK GUARANTEE 1. No upfront payment is required 2. You only pay on successful completion 3. Money Back Guarantee within 90 Days ! You don't get guarantee like this any where else . . . You Don't Risk One Peny!
Add to Cart:



Copyright © 2006-2012 www.oscexp.com