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

      This topic is deleted!
      • tluanga

      15
      0
      Votes
      15
      Posts
      26
      Views
    • R

      setup advertisement images
      • Rahul74

      10
      0
      Votes
      10
      Posts
      1683
      Views

      C

      @Jyoti is this how to input this line? http://prnt.sc/u0rbj8
      the front end is not loading up after doing this

    • T

      How to remove?
      • tluanga

      2
      0
      Votes
      2
      Posts
      352
      Views

      V

      @tluanga
      go to the .env file and set APP_DEBUG= false

    • R

      I would to know how to multi vendor order management, shipping, return and replacement, and payment modules looks like? is there any way with which i can see any demo ?
      • Rohit

      2
      0
      Votes
      2
      Posts
      344
      Views

      V

      @Rohit
      could you please confirm if you're currently using a multivendor marketplace or you just want to see the demo??

    • C

      add google analytics to bagisto project
      • crasansa

      3
      0
      Votes
      3
      Posts
      748
      Views

      C

      how do I do that?

    • R

      How to delete add to card button from front page
      • Rahul74

      14
      0
      Votes
      14
      Posts
      3206
      Views

      R

      @shubhwebkul commenting that code removes the button of that product which we clicked ( that should not be removed), not the related product's button,

    • A

      Change display language to hindi
      • AshJi

      3
      0
      Votes
      3
      Posts
      566
      Views

      A

      @bhanu-webkul not able to view the image. Seems either the server is down or image size is huge.
      h
      But if I understand your suggestion, product has to be added for each locale. So if there is one product P1 and locales L1 & L2, one has to add P1 with L1 locale and then again with L2. Pls confirm.

    • M

      Customization of vue js and back-end and front-end theme.
      • mannansamcom

      2
      0
      Votes
      2
      Posts
      490
      Views

      P

      Yes, you may customise it. Follow bagisto developer documentation https://devdocs.bagisto.com/create_theme.html..

    • L

      Multivendor extension - Create Seller Product Error
      • l34Dev

      6
      0
      Votes
      6
      Posts
      833
      Views

      L

      Hi,

      The problem is solved by downgrade the php version from the 7.4 to the 7.2.

      Thanks

    • T

      Image upload problem
      • tluanga

      11
      0
      Votes
      11
      Posts
      1959
      Views

      V

      @tluanga
      The team is looking into the issue and will be resolved ASAP. They will update you over the ticket.

      Stay connected with us!

    • N

      This topic is deleted!
      • nahiyan.aziz

      1
      0
      Votes
      1
      Posts
      24
      Views

      No one has replied

    • T

      Signin using Google/Facebook not work?
      • tluanga

      3
      0
      Votes
      3
      Posts
      526
      Views

      T

      @Vaishali-Agarwal Thankyou..

    • A

      gmail smtp configuration
      • aryanK6

      3
      0
      Votes
      3
      Posts
      743
      Views

      M

      @Naresh-webkul

      THIS WAS JUST A TEST PLEASE DISREGARD

    • L

      when I install Bagisto in live then continue button is not going on next step
      • luckyraj

      7
      0
      Votes
      7
      Posts
      1039
      Views

      L

      ok mam very very thanks for this help

    • F

      This topic is deleted!
      • farhan-saifi

      6
      0
      Votes
      6
      Posts
      36
      Views
    • L

      how can i solve this issue when I migrate
      • luckyraj

      6
      0
      Votes
      6
      Posts
      1137
      Views

      V

      @luckyraj
      kindly attach the Database Server details/ screenshot here by logging into PHPmyadmin.

    • R

      email not receiving
      • Rahul74

      4
      0
      Votes
      4
      Posts
      713
      Views

      V

      @Rahul74
      could you please your log file for the error being reported while sending email.

    • V

      Currency converted automatically. Ref.
      • valpuia

      5
      0
      Votes
      5
      Posts
      810
      Views

      V

      @Deepanjali
      It's inside config/app.php

    • V

      How Can I Remove Review In Category Card View
      • vivek36

      2
      0
      Votes
      2
      Posts
      226
      Views

      V

      @vivek36
      would be more helpful if you could attach the screenshot from where do you want to remove a review.

      Thanks

    • D

      How to compare only the attributes present in any of the products?
      • Deepanjali

      4
      0
      Votes
      4
      Posts
      934
      Views

      devansh-webkul

      Hi @Deepanjali,

      There are two files one for default and one for velocity theme.

      Default: 'packages/Webkul/Velocity/src/Resources/views/shop/guest/compare/compare-products.blade.php' Velocity: 'packages/Webkul/Shop/src/Resources/views/guest/compare/compare-products.blade.php'

      In these files you will see the '$comparableAttributes' loop, here you need to manipulate according to your needs and you also need to check vue components as well which defined in this file.

      After that don't forget to publish your changes to main resources folder by using this command.
      php artisan vendor:publish --all --force