• Resolved timholz

    (@timholz)


    Hi – today i noticed a strange change, how the product-name in the cart is displayed.
    product-name and attributes are merged in one a-tag link:
    <a href="https://lumi.creatifpassion.ch/shop/test-ketteli-name/?attribute_pa_anhaenger=elefant&attribute_pa_material=silber">Test ketteli Name - Elefant, Silber</a>
    Up to now only the product name was tagged as a link. The attributes were seperate.
    Is this intentional?
    regards theo

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there ??

    Could you please provide us with a full-screen uncropped screenshot in order to understand where the issue is located and provide you with guidance?

    I recommend https://snipboard.io for easily sharing screenshots – please follow the instructions on the page, then paste the URL here. It works with Chrome, Firefox, Safari, and Edge.

    Thanks!

    Thread Starter timholz

    (@timholz)

    Hi Thanks for responding.

    This is what i had:
    https://snipboard.io/7QsJlK.jpg

    But yesterday it changed to this:
    https://snipboard.io/QflgDN.jpg

    The variations are linked to the product name.
    When the link is clicked, the selected attrbutes are automatically chosen.
    This is elegant, but it is also nice to see the chosen variations like in the first screenshot. And by the way, the same counts for the checkout page and probably also for the e-mail. It is much clearer to separate the variations.
    I hope you understand the issue.
    thanks for your interest.
    theo

    • This reply was modified 3 years, 6 months ago by timholz. Reason: forgot something
    Thread Starter timholz

    (@timholz)

    Hi – i found the solution on stackoverflow.
    add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
    Now i have the variations separated.
    Thanks for your interest.
    Theo

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    That’s wonderful ??

    Great! If you have any further questions, you can start a new thread.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product Name and attributes are concatenated on cart page’ is closed to new replies.