Available and Sold value - by sinaxi - on WordPress WooCommerce support

This topic has 6 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler

  • Avatar: sinaxi
    sinaxi
    Participant
    March 15, 2021 at 01:13

    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!

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2021 at 08:24

    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

    Avatar: sinaxi
    sinaxi
    Participant
    March 15, 2021 at 10:05

    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

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2021 at 10:12

    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

    Avatar: sinaxi
    sinaxi
    Participant
    March 15, 2021 at 10:32

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2021 at 11:21

    I’ve added custom CSS code as was mentioned – http://prntscr.com/10m6z7s Check now – http://prntscr.com/10m70ha

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.