Home Forums Trusted Pro Cart price displayed on the top header row is incorrect Reply To: Cart price displayed on the top header row is incorrect

#11409
Andy
Keymaster

The latest version (1.7.2) is now available with this issue fixed.

After updating the theme, you may need to clear your customer’s carts because WooCommerce caches active carts.
You can do this in your dashboard at ‘WooCommerce’ > ‘Status’ > ‘Tools’ tab, and “Clear customer sessions”.

The price now also has it’s own span wrapper, so if you do still want to hide the price, use this CSS instead of the previous code:

.top-cart .cart-contents .amount {
    display: none;
}