Bagisto Forum

    Bagisto

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

      Undefined index: product_id when I Add a second item to the cart. (Custom product page)
      • Flow4all

      5
      0
      Votes
      5
      Posts
      2496
      Views

      A

      I solved this in my case :

      Actually as per documentation it only need $id but in sub methods bagisto is using product id from request.

      Solution :
      add this in the method body of store() in Cart Controller:
      $request['product_id'] = $id;

    • Z

      How can override category observer in new package ?
      • zainawan99

      2
      0
      Votes
      2
      Posts
      409
      Views

      devansh-webkul

      Hi @zainawan99,

      The mentioned class has been registered in the Category package provider's method. You can just change the class name there and then extend the one which you need the override.

      For e.g.,

      In packages/Webkul/Category/src/Providers/CategoryServiceProvider.php, you can do something like this,

      public function boot() { ... CategoryProxy::observe(YourObserver::class); ... }

      Then here,

      class YourObserver extends CategoryObserver { ... }

      Then afterwards, it's your choice whether you want to override or not.

    • D

      Image search system
      • darkuser123

      2
      0
      Votes
      2
      Posts
      420
      Views

      devansh-webkul

      Hi @darkuser123,

      You need to check this file,

      packages/Webkul/Velocity/src/Resources/views/shop/UI/particals.blade.php

      On line around 368, you will find image-search-component. Just check here, I hope this will help you.

    • J

      Wanted Product Price Inclusive Tax
      • jnikhil652

      2
      1
      Votes
      2
      Posts
      366
      Views

      V

      same query https://forums.bagisto.com/topic/2113/re-wanted-product-price-inclusive-tax-topic-2111-wanted-product-price-inclusive-tax

    • S

      rror when adding a new category in a subcategory. That is, when I create a category and select a "Parent Category"
      • Shraddha

      13
      0
      Votes
      13
      Posts
      2630
      Views

      D

      Try these queries:-
      ALTER TABLE categories CONVERT TO CHARACTER SET utf8;
      ALTER TABLE category_translations CONVERT to CHARACTER SET utf8;

    • P

      Re: [Wanted Product Price Inclusive Tax](/topic/2111/wanted-product-price-inclusive-tax)
      • parasbhadauria63

      5
      0
      Votes
      5
      Posts
      1406
      Views

      V

      @parasbhadauria63
      Yes, this feature is mandatory so we have already raised this on Github https://github.com/bagisto/bagisto/issues/4463.
      Currently, there is no estimated time for implementing this but sure I will update you once this will be done.

      Thanks.

    • Z

      i m changing vue js below image attach but they have not changes apply this file
      • zainawan99

      2
      0
      Votes
      2
      Posts
      458
      Views

      devansh-webkul

      Hi @zainawan99,

      Please follow one thread for better communication,
      https://forums.bagisto.com/topic/2115/i-m-change-app-js-changing-ismobile-function-but-they-have-not-change-front-view/6

    • Z

      i m change app.js changing isMobile function but they have not change front view ?
      • zainawan99

      9
      0
      Votes
      9
      Posts
      1598
      Views

      Z

      @devansh-webkul just call alert but not alert and console

    • I

      Configuration Settings fields
      • Ibrahim

      3
      0
      Votes
      3
      Posts
      672
      Views

      I

      @Vaishali-Agarwal thanks a lot
      another question:
      what is the best way to add a new vue component to admin-theme.
      Regards

    • M

      Change style of front page and subsequent
      • mikeyapina

      2
      0
      Votes
      2
      Posts
      688
      Views

      devansh-webkul

      Hi @mikeyapina,

      Please refer to this file as this file contains all the vairables,
      packages/Webkul/Velocity/src/Resources/assets/sass/_variables.scss

    • K

      changes in blade file not relecting
      • ket-c

      2
      0
      Votes
      2
      Posts
      708
      Views

      V

      @ket-c
      have you tried to run

      php artisan vendor:publish php artisan config:cache
    • R

      I am try to add bulk upload to my project but it is not working
      • rjayswal

      6
      0
      Votes
      6
      Posts
      1752
      Views

      P

      @rjayswal ,

      try running below command:

      composer dump-autoload php artisan config:cache php artisan view:cache php artisan route:cache
    • M

      Upload products
      • Megalight

      3
      0
      Votes
      3
      Posts
      702
      Views

      M

      When I am importing the products they have been created in the products table and the product_flat table, but all data is updated after some time and in admin, they are updated not completely but part by part. Why I have this issue?

    • G

      Request Quotes on products
      • GetResults

      2
      0
      Votes
      2
      Posts
      439
      Views

      devansh-webkul

      Hi @GetResults,

      Right now there is no way to request a quote on the product.

      These are some customizations.

    • S

      How to add custom order from admin ?
      • somenet77

      4
      0
      Votes
      4
      Posts
      785
      Views

      V

      @somenet77
      currently, this is under development process, we will revert you here when it will be done and ready to use.

      Thanks

    • A

      It is possible to upload pdf files or videos to a Product?
      • amiro2194

      2
      0
      Votes
      2
      Posts
      458
      Views

      V

      @amiro2194
      May i know which bagisto version did you install?

    • A

      When setting up Products, is there a way to order them by price?
      • amiro2194

      2
      0
      Votes
      2
      Posts
      730
      Views

      devansh-webkul

      Hi @amiro2194,

      We already provide this feature have a look at the Velocity and Default theme. Just visit any category page.

    • A

      Can I upload files to a Product in addition to images?
      • amiro2194

      4
      0
      Votes
      4
      Posts
      679
      Views

      V

      @amiro2194
      We have added the video feature in bagisto v1.3.1, you may upgrade your version or else if you don't want to upgrade this than just have a look into these change https://github.com/bagisto/bagisto/pull/4276 for adding video feature.

    • T

      Chinese Language and Currency Not Support
      • tmu085

      2
      0
      Votes
      2
      Posts
      451
      Views

      V

      @tmu085
      are you facing any issues while adding Chinese language or which currency you are referring to? please provide locale and currency code so that we can verify.

    • T

      Generated package but the backend icon doesnt show like in the documentation
      • toutankhamoun

      4
      0
      Votes
      4
      Posts
      865
      Views

      devansh-webkul

      Hi @toutankhamoun,

      Just check your assets, you should have Icon-Temp.svg file in images folder in order to see the icon.

      Check the webpack file whether prod and dev path is perfectly added or not.