Reply 296073 to: Product bundle plugin – no add to cart quantity option available

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.