Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. shubhwebkul
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    shubhwebkul

    @shubhwebkul

    1
    Reputation
    49
    Posts
    41
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location India Age 24

    shubhwebkul Follow

    Posts made by shubhwebkul

    • RE: How could store products and Category url same for PWA and web

      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.

      posted in Knowledge Base
      shubhwebkul
    • RE: How could store products and Category url same for PWA and web

      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

      posted in Knowledge Base
      shubhwebkul
    • RE: How to delete add to card button from front page

      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.

      posted in General Discussion
      shubhwebkul
    • RE: How to delete add to card button from front page

      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

      posted in General Discussion
      shubhwebkul
    • RE: Getting User Data based on token in Cart Checkout API

      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!

      posted in General Discussion
      shubhwebkul
    • RE: Getting User Data based on token in Cart Checkout API

      Sanjay,

      are you getting customer details with the help of auth('customer')->user(); ?

      posted in General Discussion
      shubhwebkul
    • RE: Getting User Data based on token in Cart Checkout API

      You only need to pass token in that API. have you tried fetching user as used here

      posted in General Discussion
      shubhwebkul
    • RE: Getting User Data based on token in Cart Checkout API

      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!

      posted in General Discussion
      shubhwebkul
    • RE: Call jquery function in .vue file

      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!

      posted in General Discussion
      shubhwebkul
    • RE: Getting User Data based on token in Cart Checkout API

      Hello there,

      have you tried this endpoint ?

      posted in General Discussion
      shubhwebkul