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

      Override Facade
      • dulox2

      2
      0
      Votes
      2
      Posts
      877
      Views

      R

      Hi @dulox2

      To override any facades, first of all, you need to create your own facades in your package extending with main facades (To whom you want to override).
      Now in your facades, you can create method & can write your own logic.
      You need to add the following line in your packages provider.

      $this->app->bind('core', 'Webkul\your\facades\path');

      and can /packages/Webkul/Product/src/Type/AbstractType.php this class to your package.

      Thanks

    • F

      How to set the default option in configurable product?
      • falelo4134

      2
      0
      Votes
      2
      Posts
      628
      Views

      V

      @falelo4134
      configurable product doesn't support default value selected, you can achieve this from simple product and add custom attribute type as neccessary.

    • V

      Verification Email Cannot send.
      • valpuia

      11
      0
      Votes
      11
      Posts
      3239
      Views

      A

      @rahul said in Verification Email Cannot send.:

      return $this->to($this->verificationData['email']) ->from(Config::get('mail.from.address')) ->subject(trans('shop::app.mail.customer.verification.subject')) ->view('shop::emails.customer.verification-email')->with('data', ['email' => $this->verificationData['email'], 'token' => $this->verificationData['token']]);

      @rahul I am using Bagisto v1.1.2 and facing same issue in production (works fine in dev env).

      I checked the VerificationEmail.php and above changes u suggested are not there. Wondering whether changes u suggested are still valid to fix this issue.

    • A

      Customer signup email not getting sent out in production
      • AshJi

      5
      0
      Votes
      5
      Posts
      1183
      Views

      A

      Worked with @Vaishali-Agarwal (thanks a ton) to get to the root of the issue. Issues seems in setting the values in .env file.

      MAIL_DRIVER=smtp
      #MAIL_MAILER=smtp --removed this line
      MAIL_FROM_NAME=<OneWordNotSpace> -- I had it as "FName LName"

      After this run "php artisan config:cache"

      Above changes did the trick for me.

    • R

      "View all" product limit is 9
      • Rahul74

      4
      0
      Votes
      4
      Posts
      820
      Views

      R

      @Vaishali-Agarwal oh now i found it, its in configuration, thanks

    • R

      Lines in a Street Address
      • Rahul74

      5
      0
      Votes
      5
      Posts
      1235
      Views

      A

      @Vaishali-Agarwal
      For clarity pls consider changing the Label text to "Number of Lines in Street Address"

    • C

      How to modify "View Shopping Cart" at "/checkout/cart"
      • croeber

      3
      0
      Votes
      3
      Posts
      1078
      Views

      C

      Thanks. This works. Love the framework by the way.

    • C

      I can't install the dropship on bagisto
      • crasansa

      24
      0
      Votes
      24
      Posts
      17550
      Views

      C

      line 271 line 271.jpg

    • S

      Multiple prices on a single product
      • spartan

      4
      0
      Votes
      4
      Posts
      904
      Views

      V

      @spartan
      you need to customize this functionality, as right now this is not available

      Thanks.

    • 3

      how to change the smtp email
      • 3hmed

      4
      0
      Votes
      4
      Posts
      747
      Views

      3

      @devansh-webkul

      thank you

    • 3

      how to translate the footer links
      • 3hmed

      7
      0
      Votes
      7
      Posts
      1906
      Views

      J

      @3hmed
      This feature is not available in 1.1.2, This is available in our master branch.
      https://github.com/bagisto/bagisto/tree/master

    • A

      Whenever I click public it does not take me to the bagisto website. I did every thing till the link artisan code as well. What should I do?
      • aman200218

      2
      0
      Votes
      2
      Posts
      439
      Views

      V

      @aman200218
      when you click on the public folder, if you're getting something wrong kindly attach the screenshot so that we can look into it.

    • A

      I did every installation step till php artisan storage:link but I dont know how to open public from directory. I am on windows and I dont know where the directory is but I do have the folder of public but it does not open link.
      • aman200218

      2
      0
      Votes
      2
      Posts
      548
      Views

      V

      @aman200218
      It seems the same query as https://forums.bagisto.com/topic/1668/i-did-every-installation-step-till-php-artisan-storage-link-but-i-dont-know-how-to-open-public-from-directory-i-am-on-windows-and-i-dont-know-where-the-directory-is-but-i-do-have-the-folder-of-public-but-it-does-not-open-link where we are communicating, will try to resolve the issue

      Thanks

    • H

      How to add vue js component in Admin?
      • hardiksurma

      2
      0
      Votes
      2
      Posts
      684
      Views

      V

      @hardiksurma
      you may refer the sample solution provided here https://forums.bagisto.com/topic/1186/add-carousel-component-vuejs-into-bagisto/2, and add your component where it's required.

    • R

      Product SKU
      • RK REZA

      10
      0
      Votes
      10
      Posts
      2220
      Views

      D

      @Vaishali-Agarwal Okay,Thank you!

    • T

      Link slider.
      • tluanga

      5
      0
      Votes
      5
      Posts
      866
      Views

      V

      @tluanga
      Yes, you can add the translation of footer middle content, here is the useful guide https://bagisto.com/en/how-to-create-cms-page-in-bagisto/

      Feel free to ask any further query!

    • A

      Wirecard Payment extension - does this support cards in India?
      • AshJi

      3
      0
      Votes
      3
      Posts
      610
      Views

      A

      Thanks for the suggestion @Vaishali-Agarwal.

      But I guess I will have a pass. If the vendor does not bother to provide such details, then I guess it talks volume abt the work. And this is not with just this extension, but with almost all other.
      For an open source product to be successful, there should be good eco system around it. Bare knuckle is no good.

    • D

      How to customise search bar?
      • Deepanjali

      2
      0
      Votes
      2
      Posts
      436
      Views

      A

      Dear Depanjali,

      You can add your CSS for the search bar in app.scss file, after adding CSS you have to run two commands in the velocity package directory: -

      npm run watch npm run prod
      File path - https://github.com/bagisto/bagisto/tree/master/packages/Webkul/Velocity/src/Resources/assets/sass
    • R

      Email delivery not working
      • Rahul74

      2
      0
      Votes
      2
      Posts
      590
      Views

      V

      @Rahul74
      make sure you are using valid SMTP credentials for mail.
      also, all the fields are required to be correctly set in .env as mention below:
      https://prnt.sc/tzkcn0

    • T

      This topic is deleted!
      • tluanga

      15
      0
      Votes
      15
      Posts
      26
      Views