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

Okay
  Public Ticket #3724249
Display setting on archive page
Open

Comments

  • Vanessa started the conversation

    Hello There,

    I would like to know how to turn off display for archive pages. I am using the free plugin, but I am annoyed by the fact that all bought together items are shown on the archive pages.

    I wonder whether how I can turn this off in the backend.

    Kind Regards,

    Vanessa 

  •  1,222
    Dustin replied

    Hi Vanessa,

    To hide a product from the archive page, please use the standard setting from WooCommerce:

    1173724423.png

    Best regards,
    Dustin

  • Vanessa replied

    Thank you dustin for your reply!

    I actually meant, how do I hide the frontpage listing from seeing. I want the products bought together only be seen on the productpages itself. rather then seeing it everywhere on the website.

    Is there an option anywhere to hide it?

    Kind regards,

    Vanessa


    Attached files:  image[1].png

  •  1,222
    Dustin replied

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    ul.products li.product .woobt-wrap {
        display: none !important;
    }

    If it doesn't work, please send me your website credentials (wp-admin link, username, and password) or create a dev/staging site with the same configurations so I can check for any issues.

    Best regards,
    Dustin