Currently, the Request a Quote plugin does not allow using decimal values for product quantities. When a user enters a decimal number (e.g., 1.5 or 0.75), the quantity is automatically rounded because the plugin applies intval() to the value. As a result, any fractional quantity is lost, and only whole numbers are accepted.
This creates a limitation for stores that sell products measured in kilograms, meters, liters, or any other units requiring decimal quantities.
Open
Last updated: November 26, 2025
0 comments
Log in to comment on this feature request.