• Resolved apsilva028

    (@apsilva028)


    My quantities generally run in the thousands (like 10,000) and the quantity field does not show the entire quantity. How can I change the size of the quantity field so that it displays the entire quantity being purchased?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, are you talking about the cart in your site or the checkout in your site? Or are you talking about the checkout in PayPal? If it is in your site can you share your URL?

    Thank you

    Put this in the css file for wordpress and it should override the width setting for inputs that’s set in the plugin:

    .shopping_cart form input[name='quantity']
    {
    width: 80px !important;
    }

    For the plugin developers: it would be very useful to have ids on all tags in the shopping carts and purchase buttons so that users can style them relatively easily.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    @garrettlynch, thank you for sharing your solution and your request. I have submitted a message to the plugin developers to investigate further this request.

    Kind regards

    @mbrsolution no problem.

    Plugin Author mra13

    (@mra13)

    Thank you. I have added CSS classe to that input field which should make this easy in the next version.

    MAny thanks ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Field size for Quantity Field on Checkout Page’ is closed to new replies.