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

      500 Error
      Installing Bagisto • • divya

      4
      0
      Votes
      4
      Posts
      1038
      Views

      D

      @rishabh-webkul could you please check laravel.log which is i posted?

    • D

      Facing error in getting product data in swagger UI
      Installing Bagisto • • divya

      2
      0
      Votes
      2
      Posts
      573
      Views

      R

      Hello @divya

      Can you share the logs from laravel.log file to debug the issue more at our end.

      Usually this error "Unexpected non-iterable value for to-many relation" in Bagisto Swagger occurs when API Platform tries to serialize a relationship field (like images, categories, or variants) that should return an array/collection, but instead returns null or a single object.

      Regards

    • M

      Issue: getCurrentChannelCode() null returned during Bagisto API Installation
      Bug Report • • mahmoudsaaed

      2
      0
      Votes
      2
      Posts
      815
      Views

      F

      This happens because Bagisto expects a default channel before most services boot. Easiest fix is to run the initial migration and seed in isolation by temporarily disabling the API package or commenting the channel call in Core.php, then run php artisan migrate --seed to recreate the default channel, and restore the code after.

    • H

      Quantities set to Zero when go to Edit product page
      Bug Report • • huynp139

      6
      0
      Votes
      6
      Posts
      1330
      Views

      R

      Hello @huynp139

      Okay Great..!!

      Regards

    • A

      Cart Total Rounding Causing Credit Card Payment Discrepancies
      Knowledge Base • • ahmetarsiv

      3
      0
      Votes
      3
      Posts
      709
      Views

      A

      Hello @rishabh-webkul

      Thank you for your response.

      We are currently using Bagisto version v2.4.x-dev.

      Also, we have not implemented any customizations on our end; the installation is completely default.

      Thanks.
      Ahmet Sefa Arşiv

    • M

      Sales Tax pluging
      General Discussion • • mohamedali850

      2
      0
      Votes
      2
      Posts
      796
      Views

      R

      Hello @mohamedali850

      Our default tax rate calculation feature in Bagisto should be able to fulfill your requirement, as it also provides an option to define tax rates based on zip codes.

      Kindly refer to the following documentation for more details:
      https://docs.bagisto.com/settings/taxes.html

      However, if you need to implement a separate tax logic or integrate tax calculation via any external API, that will require custom development and implementation from our side.

      Regards

    • Z

      Undefined array key "resolver"
      Bug Report • • zeeshsoft

      2
      0
      Votes
      2
      Posts
      297
      Views

      R

      Hello @zeeshsoft

      Kindly let us know the current Bagisto version you are using. This will help us identify the issue. Also, please provide images/screenshots of the issue for reference.

      Regards

    • K

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

      4
      0
      Votes
      4
      Posts
      1022
      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
      481
      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
      423
      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
      523
      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
      2253
      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.

    • S

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

      9
      0
      Votes
      9
      Posts
      2872
      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
      1085
      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
      4871
      Views

      A

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

      Free

    • M

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

      2
      0
      Votes
      2
      Posts
      732
      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
      1438
      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
      2226
      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
      556
      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
      771
      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