The following will set the 'minimum order value' field in 'Business Settings | Ordering' to be used for customer accounts only (so if you want to also have a minimum order value for non-registered customers then you won't be able to use this):
* browse to your site folder and locate 'ActinicOrder.pm' (take a backup)
* open the file in a text editor such as notepad
* search for:
#
# Now see what is the current order value
#
* add the following directly above this code:
else
{
return ($::SUCCESS, "", "");
}
* close and save the file
* set a minimum order value in 'Settings | Business Settings | Ordering'
* update the site.
SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder or restore your backup.
* browse to your site folder and locate 'ActinicOrder.pm' (take a backup)
* open the file in a text editor such as notepad
* search for:
#
# Now see what is the current order value
#
* add the following directly above this code:
else
{
return ($::SUCCESS, "", "");
}
* close and save the file
* set a minimum order value in 'Settings | Business Settings | Ordering'
* update the site.
SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder or restore your backup.