Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Modules
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • S

      How can i add custom field in user/any module?
      • sagar.patel

      2
      0
      Votes
      2
      Posts
      929
      Views

      J

      @sagar-patel
      You need to create separate package for this , create a migration file in your package to add new columns in user table, then override user model.

    • 0

      How to create custom shipping method?
      • 042zubair

      2
      0
      Votes
      2
      Posts
      340
      Views

      J

      @042zubair
      Please follow this doc- https://devdocs.bagisto.com/

    • R

      How to create multiple slider?
      • RK REZA

      5
      0
      Votes
      5
      Posts
      959
      Views

      I

      Hi Rahul !
      I tried to override the view of slider but is not working, i created in the laravel´s view folder (resources/views/vendor/home/slider.blade.php) but there aren´t any changes, i dont know what's happening, can you help me please?

    • Y

      This topic is deleted!
      • yinker

      4
      0
      Votes
      4
      Posts
      9
      Views
    • Y

      Error when adding a new category in a subcategory.
      • yinker

      3
      0
      Votes
      3
      Posts
      300
      Views

      Y

      @Jyoti the last update that is in git, you told me yesterday that it will reinstall it again because of a bug in the version of php 7.3 so I don't know if it's still the same version 0.2.2

    • L

      Custom add Inventory on Product Page
      • Luke

      2
      0
      Votes
      2
      Posts
      225
      Views

      A

      Hi @Luke

      Just override the blade file in another package and create your input field.
      Use view render event to call your blade file that you've overridden.
      Also, you will need to add the Migration with proper Model, controller and routes to handle your request.
      Thanks.

    • S

      Laravel Aliexpress Module- Getting issue
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      197
      Views

      P

      Hello sanjana,

      which version of bagisto are you using with the module.

    • R

      Got an issue at mini-cart.php
      • reyadek

      2
      0
      Votes
      2
      Posts
      187
      Views

      J

      @reyadek
      Please elaborate your issue or add screenshot of issue

    • A

      Paypal Standard Error
      • arifinofficial

      3
      0
      Votes
      3
      Posts
      474
      Views

      P

      Hello arifinofficial,

      You are missing some fields that are essential for paypal checkout i.e., why you are getting the error of shipping address.

      Refer https://developer.paypal.com/docs/checkout/integration-features/standard-card-fields/

      Thanks

    • I

      RFQ and Buyer roles functionalities on Bagisto
      • IamDonna

      2
      0
      Votes
      2
      Posts
      230
      Views

      admin

      Hello @IamDonna ,

      At first, regarding creating roles and permission, Bagisto does have inbuilt ACL system. Please have a look at this and let us know if this fulfils your requirement: https://bagisto.com/en/how-to-create-admin-acl-in-bagisto/

      Regarding creating B2B marketplace, we are already in the process of completing the B2B module. You can expect that soon.

    • C

      Create new module
      • cedvict

      2
      0
      Votes
      2
      Posts
      169
      Views

      R

      Hi @cedvict

      Kindly read this one -https://devdocs.bagisto.com/override-core-model.html

      and run composer dump-autoload after doing all changes.

    • L

      Pass parameter to DataGrid
      • Luke

      5
      0
      Votes
      5
      Posts
      781
      Views

      L

      @prateek-webkul okay, thanks so much!!!!

    • S

      On live server my slider is not working
      • Sarthak

      9
      0
      Votes
      9
      Posts
      588
      Views

      S

      @Vaishali-Agarwal It's working mam.
      Thank you so much.

    • L

      Dropdown Menu at Shop
      • Luke

      2
      0
      Votes
      2
      Posts
      306
      Views

      V

      @Luke

      Is there a way to make a dropdown for the categories that appear in the shop??

      Please describe more about the query with the example.

      If I make another category and store another category inside the new, it will become a dropdown

      Let's say product is root category and you have created another Gold, silver category and add them into product root category then it will reflect into the drop down, as these are the sub category of the main category.

      Once you clicked on Gold category, redirects to the gold category, you can check it from the Url

    • S

      How to apply validations for image size on product image
      • Sarthak

      5
      0
      Votes
      5
      Posts
      592
      Views

      S

      @Naresh-webkul Thank you sir.
      It's working.

    • J

      Invoice Header.
      • Johann

      5
      0
      Votes
      5
      Posts
      531
      Views

      N

      Helloi @Johann ,
      just comment /remove the limit from the following file :
      packages/Webkul/Admin/src/Http/Controllers/DashboardController.php

      remove the limit from the getStockThreshold() method .

      Thank you.

    • A

      Problem with new payment package
      • asdomar

      2
      0
      Votes
      2
      Posts
      195
      Views

      R

      Hi @asdomar

      Did you merge your these files to main file of configuration inside your service provider like -

      $this->mergeConfigFrom( dirname(__DIR__) . '/Config/paymentmethods.php', 'paymentmethods' ); $this->mergeConfigFrom( dirname(__DIR__) . '/Config/system.php', 'core' );
    • U

      Create custom module in admin panel like Catalog and sub modules
      • unnati

      2
      0
      Votes
      2
      Posts
      223
      Views

      V

      @unnati
      please specify your bagisto version, database version, php version
      also,show the error screenshot.

    • S

      Laravel AliExpress Dropshipping
      • SofBiz

      2
      0
      Votes
      2
      Posts
      190
      Views

      J

      Hi @SofBiz
      Laravel AliExpress Dropshipping doesn't support Bagisto v1.1.0 version.
      This module support upto bagisto 0.1.8

      Thanks

    • L

      View Cart Problem
      • Luke

      2
      0
      Votes
      2
      Posts
      214
      Views

      V

      @Luke
      Mention Bagisto Version.
      Also, their is might error is showing in console please send the screen.
      Also share your website if it's hosted on live URL.