add a route here with path (path: '/:slug',) for redirection on the click of product and category, and create a component as well.
after that hit the api (create a new one to fetch details) and render details based on the data fetched from the API.
add a route here with path (path: '/:slug',) for redirection on the click of product and category, and create a component as well.
after that hit the api (create a new one to fetch details) and render details based on the data fetched from the API.
Hello there,
We have not implemented the functionality you are referring in PWA.
You have to create a new route in vue.js, and hit the newly created api with response the details which will contain the type (product / category) and further details of that.
On the basis of response you can call the template.
Let me know if you have any further query.
Regards,
Shubham Mehrotra
Hey @Rahul74
Comment this button too
https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/views/shop/products/add-to-cart.blade.php#L28
and execute relevant commands to publish these changes.
Hello there,
You can follow the steps to resolve the issue as mentioned here:-
https://laracasts.com/discuss/channels/laravel/php-fatal-error-allowed-memory-size
Hello there,
As I am checking I am getting customer email in response, please check the screenshot.
https://prnt.sc/tqhuuc
https://prnt.sc/tqhuc2
Can you please share a short video or screenshots to debug the issue.
Thanks!
Sanjay,
are you getting customer details with the help of auth('customer')->user(); ?
You only need to pass token in that API. have you tried fetching user as used here
Basically with this we are setting middleware in our application either api middleware or customer.
If you are sending token then it must be using api middleware
Let me know if you have any further query.
Thanks!
That should not generate a exception, maybe something is going wrong.
Could you please send the code you are trying to put here for more clarification.
Thanks!
Hello there,
have you tried this endpoint ?