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

      Nave Menu Custom
      • Destinytrio6

      2
      0
      Votes
      2
      Posts
      289
      Views

      A

      Hi there,

      Which version of Bagisto are you using?

    • A

      Catalog Rule Products
      • althafn

      5
      0
      Votes
      5
      Posts
      712
      Views

      A

      next release as in your next major release? do you have a date?

    • A

      Buy X get Y free
      • althafn

      2
      0
      Votes
      2
      Posts
      358
      Views

      A

      Hi there,

      you can take a reference from here.

    • K

      The POST method is not supported for route graphql
      • kakilang

      2
      0
      Votes
      2
      Posts
      590
      Views

      A

      Hi there.

      Which version of Bagisto are you using?

    • M

      how to get home page title and show it home page front
      • mindwebtree

      5
      0
      Votes
      5
      Posts
      721
      Views

      A

      @mindwebtree said in how to get home page title and show it home page front:

      window.flashMessages = [{

      Add here below line-

      this.$root.addFlashMessages(); under window.flashMessages
    • caixanh

      This topic is deleted!
      • caixanh

      2
      0
      Votes
      2
      Posts
      15
      Views
    • D

      This topic is deleted!
      • devcloud

      2
      0
      Votes
      2
      Posts
      10
      Views
    • caixanh

      This topic is deleted!
      • caixanh

      2
      0
      Votes
      2
      Posts
      60
      Views
    • caixanh

      This topic is deleted!
      • caixanh

      2
      0
      Votes
      2
      Posts
      4
      Views
    • caixanh

      This topic is deleted!
      • caixanh

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • caixanh

      This topic is deleted!
      • caixanh

      1
      0
      Votes
      1
      Posts
      101
      Views

      No one has replied

    • H

      Supplier add to product form is missing
      • harryjohnson

      11
      0
      Votes
      11
      Posts
      1283
      Views

      ashish2409

      @harryjohnson

      Hii there,
      Asper your concern,
      I will check from my end with complete installation process of B2B Marketplace module and update you for your concern.

      I will be checking installation process Domain and Subdomain mapping related concern as well.

      Thank You.

    • Y

      B2B marketplace
      • yogik47

      2
      0
      Votes
      2
      Posts
      316
      Views

      admin

      Yes, you need to purchase the multi-vendor marketplace. We have two modules in relation to the marketplace, please check below:

      B2C Marketplace: https://bagisto.com/en/laravel-multi-vendor-marketplace/
      B2B Marketplace: https://bagisto.com/en/laravel-b2b-marketplace/

    • D

      Custom Tax
      • devcloud

      4
      0
      Votes
      4
      Posts
      594
      Views

      A

      Hi @devcloud,

      Greeting for the day!

      You can create multiple tax rates and add these to a single tax category.

      and apply to each product.

    • N

      About login API
      • noname1122

      2
      0
      Votes
      2
      Posts
      391
      Views

      A

      Hello there,

      Can you please share the screenshot or short video of the issue that will help to find the exact issue?

      Also, Which version of Bagisto are you using?

    • B

      Add module in checkout section
      • bilal

      4
      0
      Votes
      4
      Posts
      614
      Views

      A

      Hi @bilal,

      You can take a reference from Here.

    • R

      Laravel 5.8
      • rabol

      4
      0
      Votes
      4
      Posts
      875
      Views

      A

      Hello @SupportTime,

      Do you need any help with Bagisto?

    • E

      Payment Method: Money Transfer Email Notification
      • eomdev

      3
      0
      Votes
      3
      Posts
      628
      Views

      E

      @Amitk-Webkul Thanks for the response I'll try that.

    • M

      How to extend velocity theme on bagisto 1.5.1
      • muritik

      2
      0
      Votes
      2
      Posts
      295
      Views

      A

      Hello there,

      Greeting for the Day!

      You can follow this doc to update the Bagisto.

      If you still facing the same issue please let us know.

    • S

      Installing Vuetify for custom components
      • sasuspro

      2
      0
      Votes
      2
      Posts
      616
      Views

      A

      Hello there,

      Vuetify is also a framework so It can not be installed directly. you can customize this.

      meanwhile, you can use Vue components.

      With the Below code, you can create Vue components.

      Vue.component('option-wrapper', { template: '#options-template', data: function() { return { } }, created: function () { }, })