Upgrade Guide
Before Updating
WARNING
Always back up your database and files before updating.
Automatic Update (Recommended)
If you've activated your license:
- Go to Admin > Plugins
- Find Ecommerce: Back in Stock Notifications in the list
- Click the Update button
- Wait for it to finish
- Go to Admin > Platform Administration > Cache management
- Click Clear all CMS cache
Manual Update
If automatic update doesn't work:
- Download the latest version from CodeCanyon
- Extract the zip file
- Upload and replace files in
platform/plugins/ecommerce-back-in-stock/ - Run migrations and clear cache:
bash
php artisan migrate && php artisan vendor:publish --tag=cms-public --force && php artisan cache:clear && php artisan config:clear && php artisan view:clearAfter Updating
Verify everything works:
| Check | How |
|---|---|
| Admin panel loads | Go to Back in Stock in the sidebar |
| Subscriptions intact | Your existing subscriptions should still be listed |
| Settings saved | Go to Back in Stock > Settings — verify your configuration |
| Frontend works | Visit an out-of-stock product page — verify the notification form appears |
Version Compatibility
| Plugin Version | Minimum Botble Version |
|---|---|
| 1.0.x | 7.5.0 |
Checking Your Version
Go to Admin > Plugins, find Ecommerce: Back in Stock Notifications — the version is shown next to the plugin name.
Or check the file:
bash
cat platform/plugins/ecommerce-back-in-stock/plugin.jsonTroubleshooting After Update
Page looks broken
Clear cache: Admin > Platform Administration > Cache management > Clear all CMS cache. Also clear browser cache (Ctrl+Shift+Delete).
Database errors
bash
php artisan migrateAssets not loading
bash
php artisan vendor:publish --tag=cms-public --forceNeed to roll back
If the update caused problems and you have a backup, restore from your backup. Contact your hosting provider if you need help.
