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

      when click view all return to home
      • alexVillalobos

      2
      0
      Votes
      2
      Posts
      438
      Views

      A

      i found solution on Http->Controllers->SearchController
      on index have this

      $this->validate(request(), ['query' => ['required', 'string', 'regex:/^[^\\\]+$/u']]);

      comment this line and work links

      this validation is necesary?

    • A

      Product Purchase Failure and Localhost Crash Issue in Bagisto
      • Ashish 0

      2
      0
      Votes
      2
      Posts
      386
      Views

      Rishabh-Webkul

      Hello @Ashish-0

      While attempting to add a product to the cart kindly check inside the console & networks if any errors are coming while performing this action.

      Thanks & Regards

    • H

      Using Existing Bagisto eCommerce Web Application as Backend for Flutter/React Native App
      • haseebkamboh

      2
      0
      Votes
      2
      Posts
      442
      Views

      Rishabh-Webkul

      Hello @haseebkamboh

      We are using Sanctum Token for authentication for secure communication between the app and the Bagisto backend in API.

      Thanks & Regards

    • H

      buy 2 get 1 free
      • hiten_jadav

      2
      0
      Votes
      2
      Posts
      323
      Views

      Rishabh-Webkul

      Hello @mayur0418

      If you need to create something like a Buy 2 get 1 free coupon you need to create a Cart Rules for that.

      Kindly go through the below link for the same.

      https://docs.bagisto.com/2.2.0/marketing/promotions.html#cart-rules

      Thanks & Regards

    • P

      Laravel error after making shipping method
      • Peppek1993

      3
      0
      Votes
      3
      Posts
      466
      Views

      P

      @Rishabh-Webkul Thanks, that solved it! Might want to update your package-generator to include that in the system.php file 🙂

    • A

      error name category not show correctly
      • alexVillalobos

      4
      0
      Votes
      4
      Posts
      534
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      To do this, you have to change the UI for the mobile view.
      Below is the file path which is responsible for this.

      packages >> Webkul >> Shop >> src >> Resources >> views >> components >> categories >> carousel.blade.php

      carousel.blade.php.png

      Thanks & Regards

    • S

      Custom payment method Error
      • simo.kassab

      9
      0
      Votes
      9
      Posts
      1571
      Views

      R

      hi @gbi iq test ,
      I didn't get it!

    • H

      update order
      • hiten_jadav

      2
      0
      Votes
      2
      Posts
      331
      Views

      Rishabh-Webkul

      Hello @mayur0418

      For this, you need to customize your code from

      packages >> Webkul >> Shop >> src >> Resources >> views >> categories >> filters.blade.php

      dcwedsw.png

      Thanks & Regards

    • P

      Address field empty on save-address request
      • Peppek1993

      2
      0
      Votes
      2
      Posts
      380
      Views

      Rishabh-Webkul

      Hello @Peppek1993

      Kindly let us know are you facing these issues on the master branch if yes, then kindly raise your issue on GitHub.

      https://github.com/bagisto/bagisto/issues

      Thanks & Regards

    • A

      How add new icon into bagisto
      • alexVillalobos

      3
      0
      Votes
      3
      Posts
      663
      Views

      A

      Hello @alexVillalobos ,
      As i can see, you want to add new icon for your project, as we have already added it in bagisto using icon prefix, and these icons are defined inside the font.wolf file, which is available inside the assets -> font folder.
      If you want to add your icon, you need to add your font class inside the font file. We are using icomooon for generating font files.

    • D

      Laravel channel name can't edit
      • dipcb05

      4
      0
      Votes
      4
      Posts
      690
      Views

      A

      Hello @henrykang ,

      We have given sevearl updates on bagisto and now the bagisto is runnig version 2.2.3, Please update your application if you are using old one.

      In the new version, we have given the option to edit the channel name. I have attached the screenshot you can see below.

      02915381-0443-4b18-a288-603365138ee3-image.png

    • P

      How to use TailwindCSS in static_content?
      • pwnz22

      2
      0
      Votes
      2
      Posts
      247
      Views

      Rishabh-Webkul

      Hello @pwnz22

      For Static Content, only native normal CSS will be used there if we add a tailwind there then the build is not able to get created for classes, and if some classes are already build and used then it will apply to the static content.

      Thanks & Regards

    • S

      How can I add custom fields to orders
      • senchan

      3
      0
      Votes
      3
      Posts
      446
      Views

      S

      @Rishabh-Webkul Thanks for your info. This makes me switch from WooCommerce to Bagisto. I highly appreciate if you guide me to do that in details. Actually, I'm a low code web builder and new to Bagisto. Text, photo upload, option fields for custom products are important to me, but I just found attributes in Catalog that cannot collect buyer's info.

    • E

      Custom payment creation
      • eddoperes

      7
      0
      Votes
      7
      Posts
      1014
      Views

      E

      @Rishabh-Webkul
      Ok

      I followed this tutorial.

      The Cybersource payment appeared at the front end and I used it.

      When I finallized the purchase the page is redirected, but no sale is registered.

      I don't have real credentials to pay, but I thought the sale would be registered as pendent.

      I didn't understand when the sale will be registered.

      Thanks

    • M

      Fixing the test suite
      • MartintheMartian

      6
      0
      Votes
      6
      Posts
      977
      Views

      M

      @amit-webkul You did not answer either of my questions. I clearly already know how to run tests. I am talking about the integrity of the test (cases and suites).

    • A

      Home page show all products link issues
      • aghaeian

      2
      0
      Votes
      2
      Posts
      360
      Views

      Rishabh-Webkul

      Hello @aghaeian

      Kindly go to this file packages >> Webkul >> Shop >> src >> Resources >> views >> home >> index.blade.php

      and check the product carousel routes it should be the same as this given file.

      https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Resources/views/home/index.blade.php

      dsddaA.png

      Thanks & Regards

    • H

      image loading issue
      • hiten_jadav

      7
      0
      Votes
      7
      Posts
      1053
      Views

      Rishabh-Webkul

      Hello @hiten_jadav

      I wanted to address an issue we’ve been experiencing with the product API. It seems that the query is currently taking about one minute to process, which is unusual compared to our usual response times.

      Could you please let us know if any changes have been made to the Product API recently?

      Thanks & Regards

    • K

      Can't send email in Krayin CRM
      • Kevin 0

      2
      0
      Votes
      2
      Posts
      273
      Views

      Rishabh-Webkul

      Hello @Kevin-0

      Kindly verify the configurations of your Email SMTP in the .env file

      Additionally, in the below file path

      packages/Webkul/Admin/src/Http/Controllers/Mail/EmailController.php

      on line number 119 apply a dd($) and then send the mail and let us know what is the error is coming.

      vadv.png

      Thanks & Regards

    • A

      Error load imagen on configurable products
      • alexVillalobos

      3
      0
      Votes
      3
      Posts
      598
      Views

      Rishabh-Webkul

      Hello @alexVillalobos

      Yes we have checked and found the issue and we have raise it and get it fixed ASAP

      Issue Link:

      https://github.com/bagisto/bagisto/issues/10169

      Thanks & Regards

    • M

      vuejs templates appear to be hiding...
      • malbe

      3
      0
      Votes
      3
      Posts
      412
      Views

      M

      Hi @Rishabh-Webkul,

      Thanks, I found it about 5 minutes after I posted this.

      Regards

      Mal