• Resolved bladegrips

    (@bladegrips)


    I have recently updated fast cart and now when you add say 20 quantity to fast cart the quantity text box only shows “2” when it should show “20”? Its as if its cutoff? This only happens when I am on the individual product page for any of the items listed on my site. When I am on the home page or any other page the numbers in the fast cart show up normally.

    • This topic was modified 9 months, 1 week ago by bladegrips.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bladegrips

    (@bladegrips)

    To reproduce this problem click on a product and it will take you to the product page then enter a double digit quantity (10,20, etc) and click add to cart then click the fast cart icon (top right), you will notice that only the first digit is visible in the quantity text box. This only happens on the individual item product page

    I am using elementor as the Visual editor, hello elementor is my theme and bluehost for the backend.

    Plugin Author WPXtension

    (@wpxteam)

    Hi,

    I hope you are doing well today. We are sorry for our late response.

    Yes, I have successfully reproduced the issue on my local machine. The issue is happening on the Hello Elementor theme. I have tested it using several themes from the WordPress theme repo. It happens only on large screens I have tested it using several screen sizes.

    We will surely release an update to fix the width issue of the quantity input field. It can be fixed by adding a small CSS.

    Please add the following CSS at Appearance > Customize > Additional CSS

    .fc-cart-item .fc-quantity .quantity input.qty {
        width: 80px;
    }

    An update will also be released soon. Please let me know if you have any other questions. Hope to hear from you soon.

    Best Regards

    Plugin Author WPXtension

    (@wpxteam)

    Hi,

    Please update to version 1.0.8 and let us know if it resolves the issue. Hope to hear from you soon.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘fast cart quantity text box is cutoff when entering double digit numbers’ is closed to new replies.