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

      Title: How to Display Recent Blog Posts on the Homepage in Bagisto v2.2.6
      Modules • • omerozdiyar

      2
      1
      Votes
      2
      Posts
      315
      Views

      R

      Hello @omerozdiyar

      The reason for this error might be that you are using Bagisto v2.2.6, while this extension was built for version 2.0. This is likely causing the conflict.

      We suggest making the extension compatible with v2.2.6 before using it.

      Warm Regards
      Team Bagisto

    • L

      Help with a Forbidden in the Bagisto admin panel
      Installing Bagisto • • lenier

      2
      0
      Votes
      2
      Posts
      243
      Views

      R

      Hello @lenier

      Can you check inside the laravel.log file is there any error is coming there?

      Regards
      Team Bagisto

    • B

      i couldnt intall it through aapenal.
      Bug Report • • bob

      2
      0
      Votes
      2
      Posts
      563
      Views

      R

      Hello @bob

      I think aapenal has Cpanel .

      Then you can use Softaculous to install Bagisto.

      Warm Regards
      Team Bagisto

    • N

      Trying to import products.
      General Discussion • import • • Neilm

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

    • P

      Prices in storefront with taxes included
      General Discussion • • pask

      11
      0
      Votes
      11
      Posts
      2224
      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.

    • K

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

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

    • O

      Bagisto product image broken after upload ?
      Installing Bagisto • • olivexy

      5
      0
      Votes
      5
      Posts
      1544
      Views

      B

      @Rishabh-Webkul said in Bagisto product image broken after upload ?:

      Can you please share us with the image of your broken image. This will help us to resolve your query.
      Warm Regards

      hi, im facing the same problem about the broken image, i already did the storage link and unlink for many time and it still broken in the front store.. this is the photo of the broken image

      this photo is from my front store if the link use cache/medium or another cache
      0e051a6a-332a-480f-916f-c7d8958b8fcb-image.png

      but if the url using /storage the image will show, i need to know what's wrong with this

      afad34d2-7bba-4e8e-9e4d-9e9b0fb5e41d-image.png

    • K

      Forbidden error when i save Configure > Products
      Bug Report • forbidden • • kamransohla

      3
      0
      Votes
      3
      Posts
      619
      Views

      L

      @Rishabh-Webkul A mi me pasa lo mismo y no se ya como resolverlo, A mi me arroja un Forbidden. Tengo bagisto en Hostinger. Si pudieras ayudarme te lo agradeceria

    • B

      Message Error 'invoice creation is not allowed'
      General Discussion • • beabay

      1
      0
      Votes
      1
      Posts
      302
      Views

      No one has replied

    • Y

      VAT ue
      Modules • • ymek007

      5
      0
      Votes
      5
      Posts
      738
      Views

      L

      @ymek007
      Set your store to apply discounts to the gross amount (price + VAT) and then recalculate VAT from that reduced gross, keeping the tax rate correct. If any VAT calculation issues come up, use Vatcalc.Onl to quickly work out accurate amounts and avoid errors.

    • M

      Payment Gateway xendit
      General Discussion • • Miswanto

      6
      0
      Votes
      6
      Posts
      923
      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

      Inventory indices not auto updated
      General Discussion • • beabay

      1
      0
      Votes
      1
      Posts
      209
      Views

      No one has replied

    • I

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

      4
      0
      Votes
      4
      Posts
      866
      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
      238
      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
      147
      Views

      No one has replied

    • K

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

      1
      0
      Votes
      1
      Posts
      214
      Views

      No one has replied

    • T

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

      9
      0
      Votes
      9
      Posts
      2225
      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
      205
      Views

      No one has replied

    • B

      Currency format
      General Discussion • • beabay

      2
      0
      Votes
      2
      Posts
      205
      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
      370
      Views

      No one has replied