• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
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
  • D

    How to upload more than one image in bulk update ?
    23 Dec 2020, 05:02 • darkuser123 24 Dec 2020, 04:20

    2
    0
    Votes
    2
    Posts
    362
    Views

    V 24 Dec 2020, 04:20

    @darkuser123
    when you installed the bulk upload package? also let me know your bagisto version

  • F

    Undefined index: product_id when I Add a second item to the cart. (Custom product page)
    23 Nov 2020, 10:41 • Flow4all 31 Dec 2020, 15:10

    5
    0
    Votes
    5
    Posts
    2.4k
    Views

    A 31 Dec 2020, 15:10

    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 ?
    8 Jan 2021, 05:31 • zainawan99 8 Jan 2021, 13:22

    2
    0
    Votes
    2
    Posts
    349
    Views

    devansh-webkul 8 Jan 2021, 13:22

    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
    11 Jan 2021, 08:24 • darkuser123 11 Jan 2021, 13:55

    2
    0
    Votes
    2
    Posts
    402
    Views

    devansh-webkul 11 Jan 2021, 13:55

    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
    9 Jan 2021, 13:18 • jnikhil652 11 Jan 2021, 15:54

    2
    1
    Votes
    2
    Posts
    315
    Views

    V 11 Jan 2021, 15:54

    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"
    7 Feb 2020, 10:13 • Shraddha 13 Jan 2021, 08:22

    13
    0
    Votes
    13
    Posts
    2.4k
    Views

    D 13 Jan 2021, 08:22

    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)
    9 Jan 2021, 14:26 • parasbhadauria63 13 Jan 2021, 09:06

    5
    0
    Votes
    5
    Posts
    1.3k
    Views

    V 13 Jan 2021, 09:06

    @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
    13 Jan 2021, 07:23 • zainawan99 13 Jan 2021, 13:55

    2
    0
    Votes
    2
    Posts
    407
    Views

    devansh-webkul 13 Jan 2021, 13:55

    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 ?
    10 Jan 2021, 13:43 • zainawan99 14 Jan 2021, 05:39

    9
    0
    Votes
    9
    Posts
    1.4k
    Views

    Z 14 Jan 2021, 05:39

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

  • I

    Configuration Settings fields
    1 Feb 2021, 15:22 • Ibrahim 4 Feb 2021, 02:47

    3
    0
    Votes
    3
    Posts
    593
    Views

    I 4 Feb 2021, 02:47

    @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
    5 Feb 2021, 13:07 • mikeyapina 5 Feb 2021, 13:11

    2
    0
    Votes
    2
    Posts
    605
    Views

    devansh-webkul 5 Feb 2021, 13:11

    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
    10 Feb 2021, 12:34 • ket-c 10 Feb 2021, 16:28

    2
    0
    Votes
    2
    Posts
    662
    Views

    V 10 Feb 2021, 16:28

    @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
    27 Jan 2021, 17:47 • rjayswal 15 Feb 2021, 06:08

    6
    0
    Votes
    6
    Posts
    1.6k
    Views

    P 15 Feb 2021, 06:08

    @rjayswal ,

    try running below command:

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

    Upload products
    16 Feb 2021, 17:52 • Megalight 17 Feb 2021, 13:30

    3
    0
    Votes
    3
    Posts
    627
    Views

    M 17 Feb 2021, 13:30

    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
    1 Mar 2021, 13:32 • GetResults 2 Mar 2021, 04:35

    2
    0
    Votes
    2
    Posts
    389
    Views

    devansh-webkul 2 Mar 2021, 04:35

    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 ?
    3 Mar 2021, 07:59 • somenet77 5 Mar 2021, 08:15

    4
    0
    Votes
    4
    Posts
    680
    Views

    V 5 Mar 2021, 08:15

    @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?
    6 Mar 2021, 15:47 • amiro2194 8 Mar 2021, 04:27

    2
    0
    Votes
    2
    Posts
    417
    Views

    V 8 Mar 2021, 04:27

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

  • A

    When setting up Products, is there a way to order them by price?
    8 Mar 2021, 21:44 • amiro2194 9 Mar 2021, 04:03

    2
    0
    Votes
    2
    Posts
    675
    Views

    devansh-webkul 9 Mar 2021, 04:03

    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?
    5 Mar 2021, 16:09 • amiro2194 9 Mar 2021, 05:17

    4
    0
    Votes
    4
    Posts
    606
    Views

    V 9 Mar 2021, 05:17

    @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
    17 Mar 2021, 15:25 • tmu085 18 Mar 2021, 10:03

    2
    0
    Votes
    2
    Posts
    392
    Views

    V 18 Mar 2021, 10:03

    @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.