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

Okay
  Public Ticket #3663313
Disable “Count selected products”
Open

Comments

  •  2
    Will Melones started the conversation

    I see in the changelog that version 7.2.7 added “Count selected products”, but this is unhelpful and misleading in my store. How can I disable this so it’s no longer displayed on my product pages?

    Attached files:  Screenshot 2024-06-09 at 12.31.08 AM.png

  •  1,281
    Dustin replied

    Hi Will,

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

    .wooco-wrap .wooco-summary .wooco-count {
        display: none !important;
    }

    Best regards,
    Dustin

  •  2
    Will Melones replied

    Thank you for the CSS, Dustin. For the sake of other users who may not be closely monitoring updates, please carefully consider making new features like this optional and inactive by default.

  • Zaka replied

    Please provide guidance on how to disable the “Count selected products” feature for optimized performance.

    Thank you.

    Website : https://wpc.ticksy.com/

  •  1,281
    Dustin replied

    Counting selected products is a tiny JS function that doesn't affect the performance.

    If you want to hide the counter, please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .wooco-wrap .wooco-summary .wooco-count {
        display: none !important;
    }

    Best regards,
    Dustin