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

      Inventory indices not auto updated
      • beabay

      1
      0
      Votes
      1
      Posts
      148
      Views

      No one has replied

    • M

      Payment Gateway xendit
      • Miswanto

      6
      0
      Votes
      6
      Posts
      870
      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
      247
      Views

      No one has replied

    • K

      Import customers with address
      import customers • • kenninh

      4
      0
      Votes
      4
      Posts
      500
      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
      2094
      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
      294
      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
      207
      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
      460
      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

    • S

      how to override controller for theme
      • samparker

      5
      0
      Votes
      5
      Posts
      1035
      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

      2
      0
      Votes
      2
      Posts
      163
      Views

      R

      Hello @sungur

      Can you share some screenshot or error message
      this will help us to esolve your query.

      Warm Regards

    • B

      how to use custom type in control
      • bindev

      2
      0
      Votes
      2
      Posts
      640
      Views

      R

      Hello @bindev

      You can use like this as mentioned below.

      @case('custom')
      <v-field
      v-slot="{ field, errors }"
      {{ $attributes->only(['name', ':name', 'value', ':value', 'v-model', 'rules', ':rules', 'label', ':label']) }}
      name="{{$name}}"

      {{ $slot}}
      </v-field>

      Regards

    • J

      Postcode/Zipcodes
      • jrevell

      2
      0
      Votes
      2
      Posts
      194
      Views

      R

      Hello @jrevell

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

      This will help us to resolve your query

      Warm Regards
      Team Bagisto

    • G

      how to load product without ajax, directly
      • gauravjain1

      3
      0
      Votes
      3
      Posts
      909
      Views

      G

      @rishabh-webkul19 how to enable product load from database to render and index by Google? please tell steps

    • A

      This topic is deleted!
      • ae.elkashef

      1
      0
      Votes
      1
      Posts
      159
      Views

      No one has replied

    • F

      Data Transfer with custom attributes
      • Frenchpicker

      2
      0
      Votes
      2
      Posts
      495
      Views

      R

      Hello @Frenchpicker

      Kindly let us know the bagisto version you are using.

      This will help us to resolve your query.

      Regards

    • A

      Category Image Resizing Issue: Original 300x300px Image Keeps Resizing to 165x165px
      • arunchahar

      2
      0
      Votes
      2
      Posts
      768
      Views

      R

      Hello @arunchahar

      Kindly let us know the bagisto version you are using.

      This will help us to resolve your query.

      Regards

    • M

      Buy One Get One Functionality Not Work.
      • mihir14

      2
      0
      Votes
      2
      Posts
      69
      Views

      R

      Hello @mihir14

      This issue is resolved now in the latest version.

      Regards

    • M

      Buy One Get One Free Functionality Not Work.
      • mihir14

      2
      0
      Votes
      2
      Posts
      51
      Views

      R

      Hello @mihir14

      This issue is resolved now in the latest version.

      Regards

    • S

      Create product with image programmatically
      product image • • saaraan

      5
      0
      Votes
      5
      Posts
      242
      Views

      S

      @rishabh-webkul19 Thank you for your reply, what's proper way to attach the image? how does bagisto process the product image? thank you.

      $ImagePath = '/storage/app/temp/image.jpg'; $uploadedFile = new UploadedFile( $ImagePath, 'imageFileName', 'image/jpeg', null, true );
    • D

      Update multiple products inventory via REST API
      api products bulk rest • • danimaldonado

      3
      0
      Votes
      3
      Posts
      114
      Views

      D

      @rishabh-webkul19 Hello!
      Ok! It's the v2.3.6
      Freshly installled following the documentation a few weeks ago.
      And also installed the REST API following the documentation.

      In the API docs I found an endpoint for mass update but as far as I knew it only works for turning the products status on and off