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
    • J

      language not loading
      • jassicode

      2
      0
      Votes
      2
      Posts
      48
      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

      6
      0
      Votes
      6
      Posts
      182
      Views

      E

      Hi @arunchahar,

      It looks like you're encountering a response cache issue. To solve this during development, try disabling response cache in your .env file:

      RESPONSE_CACHE_ENABLED=false

      You should be able to see your changes reflected instantly without needing to clear the cache each time.

    • T

      setBagistoVite() Error
      vite bagistovite • • Tim

      8
      0
      Votes
      8
      Posts
      537
      Views

      H

      I know this is an older post but found this post searching for this same error I ran and though I would share my findings. I had the same error after adding a new package that had its own routes with views. It seems you will get this error when a view is rendered on a route that does not use the theme middleware. Once i added the theme middleware to my routes the exception stopped.

    • H

      How can i have Jalali flatpicker?
      • hChamran

      3
      0
      Votes
      3
      Posts
      453
      Views

      F

      @hChamran
      You can use the flatpickr-jdate plugin to add Jalali (Persian) calendar support. Have you tried integrating it yet?

    • H

      Order confirmation send the CC email?
      • hammadweb2020

      6
      0
      Votes
      6
      Posts
      1268
      Views

      F

      @maheshb Doodle Jump
      You can add a CC email by modifying the order confirmation mail class. In OrderMail.php, use the ->cc('email@example.com') method when building the mail. Make sure it's done where the mail is dispatched after order confirmation.