- You can configure cross-device carts for users, this will load cart current to users when they login to other browsers from different devices.
- To enable this feature to add the below variable to the environment file .env and then clear the config cache
1 |
MARKETPLACE_SHOPPING_CART_SAVE=true |
- To Clear Config cache:
1 |
php artisan config:clear |