Do you anyone know, how can I set minimum price for one order? Is there some code, plugin or module? Thank you.
» Quick.Cart v2.x
merci
2007-11-16 09:43
Slope - it isn't easy to do, so we can't give you ready solution - step after step - too much writing. You have to know php well to do this. Do you feel that you are able to do this?
Slope
2007-11-16 14:35
I wish I were able to do this. Unfortunately my profession is slightly different than programming. Thank you guys...you've done bunch of work.
spamex
2007-11-18 21:04
One 'easy way' :
1) in config.php => $config['minimal_cart']= 50;
2) in your language file en.php $lang['minimal_cart'] = 'Minima Cart';
3) in your config_form.tpl <tr><th>$lang[minimal_cart]</th><td> <input type="text" name="minimal cart" value="$config[minimal_cart]" size="5" maxlength="5" /></td></tr>