Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Announcements regarding our community
Hello @eldomagan_
Thank you so much for the video we will check this out and get back to you.
Warm Regards Team Bagisto
A place to talk about whatever you want
G
In footer we have this on all pages Free Shipping
Enjoy free shipping on all orders
Product Replace
How i can remove this block from latest bagisto
I am on a reseller hosting. i want to install bagisto Do we need NODE JS on server for bagist 2.3.6?
Is there anyway by which we can install ecommerce mobile app with 2.3.6 version and working good?
https://github.com/bagisto/opensource-ecommerce-mobile-app
Hello @Nicola_cascella
Its a general behaviour of every websites that cache get stored.
For this you can clear your website cache by running the command
php artisan optimize:clear
S
Hi,
Thank you for connecting with us.
You can simply use the following in place of returning the view:
return redirect()->back();
This will redirect the user to the previous (or current) page.
Best regards, Webkul Bagisto Team