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

      How to create more Product grid on Front-End Like "New Products"
      • bala

      2
      0
      Votes
      2
      Posts
      257
      Views

      V

      @bala
      you can easily add your category or sub category on Homepage.
      just click on here https://forums.bagisto.com/topic/1950/how-to-show-sub-category-items-in-home-page-in-velocity and check the solution.

    • S

      Social Share is not available.
      • Shirah

      3
      0
      Votes
      3
      Posts
      164
      Views

      S

      It's okey. I found a solution already. Thank you!!!

    • W

      api - I can create a address ...
      • William Hatanaka

      10
      0
      Votes
      10
      Posts
      829
      Views

      devansh-webkul

      Hi @William-Hatanaka,

      Can you share with me both the screenshot of request data that you are sending in postman and as well as with the guzzle client?

    • G

      How can I override middleware?
      • Gniewoj

      2
      0
      Votes
      2
      Posts
      175
      Views

      devansh-webkul

      Hi @Gniewoj,

      Can you share with me the middleware class which you want to override?

    • bala

      Page expired when access customer login and register routes.
      • bala

      2
      0
      Votes
      2
      Posts
      155
      Views

      V

      @bala
      routes are working fine when I checked.
      https://prnt.sc/vv09ti

      kindly check again in an incognito browser, this is a session issue,

    • C

      Admin panel
      • carsgalo

      4
      0
      Votes
      4
      Posts
      469
      Views

      V

      @carsgalo
      you need to set the email configuration in .env file for sending mails,
      as mention here https://forums.bagisto.com/topic/1146/gmail-smtp-configuration

    • P

      Default theme list all products by category
      • PyramidHead

      3
      0
      Votes
      3
      Posts
      274
      Views

      D

      @PyramidHead I was having the same problem with the default theme so i just did this btw i was making custom theme. so here is my solution.

      f1cb2515-3def-467f-a352-a0de1c4807b1-image.png

    • bala

      How to create category product grid column on home page Front-End like this
      • bala

      12
      0
      Votes
      12
      Posts
      1030
      Views

      bala

      yeah sure

    • D

      syntax error, unexpected '=', expecting ']' when rendering products by category
      • dev.rohit

      7
      0
      Votes
      7
      Posts
      771
      Views

      D

      @devansh-webkul thanks for taking your time i fixed it.

    • R

      EVENTServiceProvider issues
      • raouf415

      3
      0
      Votes
      3
      Posts
      235
      Views

      R

      @devansh-webkul
      i have renamed styles to theme now it works
      Thank you for your help

    • M

      Do I have to use the CMS option to add a page ?
      • MattWithCurls

      16
      0
      Votes
      16
      Posts
      1203
      Views

      M

      @rahul
      So whats wrong with using the one i posted.

    • S

      Money Transfer Functionality
      • Shirah

      7
      0
      Votes
      7
      Posts
      395
      Views

      V

      @Shirah
      which bagisto version you are currently using?

    • R

      Default value for input admin
      • raouf415

      2
      0
      Votes
      2
      Posts
      106
      Views

      devansh-webkul

      Hi @raouf415,

      You need to pass the default_value key,

      [ 'name' => 'menu_theme_color', 'title' => 'Couleur du menu', 'type' => 'color', 'channel_based' => true, 'locale_based' => false, 'default_value' => 'default value', ],
    • A

      Customer group pricing
      • acxy99

      3
      0
      Votes
      3
      Posts
      180
      Views

      A

      @Vaishali-Agarwal Thanks

    • K

      added select attribute to any product so that the customer can chose from it like the config product
      • khawala

      5
      0
      Votes
      5
      Posts
      746
      Views

      V

      @khawala if you want the user input in attribute then add input type attribute instead of select attribute and show them in product page

    • D

      where i can find controller of product detail in velocity theme?
      • darkuser123

      2
      0
      Votes
      2
      Posts
      301
      Views

      devansh-webkul

      Hi @darkuser123,

      May I know where you exactly want to add additional data?

      May be this file and method will help you,

      File: packages/Webkul/Velocity/src/Helpers/Helper.php
      Method: public function formatProduct($product, $list = false, $metaInformation = [])

    • C

      Custom Payment Method
      • csmehra

      3
      0
      Votes
      3
      Posts
      195
      Views

      C

      @devansh-webkul It's working fine. Thank you so much

    • S

      Stripe connect
      • Shirah

      3
      0
      Votes
      3
      Posts
      231
      Views

      S

      Thank you! It's working now.

    • B

      How can I limit the attribute values in shop page? To show only 10/15 attribute values at once instead of showing all at once.
      • bjsharma

      8
      0
      Votes
      8
      Posts
      735
      Views

      V

      @otheriz @robinflyhigh
      your requirement has been implemented in the master branch, please check this https://github.com/bagisto/bagisto/issues/3950

      you may update your code with this PR https://github.com/bagisto/bagisto/commit/76f2ec6c8aa2727323f8d62f0cfc4270ce5bc815

    • A

      Email verification unsent
      • acxy99

      4
      0
      Votes
      4
      Posts
      206
      Views

      devansh-webkul

      Hi @acxy99,

      Yeah, sometimes in the mail it's quite a headache due to the port issues from mail clients.