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

      header CSS or other pages like the product detail page or the page that lists all products and categories
      • warrenthehead

      2
      0
      Votes
      2
      Posts
      162
      Views

      Rishabh-Webkul

      Hello @warrenthehead

      Please let us know your Bagisto Version which you are using at the moment

      Warm Regards
      Team Bagisto

    • J

      Laravel 12
      • Jelle

      5
      1
      Votes
      5
      Posts
      981
      Views

      admin

      @alexanderjames

      Thank you for reaching out and sharing your concern.

      Just to clarify, Bagisto does support Laravel 11. The support was added with the Bagisto v2.3.0 release, which was launched 4 months ago. You can find this update in our official changelog and GitHub repository as well.

      We truly appreciate your patience and are continuously working to keep Bagisto aligned with Laravel’s latest releases.

    • M

      Custom Badges for Products
      • MScopell

      4
      0
      Votes
      4
      Posts
      331
      Views

      Rishabh-Webkul

      Hello @MScopell

      The only reason is to upgrade the plugin as per your bagisto version.

      you can do this by your own or if you want us to look into it and upgrade this package then it will treated as a paid service.

      Please confirm if yes then you can purchase our support hours from the link below.

      Support Hours: https://store.webkul.com/bagisto-hourly-customization-package.html

      Warm Regards
      Team Bagisto

    • L

      Canada Tax
      • larocfra

      4
      0
      Votes
      4
      Posts
      495
      Views

      L

      To fix this, check if your cart software allows for multiple tax rates based on regions. You might need to configure it to apply both the 5% federal tax and the 9.975% provincial tax for Quebec. Look for tax settings in your cart's admin panel and ensure that both taxes are enabled for your province. If you're still stuck, you could reach out to customer support for further guidance.

    • J

      How do I split a PDF into multiple separate files?
      • jassie342

      2
      0
      Votes
      2
      Posts
      218
      Views

      Rishabh-Webkul

      Hello @jassie342

      Can you please let us know which PDF file you need to split is it Invoice PDF or something else kindly confirm ?

      Also please let us know your Bagisto Version

      Warm Regards
      Team Bagisto

    • W

      Theme Development
      • wadim

      1
      0
      Votes
      1
      Posts
      135
      Views

      No one has replied

    • G

      How to make web push notification
      • gauravjain1

      1
      0
      Votes
      1
      Posts
      142
      Views

      No one has replied

    • G

      Want to remove Free Shipping Enjoy free shipping on all orders Product Replace
      • gauravjain1

      3
      0
      Votes
      3
      Posts
      226
      Views

      G

      @Rishabh-Webkul yes, how to remove this

    • E

      How can i apply the new qty to refund items of refund object?
      • enamulislamjisan

      1
      0
      Votes
      1
      Posts
      94
      Views

      No one has replied

    • M

      Login API not working properly in ios not sure why
      • Mahesh

      3
      0
      Votes
      3
      Posts
      714
      Views

      M

      @Mahesh said in Login API not working properly in ios not sure why:

      Login API not working properly in ios not sure why
      when i call login api it work first time but after i open again app session is Session persistence i think.
      it giving error.
      is anything special setting i have to do ? it is working perfectly with postman collection.

      The issue might be with how the session or token is being stored and used when the app is reopened. Since the login API works the first time and then fails, it's likely related to token handling or session persistence. Make sure the token is saved correctly after login and that it's being sent properly in the headers for each request. Also, check if the token expires quickly or if the backend requires a fresh login every time. Postman might be working because it handles headers or cookies differently than your app. It would help to know how you're storing the token on iOS, like with UserDefaults or Keychain.

    • E

      new generated payment method icon
      • elrefaie80

      4
      0
      Votes
      4
      Posts
      216
      Views

      T

      @ghermans thanks for your fast reply , i added this code and still no image for the payment method

    • A

      Order management options
      • Ananthu Ajayan 0

      2
      0
      Votes
      2
      Posts
      122
      Views

      Rishabh-Webkul

      Hello @Ananthu-Ajayan-0

      Could you please let us know which options you want to add and where exactly you want them to be added?

      Based on that, we’ll be able to guide you accordingly.

      Also, let us know your Bagisto Version.

      Warm Regards
      Team Bagisto

    • A

      order management issue
      • Ananthu Ajayan 0

      2
      0
      Votes
      2
      Posts
      201
      Views

      Rishabh-Webkul

      Hello @Ananthu-Ajayan-0

      Could you please let us know which options you want to add and where exactly you want them to be added?

      Based on that, we’ll be able to guide you accordingly.

      Also, let us know your Bagisto Version.

      Warm Regards
      Team Bagisto

      Warm Regards
      Team Bagisto

    • B

      Currency format
      • beabay

      2
      0
      Votes
      2
      Posts
      179
      Views

      Rishabh-Webkul

      Hello @beabay

      After checking this is working fine at our end

      and showing the output as shown in the below screenshots

      https://prnt.sc/NtBa5KUqSu8K

      https://prnt.sc/7t7Rwi4qoFhi

      https://prnt.sc/Lrwaphbm-GLX

      Please let us know if you have further queries

      Warm Regards

    • S

      How to Remove Shipping and Payment Steps from Checkout and Directly Enable “place the order” Button?
      • Snake

      1
      0
      Votes
      1
      Posts
      162
      Views

      No one has replied

    • T

      setBagistoVite() Error
      vite bagistovite • • Tim

      9
      0
      Votes
      9
      Posts
      2096
      Views

      diverti

      @hoybot i would not figure it out without your comment. Thank you!

    • K

      redirect issue after storeOrder
      • kenninh

      1
      0
      Votes
      1
      Posts
      118
      Views

      No one has replied

    • B

      Shipping method not appear in admin page
      • beabay

      3
      0
      Votes
      3
      Posts
      206
      Views

      B

      i already solve it!

      If you want the code to work, you have to add

      more square brackets covering the return value in Config/system.php
      before : return [ 'key'=>'blablabla' // other keys => values ]

      after

      return [ [ 'key'=>'blablabla' // other keys => values ] ] 'info' key in Config/system.php
      before : 'key' => 'sales.carriers.raja_ongkir', 'name' => 'admin::app.configuration.index.sales.shipping-methods.raja-ongkir-shipping.page-title', 'sort' => 2, 'fields' => [ // field keys => values ]

      after

      'key' => 'sales.carriers.raja_ongkir', 'name' => 'admin::app.configuration.index.sales.shipping-methods.raja-ongkir-shipping.page-title', 'info' => 'admin::app.configuration.index.sales.shipping-methods.raja-ongkir-shipping.title-info', 'sort' => 2, 'fields' => [

      and dont forget to add the service provider in providers.php and add the namespaces to composer.json (from documentation)

      "autoload": { ... "psr-4": { // Other PSR-4 namespaces "Webkul\\CustomShippingMethod\\": "packages/Webkul/CustomShippingMethod/src" } }
    • I

      Show price and tax including price for every variant of configurable product
      • ionutbalasanu

      4
      0
      Votes
      4
      Posts
      841
      Views

      L

      @ionutbalasanu
      For products that can be customized, you'll need to go through each child variant, get its final price, and then apply the tax rate by hand instead of using getTaxInclusiveRate. This manner, you can figure out the right price for each variety that includes taxes and send them back as a list.

    • B

      Inventory indices not auto updated
      • beabay

      1
      0
      Votes
      1
      Posts
      169
      Views

      No one has replied