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

      Payment Gateway xendit
      General Discussion • • Miswanto

      5
      0
      Votes
      5
      Posts
      556
      Views

      S

      @Miswanto
      I integrated Xendit into Bagisto by creating a custom payment package and using Xendit’s PHP API. It needs a bit of coding—mainly handling invoice creation and callbacks. Works great once set up!

    • K

      Import customers with address
      General Discussion • import customers • • kenninh

      3
      0
      Votes
      3
      Posts
      55
      Views

      K

      Hi @Rishabh-Webkul

      Thank you for your response. Yes I am still looking to add the address to customers import.

      I see the address is not in the Customer table so it needs further customization. However, I added a non-address custom field in Customer table and able to include it in customer edit, but I got import validating error 'invalid column name' when including it in the customer import file. Any suggestion? Thanks.

      Bagisto version 2.2.4

    • danieldino

      Problem with tax
      Bug Report • • danieldino

      18
      0
      Votes
      18
      Posts
      1394
      Views

      L

      @danieldino said in Problem with tax:

      I have a shop, with 3 languages,
      I have 3 tax rates
      Poland 23%, Hungary 27%, Germany 19%
      if I switch to the website, it calculates the tax incorrectly or it does not actually calculate the tax,
      please help

      hii... Connect each language to its nation, establish the right VAT rates for PL, HU, and DE, turn on geolocation or use the shipping address for tax, and clear your caches.

    • I

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

      4
      0
      Votes
      4
      Posts
      671
      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

      Shipping method not appear in admin page
      General Discussion • • beabay

      3
      0
      Votes
      3
      Posts
      35
      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" } }
    • K

      redirect issue after storeOrder
      General Discussion • • kenninh

      1
      0
      Votes
      1
      Posts
      28
      Views

      No one has replied

    • K

      Product import error: Undefined array key 1
      Bug Report • • kenninh

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • T

      setBagistoVite() Error
      General Discussion • vite bagistovite • • Tim

      9
      0
      Votes
      9
      Posts
      1461
      Views

      diverti

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

    • S

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

      1
      0
      Votes
      1
      Posts
      41
      Views

      No one has replied

    • B

      Currency format
      General Discussion • • beabay

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

    • G

      Environment variables
      Installing Bagisto • • gnorb

      1
      0
      Votes
      1
      Posts
      163
      Views

      No one has replied

    • A

      order management issue
      General Discussion • • Ananthu Ajayan 0

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

    • A

      Order management options
      General Discussion • • Ananthu Ajayan 0

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

    • K

      Cannot Reorder or Edit Sliders in Admin Panel
      Bug Report • • katatonik

      2
      0
      Votes
      2
      Posts
      73
      Views

      Rishabh-Webkul

      Yes, you'll need to upload the sliders one by one, deleting the previous ones, in the exact order you'd like them to appear. The one you want to show at the top should be uploaded first, followed by the others in the desired sequence.

      Please refer to the screenshot for clarity:

      https://prnt.sc/_v0Z2LUYwCY4

      Warm Regards
      Team Bagisto

    • E

      new generated payment method icon
      General Discussion • • elrefaie80

      4
      0
      Votes
      4
      Posts
      39
      Views

      T

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

    • M

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

      3
      0
      Votes
      3
      Posts
      654
      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

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

      1
      0
      Votes
      1
      Posts
      14
      Views

      No one has replied

    • G

      Can anyone help me to make module fo Dhilivery Courier service
      Modules • • gauravjain1

      2
      0
      Votes
      2
      Posts
      122
      Views

      Rishabh-Webkul

      Hello @gauravjain1

      Kindly check the official Devdocs where we have demonstrated regarding Package Development & Shipping Method Devlopement

      Package Development : https://devdocs.bagisto.com/2.3/packages/

      Shipping Method Devlopement: https://devdocs.bagisto.com/2.3/advanced/create-shipping-method.html#introduction

      Warm Regards
      Team Bagisto

    • G

      Need help regarding content update and cache
      General Discussion • • gauravjain1

      2
      0
      Votes
      2
      Posts
      65
      Views

      Rishabh-Webkul

      Hello @gauravjain1

      Kindly go inside your .env file which is present in the root of your project and make

      RESPONSE_CACHE_ENABLED=false

      as show in the image below.

      cache.png

      Warm Regards
      Team Bagisto

    • G

      how we can edit category view page in 2.3.6 latest?
      Modules • • gauravjain1

      6
      0
      Votes
      6
      Posts
      207
      Views

      Rishabh-Webkul

      Hello @gauravjain1

      You may check the below official DevDocs of Bagisto regarding package developement

      https://devdocs.bagisto.com/2.3/packages/

      Regards
      Team Bagisto