Demo
Using Multipliers
As a merchant, you may sometimes need to allow the user to provide a quantity which should be used to multiply the cost of a Product. In it's most simplest form, if a merchant is selling Apples, and 1 apple is being sold for £0.59, the end-user might wish to purchase 40 apples, and so the merchant would activate the multiplier option so that the end-user can request 40 apples and the system would automatically calculate the total amount to be charged; £23.60.
However, sometimes things are more complicated. A merchant may be selling subscriptions to their website and they charge £14.00 per month per user or £140.00 per year per user. If the system were to present a "Quantity" option to the end-user, they may struggle to interpret that as a merchant, you want the user to specify how many users they have. So we allow for some customisation which aids the interpretability of our input fields.