Plugin Support
con a11n
(@conschneider)
Automattic Happiness Engineer
Hi there,
I’m not sure what happened but our shop cart suddenly stopped showing subtotals and totals after tax in our shop carts?
This CSS is hiding the subtotal. https://d.pr/i/0njeKm
This should fix it: span.woocommerce-Price-amount.amount:last-child {display:inherit;}
Kind regards,
I’ll try to figure out where to find and put that. I’m a newb.
Okay, sorry. Yes I did put that “none” in because $ amounts are showing twice in our “designs”
https://synergycraftstudio.com/product/immunocompromised-staysafe/
Plugin Support
con a11n
(@conschneider)
Automattic Happiness Engineer
Hi again,
Okay, sorry. Yes I did put that “none” in because $ amounts are showing twice in our “designs”
I see. Try this instead .product span.woocommerce-Price-amount.amount:last-child {display:none;}
of what you have in place currently to hide the double price on your product page only.
Kind regards,
Plugin Support
con a11n
(@conschneider)
Automattic Happiness Engineer
Hi there,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Kind regards,
Thank you for your help!!