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

      Menu not adding in Admin
      • deepaksharma1011

      6
      0
      Votes
      6
      Posts
      810
      Views

      devansh-webkul

      After updating any route just run php artisan optimize command. Because routes are cached.

    • K

      Edit variants sql error
      • karkiswapnil

      4
      0
      Votes
      4
      Posts
      753
      Views

      xuanmanhstone

      thank you

    • U

      How we can change the validation error of input
      • userbagisto

      2
      0
      Votes
      2
      Posts
      355
      Views

      devansh-webkul

      Hi @userbagisto

      Form Bagisto validation are you referring to Laravel Request Validation or Vue JS one?

    • A

      Multi Vendor Module explain
      • AN-Varit

      2
      0
      Votes
      2
      Posts
      383
      Views

      N

      Hi @AN-Varit ,
      With Multi-Vendor Marketplace, encourage merchants from diverse categories to sell products from a single storefront, increase product offerings, provide better customer selection and enhance your sales.
      And Laravel ecommerce SaaS Multivendor Module is an extension of the Multi Tenant SaaS Module which can provide you the same feature with the saas module . saas multivendor will work with the saas module and for Laravel Multi Vendor Marketplace you dont need to purchase the saas module.
      Thanks!

    • 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
      1469
      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
      738
      Views

      devansh-webkul

      Exactly.

    • G

      Using ProductRepository to seed products
      • gciliberti

      4
      0
      Votes
      4
      Posts
      1017
      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
      320
      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
      1772
      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
      683
      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
      276
      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
      284
      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
      418
      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
      936
      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
      417
      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
      1054
      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
      407
      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
      377
      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
      309
      Views

      devansh-webkul

      Please follow the single thread.

    • N

      Edit product showing placeholder
      • neexbeex

      5
      0
      Votes
      5
      Posts
      682
      Views

      devansh-webkul

      This issue is fixed in the master version.