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

      Point Attribute?
      General Discussion • • neal.chambers

      2
      0
      Votes
      2
      Posts
      114
      Views

      N

      If this isn't being considered. Could you point me to the files that would need to be modified in order to make it happen? I'm having a hard time understanding how attributes are created and stored in the db.

    • H

      Bagisto admin dashboard is not working!
      General Discussion • • Hridaye

      4
      0
      Votes
      4
      Posts
      183
      Views

      Rishabh-Webkul

      Hello @Hridaye

      So is your dashboard issue is resolved now ?

      Please Confirm

      Warm Regards
      Team Bagisto

    • A

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

      3
      0
      Votes
      3
      Posts
      142
      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

      Want to use custom font.
      General Discussion • • Hridaye

      4
      0
      Votes
      4
      Posts
      117
      Views

      Rishabh-Webkul

      @Hridaye You're Welcome..Keep Exploring.

      Warm Regards
      Team Bagisto

    • M

      Error in Sending EmailAttempt to read property "title" on array
      Bug Report • • MScopell

      2
      0
      Votes
      2
      Posts
      118
      Views

      Rishabh-Webkul

      Hello @MScopell

      We have checked this at our end. and everything is working fine as expected.

      Check the below Screenshot for your reference.

      Money Transfer:
      https://prnt.sc/jPoR1ZcrTuC7

      COD-

      image (43).png

      Kindly confirm whether you have added the SMTP configuration in your .env file.

      Also, please check if any customizations were made on your end, as that could be causing the issue.

      Warm Regards
      Team Bagisto

    • M

      OpenAI API error when using Magic IA
      General Discussion • • MScopell

      4
      0
      Votes
      4
      Posts
      187
      Views

      Rishabh-Webkul

      Hello @MScopell

      Okay, so I hope the issue is resolved now.

      Regards

    • A

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

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

    • D

      Error php
      Installing Bagisto • • dj

      3
      0
      Votes
      3
      Posts
      208
      Views

      D

      @Rishabh-Webkul yes

    • E

      Announcing Bagisto Visual, a theme framework and visual editor for Bagisto
      Announcements • • eldomagan_

      4
      0
      Votes
      4
      Posts
      275
      Views

      Rishabh-Webkul

      Hello @eldomagan_

      Thank you so much for the video we will check this out and get back to you.

      Warm Regards
      Team Bagisto

    • A

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

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

    • K

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

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

    • M

      Price on Product
      General Discussion • • Miswanto

      1
      0
      Votes
      1
      Posts
      60
      Views

      No one has replied

    • S

      Bug in Product Bundle Creation – "Bundle Items" Section Missing in French (APP_LOCALE=fr)
      Bug Report • • Snake

      2
      0
      Votes
      2
      Posts
      129
      Views

      Rishabh-Webkul

      Hello @Snake

      Thanks for your suggestion and bug report we identified and raised this bug issue on GitHub.

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

      Warm Regards
      Team Bagisto

    • O

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

      4
      0
      Votes
      4
      Posts
      206
      Views

      Rishabh-Webkul

      Hello @olivexy

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

      Warm Regards
      Team Bagisto

    • N

      Override admin view
      Modules • • Nicola_cascella

      2
      0
      Votes
      2
      Posts
      156
      Views

      Rishabh-Webkul

      Hello @Nicola_cascella

      Please check the below blog for your query.

      https://bagisto.com/en/how-to-override-view-files-in-bagisto/

      Warm Regards
      Team Bagisto

    • O

      providers key missing in config/app.php on Bagisto 2.3.1 – How to register a custom module?
      Modules • • omerozdiyar

      3
      0
      Votes
      3
      Posts
      138
      Views

      C

      changed to bootstrap/providers

    • Y

      VAT UE
      Bug Report • • ymek007

      3
      0
      Votes
      3
      Posts
      169
      Views

      Y

      This doesn't help!!! how to add a discount code to reduce the net amount and not the gross amount (including VAT - tax)

    • Y

      VAT ue
      Modules • • ymek007

      3
      0
      Votes
      3
      Posts
      133
      Views

      Y

      This doesn't help!!! how to add a discount code to reduce the net amount and not the gross amount (including VAT - tax)

    • A

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

      2
      0
      Votes
      2
      Posts
      147
      Views

      Rishabh-Webkul

      Hello @ankit-anand

      Please check the Bagisto Mobile App Store link.

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

      Regards

    • I

      Bagisto App not running on iOS
      General Discussion • • Imran 0

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