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

      issues with images and add to cart
      General Discussion • • samparker

      4
      0
      Votes
      4
      Posts
      288
      Views

      S

      @01aviral-webkul Thanks alot, these points helped to fix the issue.

    • K

      Shop by filter not changing.
      General Discussion • • karkiswapnil

      5
      0
      Votes
      5
      Posts
      2698
      Views

      A

      Thank you.

    • J

      Laravel 12
      General Discussion • • Jelle

      13
      1
      Votes
      13
      Posts
      2853
      Views

      A

      Will there be any Laravel upgrades, and if so, when can we expect them?

    • G

      We want to add UTM to track sales
      General Discussion • • gauravjain1

      2
      0
      Votes
      2
      Posts
      109
      Views

      admin

      Hello Gaurav,
      Greetings!

      Thank you for reaching out.

      Yes, UTM parameters can be implemented in Bagisto to track affiliate clicks and conversions. Since UTM parameters (such as utm_source, utm_medium, utm_campaign, etc.) are used for tracking marketing sources, they can be captured when a customer lands on the website and associated with their complete purchasing journey.

      Proposed Implementation Flow

      1. Capture UTM Parameters

      Create a middleware or use an event listener to capture UTM parameters from incoming URLs.

      For example:

      https://yourstore.com/product/abc?utm_source=affiliate1&utm_medium=partner&utm_campaign=sale

      The captured UTM values can then be stored in the customer session or browser cookies.

      2. Maintain Tracking Throughout the Customer Journey

      Ensure that the stored UTM data remains available while the customer:

      Browses products Adds items to the cart Proceeds to checkout

      This ensures the original affiliate or campaign information is retained until the order is placed.

      3. Save UTM Details with Orders

      Add custom fields to the orders table and store the captured UTM information during the order placement process.

      This will allow you to identify which affiliate, campaign, or marketing source generated the successful sale.

      4. Generate Affiliate Conversion Reports

      Once UTM data is stored with orders, custom reports can be created to analyze:

      Affiliate performance Campaign effectiveness Conversion and sales data

      Please note that Bagisto v2.3.6 does not provide built-in support for affiliate UTM tracking. Therefore, this functionality will require a custom implementation based on your affiliate tracking and reporting requirements.

      Thank You
      Kartikey Dubey
      Team Bagisto

    • N

      install package bagisto/bagisto-api
      Installing Bagisto • • negarahmady

      2
      0
      Votes
      2
      Posts
      289
      Views

      Y

      @negarahmady
      Hi, thanks for reporting this. The install failure was caused by a dependency version mismatch in the API Platform packages we rely on. We've fixed it and published a new release (v1.0.5) that pins those dependencies to a compatible set.

      Please pull the latest version and run the installer:

      composer require bagisto/bagisto-api php artisan bagisto-api-platform:install

      If you have a partially-installed/old copy, run composer update bagisto/bagisto-api first, then php artisan bagisto-api-platform:install.
      Let us know if you encounter any further issues.

    • G

      [2.3.6] Product Image Quality Becomes Very Low After Upload
      Installing Bagisto • • gauravjain1

      2
      0
      Votes
      2
      Posts
      163
      Views

      K

      Hello,

      Thank you for reporting the issue.

      We checked the Bagisto image handling flow and found that Bagisto does not permanently store resized product images. Instead, images are dynamically generated at runtime through the CacheFilters system based on the configured image dimensions.

      The image quality issue generally occurs because:

      generated image dimensions are smaller than the display/zoom size runtime resizing causes interpolation blur GD image driver reduces sharpness during resize operations

      We recommend checking the following configuration:
      Admin → Configuration → Catalog → Products

      Please increase the image dimensions, especially the Large Image size. For example:

      Small Image: 300 × 300 Medium Image: 700 × 700 Large Image: 1600 × 1600 or higher

      After updating the configuration, kindly clear the cache and generated images.

      Additionally, if the server is using the GD image driver, switching to Imagick can significantly improve image sharpness and overall quality during runtime image generation.

      We are also reviewing the CacheFilters resize logic to ensure images preserve aspect ratio properly and avoid unnecessary quality reduction.

      Thank you.
      Kartikey Dubey
      Team Bagisto

    • D

      Images are not showing while importing product in csv file
      General Discussion • • divya

      4
      0
      Votes
      4
      Posts
      443
      Views

      R

      Hello @divya

      Please provide the folder path relative to the following directory:

      /project-root/storage/app/import

      For example:

      product-images
      import-images/products

      image-issue.png

      Also, kindly make sure the folder exists inside the import directory before proceeding

      Best Regards
      Rishabh Yogi
      Team Bagisto

    • Z

      Refund Error: Trying to access array offset on null (PayPal Smart Button)
      Bug Report • • Zeryab

      3
      0
      Votes
      3
      Posts
      461
      Views

      R

      Hello @Zeryab

      We have already raised this issue. You can track and review it through the following link, and also share your observations there:

      https://github.com/bagisto/bagisto/issues/11294

      Regards

    • A

      Seeking help to customize Footer Links, Background, and Text Color
      Knowledge Base • • asraful.1

      1
      0
      Votes
      1
      Posts
      310
      Views

      No one has replied

    • K

      Issue with product Image loading at frontend.
      Installing Bagisto • • kapilmaharjan.km

      5
      0
      Votes
      5
      Posts
      683
      Views

      R

      Hello @kapilmaharjan-km

      Can you please let us know on which server your current website is running, where you are facing this issue?

      Regards
      Rishabh Yogi

    • A

      rest api causes route:list issue
      Installing Bagisto • • aabumousa

      2
      0
      Votes
      2
      Posts
      262
      Views

      R

      Hello @aabumousa

      Kindly follow the official Rest API docs below for reference.

      https://devdocs.bagisto.com/api/rest-api.html

      Regards
      Rishabh Yogi
      Team Bagisto

    • G

      category product grid column on home page Front-End
      General Discussion • • gauravjain1

      7
      0
      Votes
      7
      Posts
      1083
      Views

      R

      @gauravjain1 Hi gauravjain is the issue is resolved or still opened i can help you out

    • D

      500 Error
      Installing Bagisto • • divya

      4
      0
      Votes
      4
      Posts
      524
      Views

      D

      @rishabh-webkul could you please check laravel.log which is i posted?

    • D

      Facing error in getting product data in swagger UI
      Installing Bagisto • • divya

      2
      0
      Votes
      2
      Posts
      210
      Views

      R

      Hello @divya

      Can you share the logs from laravel.log file to debug the issue more at our end.

      Usually this error "Unexpected non-iterable value for to-many relation" in Bagisto Swagger occurs when API Platform tries to serialize a relationship field (like images, categories, or variants) that should return an array/collection, but instead returns null or a single object.

      Regards

    • M

      Issue: getCurrentChannelCode() null returned during Bagisto API Installation
      Bug Report • • mahmoudsaaed

      2
      0
      Votes
      2
      Posts
      460
      Views

      F

      This happens because Bagisto expects a default channel before most services boot. Easiest fix is to run the initial migration and seed in isolation by temporarily disabling the API package or commenting the channel call in Core.php, then run php artisan migrate --seed to recreate the default channel, and restore the code after.

    • H

      Quantities set to Zero when go to Edit product page
      Bug Report • • huynp139

      6
      0
      Votes
      6
      Posts
      657
      Views

      R

      Hello @huynp139

      Okay Great..!!

      Regards

    • A

      Cart Total Rounding Causing Credit Card Payment Discrepancies
      Knowledge Base • • ahmetarsiv

      3
      0
      Votes
      3
      Posts
      422
      Views

      A

      Hello @rishabh-webkul

      Thank you for your response.

      We are currently using Bagisto version v2.4.x-dev.

      Also, we have not implemented any customizations on our end; the installation is completely default.

      Thanks.
      Ahmet Sefa Arşiv

    • M

      Sales Tax pluging
      General Discussion • • mohamedali850

      2
      0
      Votes
      2
      Posts
      553
      Views

      R

      Hello @mohamedali850

      Our default tax rate calculation feature in Bagisto should be able to fulfill your requirement, as it also provides an option to define tax rates based on zip codes.

      Kindly refer to the following documentation for more details:
      https://docs.bagisto.com/settings/taxes.html

      However, if you need to implement a separate tax logic or integrate tax calculation via any external API, that will require custom development and implementation from our side.

      Regards

    • Z

      Undefined array key "resolver"
      Bug Report • • zeeshsoft

      2
      0
      Votes
      2
      Posts
      194
      Views

      R

      Hello @zeeshsoft

      Kindly let us know the current Bagisto version you are using. This will help us identify the issue. Also, please provide images/screenshots of the issue for reference.

      Regards

    • N

      Filter options show all values instead of used ones in category page.
      Bug Report • • noorealam

      1
      0
      Votes
      1
      Posts
      272
      Views

      No one has replied