• Resolved richardeverton

    (@richardeverton)


    Hi
    I have just loaded this plug in which is almost exactly what I want but the selector button is not in line with the quantity text and also the selector allows you to select more stock than you have available and then tells you there isn’t enough stock afterwards

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wooassist

    (@wooassist)

    @richardeverton
    you can fix this with CSS
    .woocommerce-page .quantity input.qty {
    margin: auto;
    }

    also the plugin does not have the feature to detect you stocks. you can show your stock levels on your shop page so customers know the maximum quantity they can order.

    Thread Starter richardeverton

    (@richardeverton)

    Thank you – sorted

    Hello, this is an awesome plug-in, thank you.

    Is it possible to place the quantity selector above the “add to cart” button?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Quantity Selector Not in line and stock level issue’ is closed to new replies.