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

Okay
  Public Ticket #4495127
Stale products
Open

Comments

  •  1
    Chris started the conversation

    Hi, After testing out a few things, 2 products got stale in the woocommerce checkout page, When I go to cart I don't see them. In the checkout page I do.

    Tried a few things like clearings caches, removing wp_woocommerce_sessions  from database. But no luck. Any idea how I can remove these?

    Attached files:  checkout problems 1 .png

  •  1
    Chris replied

    here is the checkout showing the products which can not be removed

    Attached files:  checkout problems 2 .png

  •  1,554
    Dustin replied

    Hi Chris,

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

    .wooco-component.wooco-hide-component {
        display: none !important;
    }

    Best regards,
    Dustin