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
F
@maheshb Doodle Jump You can add a CC email by modifying the order confirmation mail class. In OrderMail.php, use the ->cc('email@example.com') method when building the mail. Make sure it's done where the mail is dispatched after order confirmation.
Hello @fm27
Regarding your query, I would like to inform you that it’s not an error.
It’s a dependency-related message. To resolve this, you need to install the required Node modules by running the npm i command.
Also, you can refer to our YouTube video where we’ve demonstrated how to set up Next.js with Bagisto Headless.
Note: Please note that this video is based on version 2.0:
YouTube Link: https://www.youtube.com/watch?v=kdHTm30GvwI&t=1310s&ab_channel=Bagisto
Hello @Nicola_cascella
Please check the below blog for your query.
https://bagisto.com/en/how-to-override-view-files-in-bagisto/
Hello @Ananthu-Ajayan
Usually this doesnt happing after adding a token at there. Is there anything that you have implemented at code end?
Also you can check the list of endpoints here. and try to run the query here on swagger. If you find any error than let us know.
Also, share the response of you error message.
Shop: https://demo.bagisto.com/bagisto-api-demo-common/api/shop/documentation
Admin: https://demo.bagisto.com/bagisto-api-demo-common/api/admin/documentation
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