Home Forums WoodMart support forum Show single product, don`t show names on product archive

Show single product, don`t show names on product archive

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #496321

    bogdan-4113
    Participant

    Hello there!

    I activated “show single product”, but on the archive store page, the names from the variations do not appear. Only multiple products with the same name appear.

    Can you help me?

    #496415

    Luke Nielsen
    Keymaster

    Hello,

    In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Looking forward to collaborating with you!

    Kind Regards

    #496838

    bogdan-4113
    Participant

    Sure.

    #497219

    Luke Nielsen
    Keymaster

    Hello,

    I apologize for the delay.

    Please confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable it all back.
    Thank you in advance.

    Kind Regards

    #497220

    bogdan-4113
    Participant

    Hello there,

    Sure! If this help, disable all of them, there is no problem, please notice me when the testing is ready.

    Thx a lot!

    #497426

    Luke Nielsen
    Keymaster

    Hello,

    By default, WooCommerce saves attribute terms in the name for variable products, but only if the attribute name consists of a single word. https://monosnap.com/file/HW7CN2c7YTntY02dLBfMmMxFn6KKuO
    However, with custom code, we can bypass this restriction. Add it to the functions.php file in the child theme and resave some product to test

    https://monosnap.com/file/HW7CN2c7YTntY02dLBfMmMxFn6KKuO

    However, with custom code, we can bypass this restriction. Add it to the functions.php file in the child theme and resave some product to test
    add_filter('woocommerce_product_variation_title_include_attributes', '__return_true');

    Kind Regards

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