toeslaw123 Posted May 24, 2006 Posted May 24, 2006 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
insomniac2 Posted May 24, 2006 Posted May 24, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.