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

      Shipping method not appear in admin page
      • beabay

      3
      0
      Votes
      3
      Posts
      137
      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
      798
      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
      92
      Views

      No one has replied

    • M

      Payment Gateway xendit
      • Miswanto

      6
      0
      Votes
      6
      Posts
      770
      Views

      J

      @susan_emelia

      Nice! Good to hear you got Xendit working with Bagisto. Did you run into any issues with the callback handling, or was it straightforward once the package was in place?

    • B

      Message Error 'invoice creation is not allowed'
      • beabay

      1
      0
      Votes
      1
      Posts
      191
      Views

      No one has replied

    • K

      Import customers with address
      import customers • • kenninh

      4
      0
      Votes
      4
      Posts
      369
      Views

      K

      I was able to bulk import customer data with multiple custom columns.

      Now I am looking into import the customer address using the MySQL table import. Has anyone done this and anything to watch out for?
      Thanks!

    • P

      Prices in storefront with taxes included
      • pask

      11
      0
      Votes
      11
      Posts
      1858
      Views

      J

      @Richard-Rachels said in Prices in storefront with taxes included:

      @pask
      The system sees €1,000 as net, so VAT is added on top. Switch to VAT-inclusive pricing so €819 + 22% = €1,000. Check figures with Vatcalc.onl.

      Got it, thanks for clarifying. Makes sense that the system treats €1,000 as net. I’ll try switching to VAT-inclusive pricing and run the numbers through Vatcalc.onl to confirm.

    • N

      Trying to import products.
      import • • Neilm

      2
      0
      Votes
      2
      Posts
      163
      Views

      R

      Hello @Neilm

      This issue is occurring because there is an issue in your CSV file..

      We have provided the Sample File for each you can download that and check the proper way to manage the CSV for Bulk Upload

      Warm Regards
      Team Bagisto

    • Y

      How to Integrate Paymob to the opensource-ecommerce-mobile-app
      • youssef

      2
      0
      Votes
      2
      Posts
      79
      Views

      R

      Hello @youssef

      Are you using any APIs from Paymob to integrate with Bagisto.

      Here Paymob provides the APIs

      https://developers.paymob.com/api-runner/paymob-solutions-s-a-e/egypt

      Bagisto Payment Package Creation

      https://devdocs.bagisto.com/2.3/advanced/create-payment-method.html

      You can use this

      Warm Regards

    • B

      npm run build always go to localhost
      • bindev

      4
      0
      Votes
      4
      Posts
      272
      Views

      R

      You're Welcome @bindev

      If you like our support can you provide us with 5 star review on trustpilot. This will help us a lot.

      Link: https://www.trustpilot.com/review/bagisto.com

      Regards

    • J

      Postcode/Zipcodes
      • jrevell

      1
      0
      Votes
      1
      Posts
      9
      Views

      No one has replied

    • S

      how to override controller for theme
      • samparker

      5
      0
      Votes
      5
      Posts
      800
      Views

      S

      @Macromolecule-0 hello, if i get it working, i will be publishing the solution here and you can do the same

    • S

      data transfer
      • sungur

      1
      0
      Votes
      1
      Posts
      11
      Views

      No one has replied

    • B

      how to use custom type in control
      • bindev

      1
      0
      Votes
      1
      Posts
      170
      Views

      No one has replied

    • G

      how to load product without ajax, directly
      • gauravjain1

      1
      0
      Votes
      1
      Posts
      187
      Views

      No one has replied