Product bundle plugin – no add to cart quantity option available

This topic has 10 replies, 3 voices, and was last updated 2 years, 1 month ago ago by Rose Tyler

  • Avatar: vincentdv
    vincentdv
    Participant
    July 23, 2021 at 10:43

    Hi, I am using product bundle plugin for some of my products, there’s no add to cart button. It is solved previously. Support said helped to add custom code into child theme and will make sure it is fixed in all future release.

    but after theme update to 8.0, the function disappeared.

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 26, 2021 at 12:54

    Hello,

    I don’t see issue with the fix at the https://veggiezone.my/shop/
    If you want to show that for the tastecapture then add the below code to child theme functions.php

    add_filter('etheme_product_type_shop_quantity', function($types) {
    	$types[] = 'woosb';
    	return $types;
    });

    Provide us with WP Dashboard and FTP access to your site if it does not help.

    Regards

    Avatar: vincentdv
    vincentdv
    Participant
    February 2, 2022 at 08:50

    Hi, after theme update, the code is not working for bundle products again.

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 2, 2022 at 16:53

    Hello,

    Provide us with WP Dashboard and FTP access to your site, please. We’ll check why it does not work.

    Regards

    Avatar: vincentdv
    vincentdv
    Participant
    February 2, 2022 at 23:23

    the first item on shop page.

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    February 3, 2022 at 15:13

    Hello,

    What about FTP access?

    Regards

    Avatar: vincentdv
    vincentdv
    Participant
    February 4, 2022 at 09:19

    v

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2022 at 08:33

    Hello,

    We can’t connect –

    Error:        	Connection timed out after 20 seconds of inactivity
    Error:        	Could not connect to server

    What FTP port can be used?
    Do you have any limits for connections from other countries?

    Regards

    Avatar: vincentdv
    vincentdv
    Participant
    February 10, 2022 at 03:39

    ..here:

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 10, 2022 at 14:23

    Hello,

    Fixed.
    It seems like our developers changed the name of filter from etheme_product_type_shop_quantity => etheme_product_type_show_quantity
    Now it is fixed on your site as well.

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘Product bundle plugin – no add to cart quantity option available’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.