LemonStand Version 1 Has Been Discontinued
This documentation is for LemonStand Version 1. LemonStand is now offered as a cloud-based eCommerce platform.
You can try the new LemonStand and learn about upgrading here.
Freezing updates
When you finished developing your store and everything works fine, you can freeze LemonStand updates. It will guarantee that future updates will not break the store. To lock updates, please open the config/config.php file and add the following line before the closing PHP tag:
$CONFIG['FREEZE_UPDATES'] = true;
After that LemonStand will not allow users to run the software update.
Next: Using the Maintenance Mode
Previous: LemonStand Configuration Tool
Return to Installation, Configuration and Maintenance