Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • M

      Sales Tax pluging
      General Discussion • • mohamedali850

      1
      0
      Votes
      1
      Posts
      55
      Views

      No one has replied

    • N

      Filter options show all values instead of used ones in category page.
      Bug Report • • noorealam

      1
      0
      Votes
      1
      Posts
      81
      Views

      No one has replied

    • K

      How to add custom AI checkout message in Bagisto?
      General Discussion • • kanchan yadav

      4
      0
      Votes
      4
      Posts
      650
      Views

      W

      hi!
      thanks for help

    • S

      Order View Tabs Not Working on Customer Order Detail Page (DOMException: String contains an invalid character)
      General Discussion • • syiroth

      2
      0
      Votes
      2
      Posts
      205
      Views

      R

      Hello @syiroth

      The issue occurs on the Customer Order Detail page because the Vue-based tab component (Information, Invoices, Shipments, Refunds) fails to initialize when it encounters invalid characters in dynamic data. This usually happens if special symbols such as ™, #, /, &, smart quotes, emojis, or HTML are used in shipping method names, payment method titles, order statuses, addresses, or translation strings. These values are converted into DOM attributes/IDs, and invalid characters trigger the “DOMException: String contains an invalid character” error, which stops the tab switching functionality. To fix it, remove special characters from shipping/payment/status titles and translations, clear Laravel caches (php artisan optimize:clear), rebuild frontend assets (npm run build after deleting public/build), and hard refresh the browser. Note: Make sure you perform these steps on a staging environment first, not directly on production.

      Regards
      Rishabh Yogi
      Team Bagisto

    • M

      Admin Footer
      General Discussion • • MyCity

      2
      -1
      Votes
      2
      Posts
      148
      Views

      A

      @MyCity

      You can remove or change the “Powered by Bagisto” badge — but only if doing so is allowed by Bagisto’s license and you keep required copyright notices where legally required.

      Here’s a clear, safe guide on how to do it:

      ⸻

      Check the License First

      Bagisto is published under the MIT License. That means:
      • You can modify the code.
      • You can remove or replace branding in your own deployment.
      • BUT you must still include the original license and copyright notice in distributed copies or public code.

      So you can replace “Powered by Bagisto” with your own text for your app/website, as long as you keep the MIT license text elsewhere (e.g., in your codebase).
      You should not remove the copyright/license file from the source code.

      ⸻

      How to Remove/Replace the Footer Text

      The “Powered by Bagisto” text appears in the frontend footer. To change it:
      Option A — Edit the Blade Template
      1. Go to your Bagisto project folder.
      2. Open:

      resources/themes/velocity/views/layouts/footer.blade.php

      3. Find the line with “Powered by Bagisto”. 4. Replace it with your own network name.

      For example:

      <p>
      © {{ date('Y') }} Your Network Name
      </p>

      ⸻

      Option B — Override the Footer in Your Custom Theme

      If you’re using a custom theme:
      1. Copy the footer template:

      resources/themes/your-theme/views/layouts/footer.blade.php

      2. Edit it exactly the same way.

      This keeps the core Bagisto code unchanged and makes upgrades safer.

      ⸻

      Clear the Cache

      After editing, run:

      php artisan view:clear
      php artisan cache:clear

      ⸻

      Notes

      This change only affects the display text.
      Do not delete the MIT License file or required notices from your code repository — that would violate the license.

      ⸻

      ⚖️ Legal Reminder

      The MIT License allows removing branding in your own deployment, but:
      • If you distribute modified code publicly (e.g., on GitHub), you must include the original MIT license text somewhere.
      • Always check the license text for compliance.

      ⸻

      If you want, I can show exact code snippets from your footer file — just let me know!

    • R

      Default code is not optimize enough for hostinger cloud website performance is slow for 100 products
      General Discussion • • ritwikdalmia

      3
      0
      Votes
      3
      Posts
      179
      Views

      R

      @rishabh_yogi hi thanks for the response and also can you guide me how to implement cc, bcc it is not working properly I have followed the forum and solution. I am trying to add bcc and cc using env.

    • O

      product images are not displaying on the frontend!
      General Discussion • • OJVV

      6
      0
      Votes
      6
      Posts
      1524
      Views

      E

      Seems like a configuration issue with your .env file. Double-check if the APP_URL is correctly set, especially if it differs between local and production environments. Sometimes clearing the cache again after updating the .env file can help resolve the issue.

    • J

      Laravel 12
      General Discussion • • Jelle

      9
      1
      Votes
      9
      Posts
      1920
      Views

      R

      Hello @uperfluity

      Its fully tested and ready to use in production.

      Regards

    • S

      Forbidden error when saving the taxes configuration in admin.
      Bug Report • • sud123

      9
      0
      Votes
      9
      Posts
      1999
      Views

      M

      @webepic Gracias men eres el mejor, estuve mucho tiempo tratando de arreglar ese problema, gracias...

    • N

      Bagisto Docker Documentation Is Confusing and Incomplete
      Installing Bagisto • • noorealam

      2
      0
      Votes
      2
      Posts
      462
      Views

      R

      Hello @noorealam

      Just confirming with you that are you checking this official bagisto devdocs of docker installation?

      https://devdocs.bagisto.com/getting-started/installation.html#🐳-docker-installation

      Regards

    • A

      How to secure admin login page with Google 2FA?
      Modules • • ae.elkashef

      4
      0
      Votes
      4
      Posts
      1936
      Views

      A

      https://bagisto.com/en/extensions/2fa-for-bagisto/

      Free

    • C

      Cart allows adding products when stock is 0 (Frontend bypass) + Octane causes admin XHR failures (Bagisto v2.3.x-dev, Laravel 11)
      Bug Report • • codewithvj

      1
      0
      Votes
      1
      Posts
      191
      Views

      No one has replied

    • G

      category product grid column on home page Front-End
      General Discussion • • gauravjain1

      6
      0
      Votes
      6
      Posts
      473
      Views

      G

      @gauravjain1 i want to display all my total products on home page like in grid. attached the image example to display products on homeScreenshot 2026-01-03 173701.png

      I want on home page

    • M

      Razorpay extension is not redirect on razorpay payment page
      Modules • • mishant

      2
      0
      Votes
      2
      Posts
      478
      Views

      R

      Hello @mishant

      Can you please share us with the link of Razorpay Extension that you are currently using.

      Regards
      Team Bagisto

    • L

      Help with a Forbidden in the Bagisto admin panel
      Installing Bagisto • • lenier

      3
      0
      Votes
      3
      Posts
      1091
      Views

      R

      Hi i am facing the same issues on the configuration catalog and payment method on 2.3.9 version

      I tried everything but the same issue is still showing forbidden 403 rest of configuration is working

    • U

      Help me in solving HTTP ERROR 500
      Installing Bagisto • • umarbuilds

      2
      0
      Votes
      2
      Posts
      371
      Views

      R

      Hello @umarbuilds

      It looks like you did everything correctly the only actual issue is the database name mismatch.

      Your Bagisto installation is trying to connect to:

      bagisto_db

      But on your hosting panel, the real database name is something like:

      bagisto_db-xxxxx (with an auto-generated suffix)

      Because the DB name in .env does not match the real one, MySQL rejects the connection, which triggers the HTTP 500 error.

      Kindly let us know if you have further queries.

      Regards

    • R

      The categories in the menu are not being updated
      Bug Report • • rawainv

      2
      0
      Votes
      2
      Posts
      202
      Views

      R

      Hello @rawainv

      Kindly check the complete guide with all the detailed explation of how category will work and how it will gets visible on the storefront.

      Link: https://docs.bagisto.com/category/create-category.html

      Regards

    • G

      Need Someone to Setup Android and Iphone Ecommece App
      Installing Bagisto • • gauravjain1

      4
      0
      Votes
      4
      Posts
      380
      Views

      R

      Hello @gauravjain1

      You can check the video below, in which I have made the installation + configurations of the app.

      This will help you to resolve your query.

      Reards
      Rishabh Yogi
      Team Bagisto

    • V

      Admin Commission Percentage
      General Discussion • • vuanhday

      2
      0
      Votes
      2
      Posts
      298
      Views

      R

      Hello @vuanhday

      Yes, we have applied a validation on this because it is obvious that the admin enters the value inside the field of admin commission percentage.

      If you want to remove this, then you need to customize this required field from the code end.

      Regards
      Team Bagisto

    • H

      Icons Not Displaying on Admin Configuration Page (Bagisto v2.0.0)
      Bug Report • • Hossam

      2
      0
      Votes
      2
      Posts
      366
      Views

      R

      Hello @Hossam

      Kindly check inside the console or network is there any error are visible ?

      Also you can run the command in the root of bagisto and let us know if the issue gets resolved or not

      php artisan storage:link

      and if possible let us know the APP_URL with a screenshot which is present in the .env file of bagisto

      Regards
      Team Bagisto