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

      Share Now Button how to show at last in product view page. i didn't find its code????
      • bzay23

      4
      0
      Votes
      4
      Posts
      1541
      Views

      devansh-webkul

      Follow this thread,
      https://forums.bagisto.com/topic/2726/how-to-remove-rating-from-homepage/2

    • T

      How to add checkboxes to custom DataGrid
      • TheBlindHawk

      5
      0
      Votes
      5
      Posts
      811
      Views

      devansh-webkul

      Exactly.

    • G

      Using ProductRepository to seed products
      • gciliberti

      4
      0
      Votes
      4
      Posts
      1096
      Views

      G

      I found the solution !
      Laravel allow us to bypass $fillable property from the model when using a seeder, in my case I didn't want it.
      I simply had to use

      Model::reguard();

      and it worked !

    • T

      Change the theme color , add to cart button in Velocity theme?
      • trishiab

      2
      0
      Votes
      2
      Posts
      361
      Views

      devansh-webkul

      You need to follow the exactly mentioned forum but you should be familiar with all SCSS development enviroment.

    • J

      I am trying to modify the compare products (customer/account/comparison) page vue component, but changes not reflecting ? Anyone guide me??
      • JunaidJaved248

      3
      0
      Votes
      3
      Posts
      1809
      Views

      devansh-webkul

      Hi @JunaidJaved248,

      No compilation is needed as the component is in the blade file,
      https://github.com/bagisto/bagisto/issues/5226#issuecomment-954506661

    • T

      Add profile photo option for user
      • TheBlindHawk

      4
      0
      Votes
      4
      Posts
      747
      Views

      T

      I found the pull request for it!
      It is now working, thanks again!

    • U

      why the result not found
      • userbagisto

      2
      0
      Votes
      2
      Posts
      307
      Views

      devansh-webkul

      I am not getting what you are trying to do. But from the error, it's clearly visible that $result variable is not passed in view.

    • B

      How to show other attribute like description in product page??
      • bzay23

      2
      0
      Votes
      2
      Posts
      312
      Views

      devansh-webkul

      Follow this thread and use single thread,
      https://forums.bagisto.com/topic/2737/how-to-show-other-attribute-like-description-in-product-page/2

    • D

      help set up
      • deen

      2
      0
      Votes
      2
      Posts
      442
      Views

      ghermans

      Open xampp control panel. Start apache and mysql. Click on config option of apache. Click on php.ini and open it. Press Ctrl+F and search "extension=" or "extension=fileinfo". On the next line to "extension=fileinfo", add "extension=gd". Save the file. Stop apache and restart it.
    • K

      ProviderRepository.php line 208: Class 'Webkul\Velocity\Providers\VelocityServiceProvider' not found
      • Kamdjou

      2
      0
      Votes
      2
      Posts
      985
      Views

      devansh-webkul

      Hi @Kamdjou,

      Check your composer.json file, autoload registry may be missing.

    • T

      How to add custom payment method with image upload features?
      • tashiw045

      2
      0
      Votes
      2
      Posts
      445
      Views

      devansh-webkul

      Follow this docs,
      https://devdocs.bagisto.com/1.x/advanced/create-payment-method.html

    • D

      What is the bootstrap version used in bagisto
      • dailamy1983

      5
      0
      Votes
      5
      Posts
      1121
      Views

      D

      Thank you for your response, but can you give me an example source code? please

    • T

      why does my fonts change suddenly?
      • tashiw045

      3
      0
      Votes
      3
      Posts
      427
      Views

      T

      Thanks. It is fixed now. It got distorted suddenly and now it is fixed.

    • D

      how to link whatsapp a count in bagisto?
      • dailamy1983

      2
      0
      Votes
      2
      Posts
      408
      Views

      devansh-webkul

      This is some kind of customization, please check the whatsapp docs whichever you need to implement.

    • D

      what about add multi Carousels in homepage?
      • dailamy1983

      2
      0
      Votes
      2
      Posts
      358
      Views

      devansh-webkul

      Please follow the single thread.

    • N

      Edit product showing placeholder
      • neexbeex

      5
      0
      Votes
      5
      Posts
      754
      Views

      devansh-webkul

      This issue is fixed in the master version.

    • T

      Newsletter subscription could not send email right now
      • tashiw045

      3
      0
      Votes
      3
      Posts
      728
      Views

      T

      Thanks for the response.

    • S

      Change Product's Price Color
      • SongDapeng

      2
      0
      Votes
      2
      Posts
      330
      Views

      devansh-webkul

      Yes, you can. You just need to customize the code.

    • A

      Edit product showing placeholder
      • asad

      5
      0
      Votes
      5
      Posts
      634
      Views

      A

      @devansh-webkul yeah I have done a lot of rnd but the problem is that It is running on a live server. If I take latest clone, then what about my configurations and setting running on my live machine?

    • S

      Basic login by Facebook but work
      • SongDapeng

      3
      0
      Votes
      3
      Posts
      595
      Views

      Kozmin

      I have also dealt with facebook login, don't forget to clear .env cache with php artisan