Bagisto Forum

    Bagisto

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

      live betting website
      • bagisto_asher

      2
      0
      Votes
      2
      Posts
      189
      Views

      admin

      Hello @bagisto_asher

      You can customise bagisto as per your requirement. Here you might need to create an altogether different product type as required in betting. You can use this guide for that: https://devdocs.bagisto.com/create_own_product_type.html

      Then you might need to check for rules and regulations for a specific country and build your website as per that.

    • A

      front end validation messages localization
      • alfalah-company

      5
      0
      Votes
      5
      Posts
      426
      Views

      V

      @maheshb
      refer this link
      https://devdocs.bagisto.com/error_translation.html

    • A

      Delivery Date Option
      • aroobaarooj499

      6
      0
      Votes
      6
      Posts
      380
      Views

      A

      @Jyoti Thank You !

    • _

      How to setup bagisto on live server ?
      • _developer_12

      2
      0
      Votes
      2
      Posts
      207
      Views

      V

      same query
      https://forums.bagisto.com/topic/1289/how-to-setup-bagisto-on-live-server

    • M

      Pos custome field add and implement in users points
      • Mark77

      2
      0
      Votes
      2
      Posts
      272
      Views

      V

      @Mark77

      place where I can refund the order

      to refund the order, go to the admin login->sales->orders-> open an order, you wish to refund, if the invoice is generated then refund button will be visible in this order page.

      please explain the ordering process using PayPal in details?

      if the payment is done using paypal and your project has been hosted on live server, then invoice will be generated automatically else you have to create it manually..

      When I list orders, I see the status pending, but how do I know which ones are paid and which are not?

      if the status is pending it's mean the payment is not done, if the payment is done then status will update to complete/processing stage.

      What does invoice mean?

      An invoice is a document issued by a seller/buyer that indicates the quantities and costs of the products or services provider by the seller, also it has a total summary of transaction that you have received/paid.

      once the invoice generated your customer will get a receipt in their email.
      so whole process is working as a real time scenario.

      Please ask freely for any further queries.
      Thanks,

    • A

      Integrating custom vuejs on custom theme
      • ariadoos

      2
      0
      Votes
      2
      Posts
      270
      Views

      shubhwebkul

      You could try using no conflict of jQuery.

    • M

      Adding my custom javascript to the page
      • manatech

      4
      0
      Votes
      4
      Posts
      853
      Views

      S

      Hi, @manatech

      for the js you just need to add you js into master.blade.php

      @extends('admin::layouts.master') @push('scripts') <script type="text/javascript" src="{{ bagisto_asset('your js path') }}"></script> @endpush. Thanks
    • W

      Admin - Favicon
      • William Hatanaka

      5
      0
      Votes
      5
      Posts
      470
      Views

      V

      Hi @William-Hatanaka
      Thanks, we have done this too. https://github.com/bagisto/bagisto/pull/2978/commits/584b2ae9bdbf1673838eb63f05e11603a2bfb91d

    • W

      Greetings to the customer
      • William Hatanaka

      7
      0
      Votes
      7
      Posts
      428
      Views

      W

      @shivam-webkul Thank you!

    • E

      Integrate Custom Jquery Themes on the front end.
      • eton88tech

      2
      0
      Votes
      2
      Posts
      366
      Views

      V

      Hi @eton88tech
      please check this guide
      https://devdocs.bagisto.com/create_theme.html

    • B

      Want to hide some field on shipping address
      • Bappi Saha

      6
      0
      Votes
      6
      Posts
      601
      Views

      S

      Hello @Bappi-Saha ,

      please take a look
      https://forums.bagisto.com/topic/185/adding-shipping-options/3

      let me know if you have any issue regarding override views.
      Thanks

    • F

      Bagisto has an API?
      • fhferreira

      2
      0
      Votes
      2
      Posts
      227
      Views

      V

      @fhferreira
      Hi,
      Yes Bagisto has the API platform as well
      please check it here https://devdocs.bagisto.com/bagisto_api.html

      Thanks.

    • K

      Not storing the data into database If I add few more input fields to signup form
      • Keerthi

      5
      0
      Votes
      5
      Posts
      878
      Views

      R

      Hi @aroobaarooj499

      Create your package, override model in your package, add fields in this model, override the same name route for the order which calls your controller and through your controller, calls your repository ( Order repository, which you need to create in your package) and save data accordingly.

    • A

      API Authenticaton
      • aroobaarooj499

      5
      0
      Votes
      5
      Posts
      534
      Views

      R

      Hi @aroobaarooj499

      You need to pass the generated token in the header in order to achieve the authentication.

    • U

      How to remove or hide some fields from admin product page
      • Umesh

      4
      0
      Votes
      4
      Posts
      403
      Views

      U

      @Vaishali-Agarwal Thank you

    • A

      Customer API giving different response
      • Ashishaxat

      12
      0
      Votes
      12
      Posts
      1041
      Views

      S

      @Ashishaxat ,

      You can also get token of logged in customer

      please have a look : https://forums.bagisto.com/topic/149/i-need-to-deliver-the-api-token-from-the-json-response-not-the-header

      let me know if you still found any issue regarding this.

      Thanks

    • Z

      How to edit address form?
      • zakybaraq

      6
      0
      Votes
      6
      Posts
      499
      Views

      P

      Follow https://laravel.com/docs/7.x/migrations#creating-columns. It may help..

    • R

      Owl Carousal Not Working !!!
      • RK REZA

      7
      0
      Votes
      7
      Posts
      656
      Views

      N

      Hello @RK-REZA ,

      you can check the following link:
      https://www.facebook.com/groups/bagisto/permalink/603948953803709/

    • W

      Velocity theme. Customize
      • William Hatanaka

      7
      0
      Votes
      7
      Posts
      1658
      Views

      shubhwebkul

      Yes, basically you need to install dependencies beforing executing npm run watch.

    • S

      Chrome extension says Store Url not valid.
      • simant

      2
      0
      Votes
      2
      Posts
      248
      Views

      V

      Hello @simant
      It would be helpful if you share the screenshot of the error.

      Thanks