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

      Add group function not working
      • bagistoau

      3
      0
      Votes
      3
      Posts
      159
      Views

      B

      Thanks Vaishali

    • K

      How to force the installer to re-run (i.e. delete old settings and start again)?
      • KiwiNFLFan

      2
      0
      Votes
      2
      Posts
      378
      Views

      devansh-webkul

      Hi @KiwiNFLFan,

      Just follow the below steps,

      Delete .env Drop all the tables from the database.

      Please try all these changes in the latest master or 1.2.0.

    • B

      Side Category cannot hover not shown
      • bagistoau

      3
      0
      Votes
      3
      Posts
      198
      Views

      B

      Great, Thank you Vaishali

    • B

      Payment Method condition by Customer Type
      • bagistoau

      2
      0
      Votes
      2
      Posts
      165
      Views

      devansh-webkul

      Hi @bagistoau,

      Currently, we don't have any feature like that. You need to customize this at your end.

      If you want a feature like that our team can customize this for you.

      Just raise the same ticket here,
      support@bagisto.com

    • U

      How does bagisto implement Vee-Validate
      • Uyo-obong

      2
      0
      Votes
      2
      Posts
      402
      Views

      devansh-webkul

      Hi @Uyo-obong,

      We are using the vee-validate package. If you want to remove that field you need to check this documentation,

      https://vee-validate.logaretm.com/v2/guide/messages.html#field-specific-custom-messages

      I am giving you sample, this will help you, just go to the specific blade file where you want to change add this,

      const dict = { custom: { code: { required: 'Something is required.' } } };

      After that, inside component's create or mount method add this,

      this.$validator.localize('en', dict);
    • M

      Reviews doesnt show up on the Aliexpress products
      • macano

      5
      0
      Votes
      5
      Posts
      559
      Views

      A

      Hi macano.

      I just tested and fond this issue. I raised it and also informed to concerned developer. This bug will be fixed very soon.

      Thanks

    • A

      how to show my products on home page ?!
      • abanoub wagih

      2
      0
      Votes
      2
      Posts
      159
      Views

      V

      @abanoub-wagih
      make sure new or featured toggle button should be enabled https://prnt.sc/xf3shp in product.

    • A

      How to show products in home page?
      • abanoub wagih

      2
      0
      Votes
      2
      Posts
      145
      Views

      V

      same query https://forums.bagisto.com/topic/2149/how-to-show-my-products-on-home-page

    • A

      how to integrate MyFatoorah payment with bagisto?!
      • abanoub wagih

      3
      0
      Votes
      3
      Posts
      256
      Views

      R

      If you want to show products category wise, then use this inside "Home Page Content" - @include('shop::home.category', ['category' => 'category_name'])

    • F

      Product Configurable options in quick view popup
      • farhan-saifi

      2
      0
      Votes
      2
      Posts
      213
      Views

      devansh-webkul

      Hi @farhan-saifi,

      Please check this component on path,
      packages/Webkul/Velocity/src/Resources/assets/js/UI/components/product-quick-view.vue

      You need to place your code here and then recompiled your assets and publish your changes.

    • Hardkiffeur

      The best Catalogue architecture for my Shop ?
      • Hardkiffeur

      3
      0
      Votes
      3
      Posts
      308
      Views

      Hardkiffeur

      Thanks Devansh for the time and inputs 😉

      So making my custom theme with a package composer routine, but it seems at this time I couldn't attach my new Package/Packagename/src/Ressource/shop/default theme to the front (I don't have the new theme under admin's backend : Channel/theme Option) : [Solve] with : with php artisan view:clear &php artisan config:cache

      When I talk about tree for the shop is more like : Organisation the Shop Famillies/Attributes and Products like :

      What have to be under : Admin's backend ../admin/catalog/products
      What are Attribute famillies / Attributes / Categories / and so Product

      Let say I'have a unique Shirt (with material Jean, a size XL (because it's a men product), a blue color and a Military MarineCorps, from 1975)

      My question is more : What is the best way making my shop tree :
      Have a root Channel : "Clothes"
      Have Famillies : Shirt select from Options : Trousers/Jackets/T-Shirts/Shirts/Pull/Shorts/ .....
      Have a Famillies attribute with gender select : "Men" from Options : Women/Men/Kids
      Have Group attribute for Famillies Trousers/Jackets ... With Filters : my main : search/filter : Genre?/Size/Color/Material ...

      Or I've to make my families Trousers/Jackets/T-Shirts/Shirts ... For each a parent family for : Women/Men/Kids Genders ? (like it seems to be under the bagisto demo website)

      So When I add the sample Shirt, I add into gender familly or a global Shirt familly and attach the gender attribute ?

      If I looking for having a global list : Shirts and then Have a gender filter on the front (default filter will be all genders for a Shirts list). But I could have a link to Men's items collection too with all Shirts/Jackets/Trousers ...

      Thanks for any return.

    • I

      Users Guide
      • Ibrahim

      3
      0
      Votes
      3
      Posts
      192
      Views

      I

      Thank you very much,
      I read the documentation but under the User Guide only found Cart rules and authentication, I did not checked Blog, thanks for your help.

    • C

      email order is not sent
      • cmpengineers

      2
      0
      Votes
      2
      Posts
      175
      Views

      devansh-webkul

      Hi @cmpengineers,

      Did you setup your SMTP settings in .env?

    • K

      How to modify page tiles in bagisto (using velocity theme)
      • ket-c

      2
      0
      Votes
      2
      Posts
      197
      Views

      devansh-webkul

      Hi @ket-c,

      No need to go to code. Just go to the admin panel and then,

      Settings > Channels > Edit > Home page SEO

      Here you need to set your values.

    • K

      Recently Viewed Products
      • kuldeep2021

      2
      0
      Votes
      2
      Posts
      236
      Views

      V

      @kuldeep2021 said in Recently Viewed Products:

      ow to manage all my Recently Viewed Products,

      Hi @kuldeep2021
      currently, there is no configuration for the recently viewed product, if you want to change the component then customize this file https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/assets/js/UI/components/recently-viewed.vue

    • N

      How to add quantity input beside the Add to cart button in home page and category page.
      • Nayan7030

      2
      0
      Votes
      2
      Posts
      1381
      Views

      devansh-webkul

      Hi, @Nayan7030,

      Please check this file,
      packages/Webkul/Velocity/src/Resources/views/shop/products/add-to-cart.blade.php

      This file is responsible for generating the cart button.

    • S

      postman collection for the APIs
      • samparker

      2
      0
      Votes
      2
      Posts
      467
      Views

      V

      @samparker
      Bagisto all web API detail is mentioned in the documentation.
      please refer to this https://devdocs.bagisto.com/1.x/api/

    • S

      I want to edit mini-cart.vue
      • sumerpal

      2
      0
      Votes
      2
      Posts
      233
      Views

      devansh-webkul

      Hi @sumerpal

      You should have npm installed on your system to edit the component.

      Go to the specific package and run npm run watch. And then edit the file you will see your changes.

    • S

      Vue file need to modified.
      • sumerpal

      2
      0
      Votes
      2
      Posts
      120
      Views

      devansh-webkul

      Please follow one thread for better communication,
      https://forums.bagisto.com/post/7258

    • K

      Coupon code is invalid
      • kuldeep2021

      12
      0
      Votes
      12
      Posts
      807
      Views

      K

      okay got it..!