Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Bug Report
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • I

      Missing get-filter-attributes route
      • it40

      2
      0
      Votes
      2
      Posts
      598
      Views

      A

      Hi there,
      Can you please elaborate?

    • R

      Product image is not shown in front.
      • riteshlinge

      24
      0
      Votes
      24
      Posts
      17340
      Views

      A

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

    • F

      Issue regarding quantity in Booking Product type
      • falkash

      4
      0
      Votes
      4
      Posts
      870
      Views

      A

      Hi there,
      Please update your Bagisto. It is not replicated in the updated Bagistio versions.

    • P

      I use bagisto 1.3.1. I install nodejs and npm but run npm run dev then error.
      • pxnguyen1

      2
      0
      Votes
      2
      Posts
      966
      Views

      A

      Hi there,
      Remove the node_modules folder from your project directory.

      Clear the NPM cache by running the following command:

      npm cache clear --force

      Install the NPM dependencies again by running the following command:

      npm install

      Finally, try running the npm run dev command again.

    • M

      Cant remove Velocity theme advertisement images
      • macano13

      3
      0
      Votes
      3
      Posts
      781
      Views

      M

      Thank you sir.

      That was nice and it is working now .

    • S

      Unknown column when using filter on Datagrid
      • sfarzoso

      2
      0
      Votes
      2
      Posts
      444
      Views

      A

      Hi there,

      Please use a filter like this to implement Filter functionality.

      Path- https://github.com/bagisto/bagisto/blob/v1.5.1/packages/Webkul/Admin/src/DataGrids/ProductDataGrid.php#L125

    • M

      Integrity constraint : remove group in family attributes then recreate it
      • MallauryG

      2
      0
      Votes
      2
      Posts
      509
      Views

      A

      Hi there,

      you have to save it after delete then it will remove from the database.

    • M

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

      2
      0
      Votes
      2
      Posts
      457
      Views

      A

      Hi there,

      you can take a reference from Here.

    • M

      legacy-api error
      • mohamedriyas

      2
      0
      Votes
      2
      Posts
      559
      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
      1995
      Views

      A

      Hi there,

      We are using Sanctum for Bagisto API and our kernel.php middleware group is this-

      screenshot_from_2023_05_03_11_56_50.png

    • I

      Save address to cart api
      • ismail

      2
      0
      Votes
      2
      Posts
      544
      Views

      A

      Hi there,

      We are fixing the issues. Will update you soon.

    • I

      jwt token error
      • ismail

      2
      0
      Votes
      2
      Posts
      1038
      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.
    • 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
      753
      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
      2383
      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
      882
      Views

      A

      Hi there,

      Can you please share the steps which you are following for installing the Bagisto?

    • M

      Ali Express dropshipping not working
      • macano13

      2
      0
      Votes
      2
      Posts
      567
      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
      532
      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
      508
      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
      1102
      Views

      devansh-webkul

      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.