Viewing 7 replies - 1 through 7 (of 7 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Not sure I understand? By dialup, do you mean the quantity increment arrows? And by “corresponding numeral” do you mean the quantity select number for products in the cart?

    WooCommerce no longer has these by default, so your theme or another plugin must be adding them in. This sounds like just a simple css fix though with your theme.

    Can’t help much without a website address.

    Thread Starter mawulicherubim

    (@mawulicherubim)

    Yes i mean the quantity increment rows as well as the corresponding numerals.

    The website is austinvalueservices.comHer is a link to the exact challenge:
    https://austinvalueservices.com/product/black-belt-with-online-certificate/

    Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Your theme is causing these styling issues. Some custom CSS could help fix it:

    .woocommerce .quantity .qty {
    	padding: 7.5px 5px !important;
    }

    You can use a plugin like Simple Custom CSS if you aren’t sure where to put this code.

    Hi Caleb Burks, did you know or experience the negative system inventory after a customer buy the item?

    jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    did you know or experience the negative system inventory after a customer buy the item?

    This sounds like it is a conflict somewhere. WooCommerce checks to make sure there is enough stock before proceeding through checkout. If the stock is reducing to the negative numbers, there may be a plugin that is also manipulating stock numbers.

    Thread Starter mawulicherubim

    (@mawulicherubim)

    It has been easily resolved.
    Thank you very much Caleb Burks.

    Great to be in this community.

    Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Thanks for checking back in ??

    @garryhost, please open up your own thread if you still have an issue.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Woocommerce Product Quantity Dialupp’ is closed to new replies.