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

      Footer of Admin Panel
      • dipakthakur_13

      2
      0
      Votes
      2
      Posts
      148
      Views

      ghermans

      @dipakthakur_13

      You can change this in the following file packages/Webkul/Admin/src/Resources/views/components/layouts/index.blade.php

      There you will find the following code

      <!-- Powered By --> <div class="mt-auto"> <div class="border-t bg-white py-2 text-center text-sm dark:border-gray-800 dark:bg-gray-900 dark:text-white"> @lang('admin::app.components.layouts.powered-by.description', [ 'bagisto' => '<a class="text-blue-600 hover:underline dark:text-darkBlue" href="https://bagisto.com/en/">Bagisto</a>', 'webkul' => '<a class="text-blue-600 hover:underline dark:text-darkBlue" href="https://webkul.com/">Webkul</a>', ]) </div> </div>
    • J

      Laravel 12
      • Jelle

      3
      1
      Votes
      3
      Posts
      273
      Views

      Rishabh-Webkul

      Hello

      For now, we have made the latest version of Bagisto 2.3.0 compatible with Laravel 11.

      https://github.com/bagisto/bagisto/tree/v2.3.0

      Regards
      Team Bagisto

    • S

      How can I move the site from demo to public?
      • sangeethnivas

      3
      0
      Votes
      3
      Posts
      196
      Views

      Rishabh-Webkul

      Hello @sangeethnivas

      Can you please elaborate this? Are you trying to say that you have set up Bagisto on your local and now you want to make it live?

      Please confirm so that we can assist you with your query.

      Regards
      Team Bagisto

    • D

      Marketplace in profile link
      • dsharma

      4
      0
      Votes
      4
      Posts
      458
      Views

      F

      @hesselmavis said in Marketplace in profile link:

      Thank you so much for your response!! It is extremely valuable.

      krnl

    • A

      Custom PhonePe Payment Gateway: Cart available on redirect but null in verify method
      • arunchahar

      2
      0
      Votes
      2
      Posts
      166
      Views

      Rishabh-Webkul

      Hello @arunchahar

      For this, we will need to review your entire package to see what changes you have made and where. To do that, you can purchase support hours for this.

      https://store.webkul.com/bagisto-hourly-customization-package.html

      Regards
      Team Bagisto

    • A

      How sort by range price on products carousel theme
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      166
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      By default, we do not provide a filter for 'special_price' in Product Carousel. To check this, we would need to review the code to identify any customizations that may have been made, which would fall under our paid support services.

      You can purchase support hours for this assistance.

      Link: https://store.webkul.com/bagisto-hourly-customization-package.html

    • O

      product images are not displaying on the frontend!
      • OJVV

      5
      0
      Votes
      5
      Posts
      332
      Views

      A

      @OJVV Same thing happened to me. Have you got any solution?

    • I

      Unable to run the Bagisto Mobile app on the iOS — encountering the following errors:
      • Imran 0

      2
      0
      Votes
      2
      Posts
      83
      Views

      Rishabh-Webkul

      Hello @Imran-0

      Please confirm whether you followed the steps mentioned in the README.md file here.

      https://github.com/bagisto/opensource-ecommerce-mobile-app/blob/main/README.md

      Also, please let us know if your project Flutter and Dart version matches the project requirement mentioned in the readme file, which are mentioned below.

      Installation Guide
      Before beginning with the installation, you will need the following with the mentioned versions

      Bagisto Version - v2.2.2
      Android Studio Version - Flamingo | 2022.2.1
      Flutter Version - 3.19.2
      Dart - 3.3.0
      Xcode - 15.2
      Swift - 5

      Please also verify if you have changed the baseUrl as per your store from here :

      Path: lib/utils/server_configuration.dart

      static const String baseUrl = ‘....’;

      Warm Regards
      Team Bagisto

    • I

      Bagisto App not running on iOS
      • Imran 0

      2
      0
      Votes
      2
      Posts
      183
      Views

      Rishabh-Webkul

      Hello @Imran-0

      Upon reviewing the details you shared, we have identified that the issue you're experiencing is due to the Xcode version. The current project is compatible with Xcode 15.2, whereas you are using Xcode 16.3. To resolve this, the Flutter packages and dependencies need to be updated for compatibility with Xcode 16.2.

      We are actively working on making the project fully compatible with Xcode 16.3 and expect to release an updated version by next week.

      Regards
      Team Bagisto

    • A

      Is There a Laravel-Based Solution to Turn Bagisto into a Mobile App?
      • ankit-anand

      2
      0
      Votes
      2
      Posts
      164
      Views

      Rishabh-Webkul

      Hello @ankit-anand

      Please check the Bagisto Mobile App Store link.

      https://store.webkul.com/bagisto-laravel-mobile-app.html

      Regards

    • M

      Price on Product
      • Miswanto

      1
      0
      Votes
      1
      Posts
      73
      Views

      No one has replied

    • K

      Product Title Breaks Incorrectly in Grid/List View (Bagisto v2.2.6)
      • katatonik

      2
      0
      Votes
      2
      Posts
      116
      Views

      Rishabh-Webkul

      Hello @katatonik

      That's need to be customized because from the below file.

      packages >> Webkul >> Shop >> src >> Resources >> views >> products >> view.blade.php

      https://github.com/bagisto/bagisto/blob/2.3/packages/Webkul/Shop/src/Resources/views/products/view.blade.php

      Warm Regards
      Team Bagisto

    • A

      How to Add Custom Link to Admin User Dropdown in Bagisto from a Package?
      • arunchahar

      2
      0
      Votes
      2
      Posts
      149
      Views

      ghermans

      This is the file you need packages/Webkul/Admin/src/Resources/views/components/layouts/header/index.blade.php

      Search for the section <!-- Admin Dropdown --> line 95

    • A

      High Inode Usage on Live Server - Temporary Fix with php artisan cache:clear, Any Permanent Solution?
      • arunchahar

      2
      0
      Votes
      2
      Posts
      125
      Views

      Rishabh-Webkul

      Hello @arunchahar

      We have raise this as a feature request on GitHub

      Kindly check the below link for the reference.

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

      Warm Regards
      Team Bagisto

    • M

      OpenAI API error when using Magic IA
      • MScopell

      4
      0
      Votes
      4
      Posts
      208
      Views

      Rishabh-Webkul

      Hello @MScopell

      Okay, so I hope the issue is resolved now.

      Regards

    • H

      Want to use custom font.
      • Hridaye

      4
      0
      Votes
      4
      Posts
      155
      Views

      Rishabh-Webkul

      @Hridaye You're Welcome..Keep Exploring.

      Warm Regards
      Team Bagisto

    • A

      CSS Broken After npm run build in Custom Theme Package (Vite)
      • arunchahar

      3
      0
      Votes
      3
      Posts
      175
      Views

      A

      @Rishabh-Webkul Blade changes not updating in custom theme, but CSS changes work

      ✅ Working:

      Tailwind CSS changes (e.g., colors in app.css) update instantly with npm run dev

      ❌ Not working:

      Blade file changes (e.g., removing HTML sections) don't reflect, even after:

      Restarting Vite

      Running php artisan vendor:publish --provider="MyThemeProvider" --force

      Clearing all caches, am i missing something?

      My setup:
      config/themes.php

      'shop' => [ 'default' => [ 'name' => 'Default', 'assets_path' => 'public/themes/shop/default', 'views_path' => 'resources/themes/default/views', 'vite' => [ 'hot_file' => 'shop-default-vite.hot', 'build_directory' => 'themes/shop/default/build', 'package_assets_directory' => 'src/Resources/assets', ], ], 'nexus-theme' => [ 'name' => 'Nexus', 'assets_path' => 'public/themes/nexus-theme/default', 'views_path' => 'resources/themes/nexus-theme/views', 'vite' => [ 'hot_file' => 'shop-nexus-theme-vite.hot', 'build_directory' => 'themes/shop/nexus-theme/build', 'package_assets_directory' => 'src/Resources/assets', ], ], ],

      Vite.config.js

      import { defineConfig, loadEnv } from "vite"; import vue from "@vitejs/plugin-vue"; import laravel from "laravel-vite-plugin"; import path from "path"; export default defineConfig(({ mode }) => { const envDir = "../../../"; Object.assign(process.env, loadEnv(mode, envDir)); return { build: { emptyOutDir: true, }, envDir, server: { host: process.env.VITE_HOST || "localhost", port: process.env.VITE_PORT || 5173, cors: true, }, plugins: [ vue(), laravel({ hotFile: "../../../public/shop-nexus-theme-vite.hot", publicDirectory: "../../../public", buildDirectory: "themes/shop/nexus-theme/build", input: [ "src/Resources/assets/css/app.css", "src/Resources/assets/js/app.js", ], refresh: true, }), ], experimental: { renderBuiltUrl(filename, { hostId, hostType, type }) { if (hostType === "css") { return path.basename(filename); } }, }, }; });

      Service provider boot:

      public function boot(): void { $this->publishes([ __DIR__ . '/../Resources/Views' => resource_path('themes/nexus-theme/views'), ]); }
    • H

      Bagisto admin dashboard is not working!
      • Hridaye

      4
      0
      Votes
      4
      Posts
      224
      Views

      Rishabh-Webkul

      Hello @Hridaye

      So is your dashboard issue is resolved now ?

      Please Confirm

      Warm Regards
      Team Bagisto

    • N

      Point Attribute?
      • neal.chambers

      3
      0
      Votes
      3
      Posts
      285
      Views

      Rishabh-Webkul

      Hello @neal-chambers

      Regarding your below query

      m having a hard time understanding how attributes are created and stored in the db.

      Check the below link for the reference of how to create attributes in Bagisto

      https://docs.bagisto.com/2.3.0/attribute/

      And data save inside the attributes table with the below columns as shown in the image below

      attributes_table.png

      Warm Regards
      Team Bagisto

    • A

      Error on counting reporting traffic
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      75
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      Kindly confirm if you have made any customizations on the code end. Also, please check the laravel.log file to see if any other error messages are appearing.

      File Path as shown in below image.

      laravel.logg.png

      Warm Regards
      Team Bagisto