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 add new country value to drop downlist in Billing address section from admin page
      • userbagisto

      4
      0
      Votes
      4
      Posts
      1753
      Views

      U

      Ok, thanks

    • W

      Upgrading Bagisto from 1.3.1 to 1.3.2
      • wallace

      2
      0
      Votes
      2
      Posts
      211
      Views

      M

      Hi,

      It is safe to take a backup of V1.3.1 bagisto directories and then you can download and craete a new project and follow the steps in the mentioned url to upgrade.

      In the root directory of the project where you have downloaded the new version V1.3.2

    • U

      How to create shipping method??
      • userbagisto

      2
      0
      Votes
      2
      Posts
      85
      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
      141
      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
      108
      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
      142
      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
      1832
      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
      721
      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
      430
      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
      653
      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
      208
      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
      748
      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
      204
      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
      203
      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
      2012
      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
      212
      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
      146
      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
      161
      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.