This topic has 6 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Rose Tyler
I set Stock value in products details and how I see in front a table with Sold: 0.
Why this info? What does that means?? And I’d like to see only items available in stock… not this Sold info.
here what I see
https://www.dropbox.com/s/w24xhk4gut2m3u1/Schermata%202021-03-15%20alle%2001.08.36.png?dl=0
Thanks!
Hello,
Edit page > Settings of Products element > Show stock count bar > off,
or use the next custom CSS code – http://prntscr.com/10m18sr
.product-stock .stock-line,
.product-stock .stock-out {
display: none;
}
.product-stock .stock-in {
flex-basis: 100%;
}
.content-product .product-stock{
margin-bottom: 0px !important;
}
Regards
Edit page > Settings of Products element >
Do you mean click on EDIT link in Pages list?
I do this in my home page but I don’t see this option in this page
Edit page with Elementor http://prntscr.com/10m4ly3 > http://prntscr.com/10m4myj
Custom CSS can be added for the Element – http://prntscr.com/10m4nu6 (when Show stock count bar > On).
Regards
I do what you wrote, doesn’t works.
As I wrote I want to see stock quantities (OK) but I don’t to see unit sold (NO)
Thanks
I’ve added custom CSS code as was mentioned – http://prntscr.com/10m6z7s Check now – http://prntscr.com/10m70ha
Regards
You must be logged in to reply to this topic.Log in/Sign up