Bagisto Forum

    Bagisto

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

      Bagisto admin dashboard is not working!
      • Hridaye

      4
      0
      Votes
      4
      Posts
      209
      Views

      Rishabh-Webkul

      Hello @Hridaye

      So is your dashboard issue is resolved now ?

      Please Confirm

      Warm Regards
      Team Bagisto

    • N

      Point Attribute?
      • neal.chambers

      3
      0
      Votes
      3
      Posts
      271
      Views

      Rishabh-Webkul

      Hello @neal-chambers

      Regarding your below query

      m having a hard time understanding how attributes are created and stored in the db.

      Check the below link for the reference of how to create attributes in Bagisto

      https://docs.bagisto.com/2.3.0/attribute/

      And data save inside the attributes table with the below columns as shown in the image below

      attributes_table.png

      Warm Regards
      Team Bagisto

    • A

      Error on counting reporting traffic
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      47
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      Kindly confirm if you have made any customizations on the code end. Also, please check the laravel.log file to see if any other error messages are appearing.

      File Path as shown in below image.

      laravel.logg.png

      Warm Regards
      Team Bagisto

    • J

      language not loading
      • jassicode

      2
      0
      Votes
      2
      Posts
      15
      Views

      Rishabh-Webkul

      To achieve this, you'll need to add the translation in your

      Webkul >> Shop >> src >> Resources >> lang >> language_code >> app.php file.

      For reference, you can check our GitHub link below:

      Github Link: https://github.com/bagisto/bagisto/blob/2.3/packages/Webkul/Shop/src/Resources/lang/en/app.php

      We also have a helpful blog on how to add translations in Bagisto:

      Blog Link:
      https://bagisto.com/en/ecommerce-language-translation-in-bagisto/

      Warm Regards
      Team Bagisto

    • A

      Vite Not Reflecting File Changes Without Cache Clear in Bagisto – How to Fix in Dev?
      • arunchahar

      5
      0
      Votes
      5
      Posts
      59
      Views

      Rishabh-Webkul

      @arunchahar said in Vite Not Reflecting File Changes Without Cache Clear in Bagisto – How to Fix in Dev?:

      I am already using npm run dev and also tried npm run build, but new changes don't show until I run php artisan cache:clear. Do I need to clear the cache every time? Is there any way to avoid this during development?

      After Making any changes in the file you need to clear the Cache.

      Regards