Composite Product missing Qty at end of selection

This topic has 6 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Fantasy Prints

  • Avatar: Fantasy Prints
    Fantasy Prints
    Participant
    July 13, 2022 at 22:42

    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 );

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 14, 2022 at 07:04

    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

    Avatar: Fantasy Prints
    Fantasy Prints
    Participant
    July 14, 2022 at 08:54

    FTP Settings

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 14, 2022 at 13:49

    Hello,

    I passed the issue to our developers. I’ll inform you once they reply.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 14, 2022 at 15:05

    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

    Avatar: Fantasy Prints
    Fantasy Prints
    Participant
    July 14, 2022 at 15:15

    Thanks for your help on this I will keep safe

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

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

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