Variable name products are not rendered at times

This topic has 4 replies, 2 voices, and was last updated 6 hours, 39 minutes ago ago by Jack Richardson

  • Avatar: Wikafy
    Wikafy
    Participant
    July 8, 2026 at 12:48

    Variable name products are not rendered at times

    Hello, I have an issue regarding variable name products. At times they are displayed other times they are not. And in other sections they are not displayed, but main product name is displayed instead.

    In my previous theme it did work perfectly, and display all variable names, but now with Xstore, they are gone, and in another section displayed in the video I recorded, they are displayed and other times they are not.

    I don’t know if the theme or any plugin related to Xstore change a global variable for $product_name or if there is any conflict

    In the first screenshot, there used to display variable products along with the parent product name, and in the second screenshot too, however something interesting it’s it does render variation product/label lower.

    Content is visible for topic creator and
    support staff only.
    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 8, 2026 at 14:50

    Hello @Wikafy,

    Thank you for your message.

    Your request is not related to our theme. Based on the screenshots you provided, the functionality in question is not included in our theme and appears to be provided by one of your plugins. We kindly ask you to contact your developer or review the installed plugins for this configuration. For example, the “Advanced Dynamic Pricing and Discount Rules for WooCommerce (Pro)” plugin, which is currently active on your website, may be responsible for this feature.

    As a reminder, our support covers only our own products, and your current request concerns a third-party plugin.

    Best regards,
    Jack Richardson
    The 8Theme’s Team

    Avatar: Wikafy
    Wikafy
    Participant
    July 9, 2026 at 12:15

    I have cloned my website to a staging version for test, and disabled all the plugins, however the issue persists. I would like to know if it is possible to get it back as default, or your theme works that part differently?, I mean the product title in cart and checkout. In other themes or woocommerce per default.

    They are displayed as follows, when they are variable products.

    Title: iphone 17 – 256 GB , blue.

    Let’s say 256GB and color blue are the variable product.

    In your theme is displayed as follows.

    Title: iphone 17
    Storage: 256 , Color: Blue

    It only renders the parent product name title, and not its variables in the same title altogether, but it splits them into different part causing many of my plug-ins and system end up not being compatible with that way of showing product names and variables.

    I will record a video for you to understand better.

    I don’t know if there is a custom function to force it to work as the default case of woocommerce, or an explanation why it works differently.

    Video where I explain what I mean:
    They are two videos.
    https://fex.net/s/saapvnk

    in the first video I show how it is displayed in your theme, and how it is displayed in woocommerce as default,

    in the second video I show how it is displayed as default even in elementor builder however infront end it is displayed separtely, and not altogether.

    Content is visible for topic creator and
    support staff only.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 10, 2026 at 06:53

    Dear @Wikafy,

    We hope this message finds you well.

    We would kindly like to ask you to test the following solution and share your feedback with us at your earliest convenience.

    We have inserted the following code snippet to your child theme’s functions.php file (https://gyazo.com/c88c3ea72714c45d6054ba562c335af0):

    add_action( 'after_setup_theme', function() {
        add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_true' );
    }, 999 );

    This solution has been provided to address compatibility issues that may arise due to conflicts with certain plugins. For your reference, similar cases have been discussed in the following forum threads:

    https://www.8theme.com/topic/pos-plugin-conflicts-with-xstore-core-product-variants/#post-357387
    https://www.8theme.com/topic/composite-product-missing-qty-at-end-of-selection/#post-329653

    Frontend results: https://gyazo.com/1622401123bcc9e41d9effb0e4b8243e

    We appreciate your cooperation and look forward to your response.

    Best regards,
    Jack Richardson
    The 8Theme Team

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

You must be logged in to reply to this topic.Log in/Sign up

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