is there a way to set a minimum value that you have to buy from the shop... let's say That the minimum value is 20 euro ... is there a way to restrict orders that are under 20 euro?
After that just edit file templates/messages.tpl and make new block MIN_SUMMARY and declare in it error which You want to show to Your users..
lateNIGHT
2009-12-21 20:41
i edited all required files but i get this error Fatal error: Call to undefined method Orders::checkMinSummary() in ...\actions_client\p.php on line 103
I think is something wrong with orders.php
I don`t know where to put function checkMinSummary. I can`t find function checkFields in orders.php