Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to set the default quantity?


toeslaw123

Recommended Posts

Posted

The default quantity is set to 1 .

How do I change this to 3 ?

 

I have minimum orders.

 

Any help will be appreciated.

 

Thanks everyone,

 

Toe

Posted

There are a few minimum orders mods out there. Just look in the sql file for the line that looks something like this:

 

ALTER TABLE `products` ADD `minorder` TINYINT( 4 ) DEFAULT '1' NOT NULL ;

 

and change where it says DEFAULT '1' to whatever the amount you want it to be.

 

Do not use this example unless it matches yours. Use the original install sql file.

 

than run the command in your sql admin tool

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...