Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Knowledge Base
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • A

      Configurable Product Quantity
      • aroobaarooj499

      2
      0
      Votes
      2
      Posts
      261
      Views

      bhanu-webkul

      Hi @aroobaarooj499
      We are displaying 0 qty for parent configurable product reason being parent is not a product in actual which any buyer can buy but it just holds few common entity for all their variants,thatswhy we used to display 0 qty for parent.

    • ?

      How can i check if a product is in cart or not?
      • A Former User

      4
      0
      Votes
      4
      Posts
      388
      Views

      devansh-webkul

      Hi @jaseelpv,

      You need to check this component i.e. packages/Webkul/Velocity/src/Resources/assets/js/UI/components/add-to-cart.vue. Here you need to write your logic for text.

    • ?

      How can i trigger modal.vue from another vue file?
      • A Former User

      2
      0
      Votes
      2
      Posts
      393
      Views

      devansh-webkul

      Hi @jaseelpv,

      Well, the solution is already in your question. You are not getting modalds

    • A

      Cash on delivery charges
      • aroobaarooj499

      3
      0
      Votes
      3
      Posts
      266
      Views

      A

      @prateek-webkul Thanks!

    • S

      Multi Vendor Laravel version
      • Shirah

      3
      0
      Votes
      3
      Posts
      266
      Views

      S

      Sure. Thank you so much! and can I know if the customer support for bagisto is lifetime or limited time? I mean customer support for the framework and the plugin itself.

    • O

      how can i change bagisto featured products heading
      • owaisali

      2
      0
      Votes
      2
      Posts
      250
      Views

      D

      Hi @owaisali

      For changing the heading of featured product.

      Please go through the path (packages/Webkul/Shop/src/Resources/lang/en/app.php) in app.php at line no 25

      'featured-products' => 'write you own heading',

      save this file.

      Thank you

    • J

      Creating a new page under customer/account/
      • Jonathan

      4
      0
      Votes
      4
      Posts
      469
      Views

      D

      Hi @Jonathan thanks for your reply, if you want to make new package please go through this link https://bagisto.com/en/step-by-step-guide-for-bagisto-module-development/ it will definitely help you.

      Thank you

    • J

      Product store without inventory management
      • jcargilo

      7
      0
      Votes
      7
      Posts
      659
      Views

      V

      Hi @porl
      this will cause the issue to disable the inventory system but you may hide the fields of the inventory system locate to this file https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Admin/src/Resources/views/catalog/products/accordians/inventories.blade.php

    • Z

      How can svg validation remove admin dashboard upload image?
      • zainawan99

      2
      0
      Votes
      2
      Posts
      189
      Views

      devansh-webkul

      Hi,

      Please check here i.e. https://forums.bagisto.com/topic/1865/how-can-svg-validation-remove-admin-dashboard-upload-image.

    • A

      bootstrap bundle js not working in velocity
      • Ashish

      2
      0
      Votes
      2
      Posts
      181
      Views

      devansh-webkul

      This conversation is going on the ticket.

    • A

      Special Price For Configurable Products
      • aroobaarooj499

      3
      0
      Votes
      3
      Posts
      267
      Views

      H

      But hot to reflect the the special price on front-end? I need my customers to see the discount or mark the special price in same way. This is basic feature on e-commerce. tnx

    • K

      There are duplicate image files in the source code
      • khanhlp

      6
      0
      Votes
      6
      Posts
      529
      Views

      V

      @khanhlp
      both icons are different https://prnt.sc/v81phx , if you look into this icons at location
      themes/default/assets/images/Arrow-Down.svg
      themes/default/assets/images/arrow-down.svg

    • M

      Product update issue
      • Megalight

      10
      0
      Votes
      10
      Posts
      737
      Views

      V

      @Megalight
      multiselect value are not supported to import currently, you may raise the feature for this here https://github.com/bagisto/bagisto-bulk-upload/issues, so team will add this feature as per your requirement.

      Thanks

    • Z

      auto update Sub Total and Grand Total once increase or decrease quantity in checkout/cart page?
      • Zakir

      2
      0
      Votes
      2
      Posts
      286
      Views

      V

      Hi @Zakir
      currently, this is not possible to update the cart in real time but this can be customized, so feel free to clear your doubt with a support team at support@bagisto.com

      Thanks

    • Z

      How to Remove or Hide some required field from velocity 'checkout/onepage' !!
      • Zakir

      2
      0
      Votes
      2
      Posts
      161
      Views

      Z

      found it :
      https://forums.bagisto.com/topic/1752/hide-unnecessary-countries-on-checkout-page-and-cart-address/3

    • Z

      How to Add City dropdown instead of text field in Velocity 'checkout/onepage'
      • Zakir

      2
      0
      Votes
      2
      Posts
      223
      Views

      V

      @Zakir
      you can add these field same as implemented for States and country.

    • Z

      How to add popup model in event of add to cart as like Quick view?
      • Zakir

      2
      0
      Votes
      2
      Posts
      411
      Views

      D

      @Zakir said in How to add popup model in event of add to cart as like Quick view?:

      as like Quick view model shows mini cart information ?

      @Zakir please go through the files packages\Webkul\Velocity\src\Resources\assets\js\UI\components\cart-list.vue and packages\Webkul\Velocity\src\Resources\assets\js\UI\components\modal.vue

      These files will definitely work for you for pop up view.
      Thank you

    • Z

      Please tell me the best way how can customization admin and shop controller and route?
      • zainawan99

      8
      0
      Votes
      8
      Posts
      737
      Views

      V

      Hi @zainawan99
      Yes, you can override both admin theme and shop theme using this way and this is also the best way and if you want to create a new theme kindly go through our documentation:
      https://devdocs.bagisto.com/1.x/themes/

      Thanks!

    • Z

      How Can I add 'Continue' Button to proceed next step for Velocity 'checkout/onepage'
      • Zakir

      5
      0
      Votes
      5
      Posts
      482
      Views

      Z

      Thanks, I had tried with adding button and used event same as used other text fields , unfortunately button refreshed paged and noting worked .. anyways will try to learn its flow first.

    • F

      How to customize the checkout flow
      • fabianjuarez

      3
      0
      Votes
      3
      Posts
      383
      Views

      F

      Hi @devansh-webkul, thanks for answering, I will try that way.