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

      Vue component now working in my package
      • moin

      15
      0
      Votes
      15
      Posts
      2266
      Views

      devansh-webkul

      But did you compiled and added properly in your custom package master. Because it's Vue JS stuff.

    • D

      Menu not adding in Admin
      • deepaksharma1011

      6
      0
      Votes
      6
      Posts
      397
      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
      550
      Views

      xuanmanhstone

      thank you

    • U

      How we can change the validation error of input
      • userbagisto

      2
      0
      Votes
      2
      Posts
      194
      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
      221
      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
      1150
      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
      337
      Views

      devansh-webkul

      Exactly.

    • G

      Using ProductRepository to seed products
      • gciliberti

      4
      0
      Votes
      4
      Posts
      690
      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
      202
      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
      1530
      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
      363
      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
      115
      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
      123
      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
      253
      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
      775
      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
      333
      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
      654
      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
      166
      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
      216
      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
      189
      Views

      devansh-webkul

      Please follow the single thread.