This topic has 6 replies, 2 voices, and was last updated 2 years, 4 months ago ago by Fantasy Prints
I use a composite plugin that on previous Themes shows the QTY of the product but on Xstore this is missing. For example I have sent you can see Xstore and Flatsome – there should be a 12, 24, 50, 100 numbers to show customer how many cards they are buying. If I change theme this appears change back to Xstore these numbers stop appearing.
The Plugin developer suggested below snippet but this didn’t fix issue with Xstore
add_filter( ‘woocommerce_product_variation_title_include_attributes’, ‘__return_true’, 99 );
Hello,
Thanks for using our theme.
Please provide FTP access, I will ask our team to check what can be done to help you.
If you do not know how to create FTP contact with your hosting provider, they will help you.
Waiting for your reply.
Please note that we do not give a guaranty for full theme compatibility with all existing 3rd party plugins. Sometimes, not always, you need additionally customize the theme or plugin to make them work together. Unfortunately, it’s not possible for the author to make the theme compatible with all the existing plugins and additional customization is outside the scope of our basic support.
Regards
FTP Settings
Hello,
I passed the issue to our developers. I’ll inform you once they reply.
Regards
We tried to find the solution that could allow us to add it from snippets but with no success.
such actions like (‘wooco_before_components’, ‘wooco_before_wrap’) don’t work so it is better to ask plugin’s author why it is so.
Not working example (but it should):
add_action('wooco_before_wrap', function() {
add_filter('woocommerce_product_variation_title_include_attributes', '__return_true');
}, 999);
For now, we added a filter directly in the plugins/wpc-composite-products-premium/wpc-composite-products.php ( https://prnt.sc/CnkbFhDLIHzN ) but it will be lost once you update that plugin so keep that line for yourself
add_filter('woocommerce_product_variation_title_include_attributes', '__return_true');
Regards
Thanks for your help on this I will keep safe
Tagged: composite product, persuasive, qty selection, templates, woocommerce, wordpress
The issue related to '‘Composite Product missing Qty at end of selection’' has been successfully resolved, and the topic is now closed for further responses