Archived topic
Show Cart Quantity
5 replies · Started by Jordan Levi on March 14, 2023
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?
Hi Jordan,
Unfortunately, that's a Woocommerce form, GP doesn't have control over it.
For more info: https://woocommerce.com/document/the-my-account-page/
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 :)