Site logo

Archived topic

Show Cart Quantity

5 replies · Started by Jordan Levi on March 14, 2023

Viewing posts 1–6 of 6

How can we show the amount of items in the shopping cart with woocommerce?

Hi there,

you can add this CSS to show it:

nav .cart-contents>span.number-of-items {
    display: inline;
}

that worked perfectly, thank you! also, i noticed that on the 'my account page' (the person icon in the header menu) it shows a 'forgot password' link on the bottom of the form, but not a 'register' link. is there a way to add one?

ok, i'll just throw in a text block at the top of the page and link to it there, then. thanks for letting me know!

No problem :)

This archived topic is closed to new replies.