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

      How to create shipping method??
      • userbagisto

      2
      0
      Votes
      2
      Posts
      224
      Views

      bhanu-webkul

      Hi @userbagisto
      Please follow steps mentioned in doc https://devdocs.bagisto.com/1.x/advanced/create-shipping-method.html

    • U

      Why the new flat rate doesn't appear in the application
      • userbagisto

      2
      0
      Votes
      2
      Posts
      302
      Views

      bhanu-webkul

      Please follow documentation - https://devdocs.bagisto.com/1.x/advanced/create-shipping-method.html

    • S

      Request sample of a simple product
      • squirrel

      2
      0
      Votes
      2
      Posts
      286
      Views

      A

      Hi.

      You can check out Laravel Marketplace Product Quote System where you can send a quote to the seller or admin for a particular product.
      https://bagisto.com/en/extensions/laravel-marketplace-product-quote-system/

    • H

      How to set the flat rate based on the country
      • Hadara Dev

      2
      0
      Votes
      2
      Posts
      303
      Views

      A

      Hi.

      You can change the flat rate from the shipping section inside configuration.
      You can also checkout the module below to calculate region wise shipping.

      https://bagisto.com/en/extensions/laravel-marketplace-usps-shipping/

    • R

      Bagisto - Base table or view not found: 1146
      • randy_johnson

      10
      0
      Votes
      10
      Posts
      2733
      Views

      A

      Hi.

      Instead of installing bagisto from master branch.
      Take a pull from the latest stable release from tags.

      For now, the latest stable build is bagisto 1.3.2
      link: https://github.com/bagisto/bagisto/tree/v1.3.2

    • A

      Adding Shipping rate if cart subtotal less than amount
      • abo

      2
      0
      Votes
      2
      Posts
      884
      Views

      A

      Hi.

      You can change the flat rate from shipping section under configuration.

    • R

      How to get started using Bagisto
      • rabol

      5
      0
      Votes
      5
      Posts
      819
      Views

      A

      Hi

      Check these videos out.
      https://www.youtube.com/watch?v=zGm7t9mMgRc
      https://www.youtube.com/watch?v=e-mYbL1lY84

    • H

      This topic is deleted!
      • harsha m

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • A

      Extension Price Changed?
      • aulia

      5
      0
      Votes
      5
      Posts
      1035
      Views

      D

      still this extension is paid?

      mofa attestation

    • S

      How to add sub category in the home screen
      • shw2y

      3
      0
      Votes
      3
      Posts
      448
      Views

      S

      @prateek-webkul Thank you very much it's working๐Ÿ‘ ๐Ÿ‘Œ

    • A

      How to integrate payment gateways such as RazorPay, Paytm, GPay, Amazon Pay etc
      • AshJi

      5
      1
      Votes
      5
      Posts
      1146
      Views

      W

      this works well for paytm https://github.com/wontone18/paytm-payment-gateway-bagisto-laravel

    • L

      The rules on customer groups disappear after 24 hours
      • LilD

      3
      0
      Votes
      3
      Posts
      453
      Views

      L

      @bhanu-webkul Well, I put the price of the product, all the conditions are true, I set the date to expire in 2050 and to have another option to conclude other rules.
      As you have in the tutorial but it still expires after 2 days

    • L

      Avertisment! A non-numeric value encountered.
      • LilD

      2
      0
      Votes
      2
      Posts
      372
      Views

      M

      Hi @LilD

      can you please more elaborate?

    • A

      This topic is deleted!
      • Apillzonline

      1
      0
      Votes
      1
      Posts
      424
      Views

      No one has replied

    • W

      Graphql error 'Duplicate definition cartDetail found when merging'
      • wallace

      4
      0
      Votes
      4
      Posts
      2300
      Views

      A

      @wallace hey Idk if you've figured it out but the issue was in the schema.graphql file. The documentation says

      ' put all shop schemas #import /shop//.graphql after #import /promotion/*.graphql this line.'

      This is what caused the error. The shop schemas are already imported on the top and then when we do at the bottom, it says that its duplicating. Just remove that line and it works like charm.

      Hope this helps ๐Ÿ™‚

    • R

      Update payment method after order saved via API
      • rudiculous

      3
      0
      Votes
      3
      Posts
      450
      Views

      A

      Hi.

      As of now, there is no way to change the payment method after placing the order.

      Thanks and Regards
      Aayush Bhatt

    • G

      How to add more options in adminend datatable page numbers?
      • gwachhamit

      2
      0
      Votes
      2
      Posts
      308
      Views

      A

      Hi.

      In order to achieve that you can override this file in your package
      packages/Webkul/Ui/src/Resources/views/datagrid/table.blade.php

    • I

      Edit design of PWA app.
      • intrudo

      2
      0
      Votes
      2
      Posts
      269
      Views

      A

      Hi.

      First of all you have to install node modules inside folder packages -> Webkul -> PWA. Now run this command "npm run watch". Now go to packages -> Webkul -> PWA -> src -> Resources -> assets -> js -> components. Now make your changes in respective components. After making your UI changes run "npm run prod"

      Your changes in PWA will be saved.

    • I

      Changes in vue files not taking effect.
      • intrudo

      2
      0
      Votes
      2
      Posts
      615
      Views

      A

      Hi.

      First of all you have to install node modules inside folder packages -> Webkul -> PWA. Now run this command "npm run watch". Now go to packages -> Webkul -> PWA -> src -> Resources -> assets -> js -> components. Now make your changes in respective components. After making your UI changes run "npm run prod"
      Your changes in PWA will be saved.
    • D

      filter not working
      • deepaksharma1011

      2
      0
      Votes
      2
      Posts
      274
      Views

      A

      Hi.

      What is your current version of Bagisto ?
      Are you talking about category filter ?
      have you installed any custom module ?