• Resolved tiendabs

    (@tiendabs)


    In previous versions, the status was not showing in the cart and at checkout. Today if it shows and does not look good. Is there a way to go back to previous versions or remove it from these places? Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Softound Solutions

    (@softound)

    Hi,

    It was requirements from other user to show the status in cart and checkout pages.

    You can add the following CSS in your child theme style.css to hide the stock status message from cart and checkout pages.

    body.woocommerce-cart .woo-custom-stock-status,
    body.woocommerce-checkout .woo-custom-stock-status {
    	display: none;
    }

    thanks

    Thread Starter tiendabs

    (@tiendabs)

    Thanks for your time.
    We changed in the php the <br> that it adds at the end of cart_stock_status since it generated three lines in checkout (item) (status) (quantity). It’s the only thing we change.
    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Status everywhere’ is closed to new replies.