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

      What is the purpose of Invoice Number Generator field ?
      • NLS667

      2
      0
      Votes
      2
      Posts
      687
      Views

      devansh-webkul

      Hi @NLS667,

      The purpose of the Invoice and Order configuration field is to generate the random numbers with certain prefixes and suffixes by the developer.

      Currently there is no such docs for developer class and developer point of view. For now you can take reference from here,
      https://github.com/bagisto/bagisto/tree/master/packages/Webkul/Sales/src/Generators

      We will soon add this in our documentation before the latest release.

    • H

      How to check Roles and Permission in blade file?
      • hedyd

      2
      0
      Votes
      2
      Posts
      342
      Views

      devansh-webkul

      Can you share the steps if its throws an exception then it will probably be a bug and it should not happen.

    • L

      Error when adding a product in cart
      • LilD

      2
      0
      Votes
      2
      Posts
      337
      Views

      devansh-webkul

      Grouped product price calculation is based on the number of child products's minimum amount.

    • R

      Artisan Command in routes not working
      routes artisan command url • • raihan83

      2
      0
      Votes
      2
      Posts
      555
      Views

      devansh-webkul

      Have you run php artisan optimize after registering any route.

    • A

      Review Help!
      • acerdev

      2
      0
      Votes
      2
      Posts
      296
      Views

      devansh-webkul

      Currently, this is a default behavior, you need to customize this.

    • N

      Need to checked payment method by default.
      • Nayan7030

      7
      0
      Votes
      7
      Posts
      1904
      Views

      K

      how to integrate a payment gateway for my site that I accept payment from other countries also.

    • S

      Slider Issue
      • shreyasi

      6
      0
      Votes
      6
      Posts
      1145
      Views

      G

      Have been facing the same issue as well.

    • B

      HTTPS not displaying side menu in admin
      • bpmanzo

      3
      0
      Votes
      3
      Posts
      624
      Views

      P

      @devansh-webkul said in HTTPS not displaying side menu in admin:

      php artisan config:cache

      I'm facing exactly same issue.I've checked the app_url and tried above command but still not working.

    • R

      Need Proper Documentation on "Cart Rules" under "Promotions"
      • RK REZA

      3
      0
      Votes
      3
      Posts
      1392
      Views

      M

      Is there any doc on Cart Rules under Promotions.
      Thanks.
      Packers and Movers in Bangalore

    • D

      Admin panel sub menu is not showing
      • digiature

      2
      0
      Votes
      2
      Posts
      330
      Views

      sanjay-webkul

      Hi @digiature
      I can see that. The roots of all your Submanu are the same. Due to this maybe your submenu is not opening

    • A

      POS Sync takes a lot of time
      • abbass

      2
      0
      Votes
      2
      Posts
      293
      Views

      sanjay-webkul

      Hi @abbass
      Can you please elaborate??

    • M

      Removing price
      • mateo vaska

      2
      0
      Votes
      2
      Posts
      327
      Views

      sanjay-webkul

      @mateo-vaska said in Removing price:

      I was wondering how to remove the price when a client logs in in his account.

      Hi @mateo-vaska
      Please take a reference from Here
      You can change Here for the same.

    • K

      Is there a user guide for end users?
      • KiwiNFLFan

      2
      0
      Votes
      2
      Posts
      1200
      Views

      sanjay-webkul

      Hi @KiwiNFLFan,

      Currently, we are having this doc, I hope this will help you,
      https://devdocs.bagisto.com/1.x/introduction/

      And the more detailed guide is in progress.

    • P

      Shared Session on Multiple Websites
      • particular

      2
      0
      Votes
      2
      Posts
      390
      Views

      devansh-webkul

      All the three Bagisto apps are independent or you are running the one Bagisto project and using the channel?

    • S

      This topic is deleted!
      • SupportTime

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • D

      Integration of html template
      • Danish Sabir

      7
      0
      Votes
      7
      Posts
      1175
      Views

      D

      @sanjay-webkul @ghermans @Global-Moderators @administrators actually i am trying to run previous code of a developer he has completed 50% project and now i am going to continue but its not running on my side it is showing error chanels table not found on every command

    • C

      This topic is deleted!
      • cmpengineers

      1
      0
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • S

      how to trigger TINYMCE editor to custom field in admin panel
      • SP

      2
      0
      Votes
      2
      Posts
      489
      Views

      devansh-webkul

      Hi,

      You just need to add that snippet to the configuration page. It will work as it will trigger the text area.

    • P

      Payment route not define
      • PeaceMaker

      2
      0
      Votes
      2
      Posts
      429
      Views

      devansh-webkul

      Have you registered your route file in the service provider?

    • P

      Adding new payment method
      • PeaceMaker

      2
      0
      Votes
      2
      Posts
      348
      Views

      devansh-webkul

      There are no additional commands, have you registered routes, publishers, etc, in the provider file, and also have you registered your provider in config/app.php.