Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Groups
    1. Home
    2. Bug Report
    Log in to post

    Bug Report

    • M

      Product Image not shown on server due to cache.
      • Mitesh  

      2
      0
      Votes
      2
      Posts
      10
      Views

      A

      Hi there, you can take a reference from Here.
    • M

      legacy-api error
      • mohamedriyas  

      2
      0
      Votes
      2
      Posts
      38
      Views

      A

      Hi there, you have to pass these URLs- Admin- {{base_url}}/api/v1/admin/catalog/products Customer- {{base_url}}/api/v1/products
    • Y

      is a bug : Session store not set on request ??
      • yavish  

      2
      0
      Votes
      2
      Posts
      85
      Views

      A

      Hi there, We are using Sanctum for Bagisto API and our kernel.php middleware group is this-
    • I

      Save address to cart api
      • ismail  

      2
      0
      Votes
      2
      Posts
      142
      Views

      A

      Hi there, We are fixing the issues. Will update you soon.
    • I

      jwt token error
      • ismail  

      2
      0
      Votes
      2
      Posts
      477
      Views

      A

      Hi there, The constructor is expecting an object that implements the Tymon\JWTAuth\Contracts\Providers\Storage interface, but the actual argument passed is an instance of PHPOpenSourceSaver\JWTAuth\Providers\Storage\Illuminate.
    • S

      Add to Cart not Detecting Customer from Bearer Token
      • sailesh118  

      2
      0
      Votes
      2
      Posts
      164
      Views

      A

      Hi there, Please provide the correct URL for add to cart request. URL: {{base_url}}/api/v1/customer/cart/add/3
    • C

      This topic is deleted!
      • ck  

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • C

      unable to see velocity on menu bar
      • ck  

      3
      0
      Votes
      3
      Posts
      189
      Views

      A

      Hi there, Can you please share the steps that you are following for installing the Bagisto?
    • A

      Layered navigation attributes questions
      • anardil06  

      5
      0
      Votes
      5
      Posts
      1370
      Views

      A

      Hi there, Which version of Bagisto are you using?
    • C

      i unable to see velocity themes in my menu,
      • ck  

      2
      0
      Votes
      2
      Posts
      433
      Views

      A

      Hi there, Can you please share the steps which you are following for installing the Bagisto?
    • S

      Quantity 0 for configurable product
      • sfarzoso  

      3
      0
      Votes
      3
      Posts
      43
      Views

      S

      @Amitk-Webkul said in Quantity 0 for configurable product: Hi there, presently we are not providing the condition to show the sum of all the variants. is there a way to achieve this?
    • M

      Ali Express dropshipping not working
      • macano13  

      2
      0
      Votes
      2
      Posts
      87
      Views

      A

      Hi there, Can you please elaborate? What exactly you are trying to do?
    • P

      add class to vuejs then build error. version 1.3.1
      • pxnguyen1  

      2
      0
      Votes
      2
      Posts
      37
      Views

      A

      Hi there, Can you please elaborate? we are not getting this error.
    • R

      We have created a new theme and are changing it then this error is coming
      • ranjeetnetsol  

      2
      0
      Votes
      2
      Posts
      48
      Views

      A

      Hi there, you can take a reference from Here. If still getting issues please let me know.
    • F

      Admin Add Product page slow with large number of variants
      • futurefool  

      4
      0
      Votes
      4
      Posts
      215
      Views

      Hi @futurefool, Generally, when the DOM size becomes large this usually happens. When the DOM becomes too large, it can lead to slow rendering and unresponsive behavior. Currently, there is no such thing present in the core. To customize to some extent, I can suggest some changes which may be also put in the future, First one is load more or paginated view, this can be achievable. Second, we can make an import feature for the variant if possible. (Little Complicated) That depends on requirement whatever can be suited.
    • S

      Product bulk upload not working
      • shahid3021  

      7
      0
      Votes
      7
      Posts
      43
      Views

      A

      Hi there, Is it possible to share the ScreenShot or short video for the same?
    • T

      Issue with vendor:publish
      • tech.Sandeep  

      2
      0
      Votes
      2
      Posts
      129
      Views

      A

      Hi there, Can you please elaborate? What exactly you are trying to do?
    • B

      Price accordion not showing when editing configurable product
      • behindmyface  

      7
      0
      Votes
      7
      Posts
      42
      Views

      A

      Hi @behindmyface, Can you please share the steps which you are following for installing the Bagisto? Because something went wrong with the installation we are not providing this feature.
    • S

      window.location.href = {{ route('shop.checkout.success') }};
      • shanavas  

      5
      0
      Votes
      5
      Posts
      60
      Views

      A

      Hi @shanavas, You can do the same.
    • I

      product bulk upload not working
      • ismail  

      10
      0
      Votes
      10
      Posts
      82
      Views

      A

      Hi @ismail, in my php.ini file post_max_size = 20M upload_max_filesize = 128M set both values equal and then restart the server. If still getting the same please let me know