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 Wholesale 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-wholesale/ - 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 Wholesale > Customer Groups |
| Groups exist | Your existing groups should still be listed |
| Pricing rules work | Check a product page as a wholesale customer |
| Settings saved | Go to Wholesale > Settings - verify your configuration |
Version Compatibility
| Plugin Version | Minimum Botble Version |
|---|---|
| 1.0.x | 7.6.0 |
Checking Your Version
Go to Admin > Plugins, find Wholesale - the version is shown next to the plugin name.
Or check the file:
bash
cat platform/plugins/ecommerce-wholesale/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.
