Home Forums WoodMart support forum Variant product names doesn’t add attributes for some products. Why?

Variant product names doesn’t add attributes for some products. Why?

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #671052

    developer-2437
    Participant

    Some products(variant products) are changing names based on different attributes and for some its not. I compared both the products side to side couldn’t find why its happens.

    for example:
    Check screenshots of product archives for samsung A56 & iPhone 16 Pro

    Attachments:
    You must be logged in to view attached files.
    #671195

    Hello,

    Navigate to Theme Settings > Shop > Variable Products > Look for the option “Show single variation”. When enabled, this displays product variations individually on shop and category pages — each with its own title and attribute combination.

    If the issue remains, share the wp login details so I can further check on your site and give you a possible solution.

    Best Regards,

    #671206

    developer-2437
    Participant

    I have enabled, and its displaying product variations individually on shop and category pages but its title doesn’t contain attributes(for some)

    #671234

    Hello,

    To solve this issue, you need to specify each variation attribute and don’t use “Any [attribute name]” as shown on the screenshot: https://ibb.co/7N2S0cZs

    Try to specify concrete terms there and test how it works. If the issue remains, share the wp login details so I can further check on your site and give you a possible solution.

    Best Regards,

    #671269

    developer-2437
    Participant

    Shared credentials.
    I have not set ‘Any’ still there’s no attribute.

    #671378

    Hello,

    Please give me site access as an administrative role so I can check and give you a possible solution.

    Best Regards,

    #671387

    developer-2437
    Participant

    Have given admin access.

    #671448

    Hello,

    Your issue has been resolved. Check back your site after completely clearing the browser cache and check the issue.

    Best Regards,

    #671510

    developer-2437
    Participant

    I still see the same issues, I don’t have any attributes as ‘Any’ (all attributes are selected) and still attributes are not coming for most. Check screenshots.
    Attributes are only showing for some iPhones, and check product or category like samsung you’ll see the product names are only repeated.

    I didn’t understand what you are saying is resolved. Please check the products. I don’t see any changes currently

    Attachments:
    You must be logged in to view attached files.
    #671515

    Hello,

    Navigate to Products > All Products, do a bulk edit, and update all the products, and check the issue after completely clearing the cache.

    Best Regards,

    #671537

    developer-2437
    Participant

    I did it, still not showing the attributes.

    #671539

    developer-2437
    Participant

    I have given the admin access please check a product or something specifically and see if it displays attributes in title.
    You can check ‘Xiaomi 14’ and fix it. And let me know how. Thanks

    #671639

    Hello,

    Your issue has been successfully resolved. I’ve added the following PHP code to the functions.php file of your child theme:

    add_filter('woocommerce_product_variation_title_include_attributes', '__return_true');

    As a result, the variation attribute names are now displayed correctly: https://ibb.co/3m2vJY5X

    Please clear your browser cache completely and revisit your site to verify that the issue has been resolved.

    Best Regards,

    #671646

    developer-2437
    Participant

    Thank you. Now its fixed.

    #671752

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

Viewing 15 posts - 1 through 15 (of 15 total)

The topic ‘Variant product names doesn’t add attributes for some products. Why?’ is closed to new replies.