Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #3614106
Display bug with WPC composite
Open

Comments

  • Moon started the conversation

    Hello,

    I have a display problem withe the product page where WPC composite is active. My related product lose the page design

    I don't have this problem when I don't use your plugin


    Also : How can I hide the crossed price in the composite product page ?

    See attached

  •  1,688
    Dustin replied

    Hi Moon,

    If you're using Elementor to build the single product page, please try changing the layout for the AddToCart element:

    add-to-cart-3.png

    To hide the crossed price, please add the CSS code below to WP-Admin → Appearance → Customize → Additional CSS:

    .wooco-total del {
        display: none !important;
    }

    Best regards,
    Dustin