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

      500 | server error
      • Rahul74

      2
      0
      Votes
      2
      Posts
      183
      Views

      V

      @Rahul74
      have you done any changes in core files?? Kindly let us know when did you get this error?

    • A

      How to change the favicon for Admin portal
      • AshJi

      2
      0
      Votes
      2
      Posts
      130
      Views

      J

      Hi @AshJi
      Currently this feature is not available for now we can not add favicon for admin portal, we will add this in our next release.

      Thanks

    • R

      advertisement images
      • Rahul74

      2
      0
      Votes
      2
      Posts
      179
      Views

      V

      resolved here https://forums.bagisto.com/topic/1624/setup-advertisement-images/4

    • A

      Getting "401 Unauthorised Error" when logging as admin user with custom access.
      • AshJi

      7
      0
      Votes
      7
      Posts
      582
      Views

      A

      @Jyoti said in Getting "401 Unauthorised Error" when logging as admin user with custom access.:

      Dashboard access is not mandatory, the error message display because by default it redirect to dashboard

      OK that helps. Thanks.
      Yes it was the error message I was concern which seem more like a false positive. No loss of functionality but wud be good to change the message.

    • D

      Override Facade
      • dulox2

      2
      0
      Votes
      2
      Posts
      550
      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
      311
      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
      1757
      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
      609
      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
      316
      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
      502
      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
      614
      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
      3562
      Views

      C

      line 271 line 271.jpg

    • S

      Multiple prices on a single product
      • spartan

      4
      0
      Votes
      4
      Posts
      405
      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
      237
      Views

      3

      @devansh-webkul

      thank you

    • 3

      how to translate the footer links
      • 3hmed

      7
      0
      Votes
      7
      Posts
      682
      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
      195
      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
      226
      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
      422
      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
      907
      Views

      D

      @Vaishali-Agarwal Okay,Thank you!

    • T

      Link slider.
      • tluanga

      5
      0
      Votes
      5
      Posts
      225
      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!