I am trying to set up a demo for a client who wants to take payments for items sold on eBay, without affecting the rest of the store. Customers should be able to enter an amount into the Quantity box and pay through the checkout.
In order to have this payment 'product' show the word "Amount: £" next to the quantity box, I have modified a template (Act_ProductLine_Payment2.html) with NETQUOTEVAR:PRODUCTQUANTITY commented out, and "Amount: £" and the quantity box coded in as follows: <INPUT TYPE=text NAME="Q_22" SIZE="4"> (NAME="Q_22" is modified to suit the product reference).
The demo is at http://clientzone.co.uk/acatalog/Pay...ay_item_2.html
This works fine apart from one thing - the quantity box will only accept whole numbers, so to pay £57.88, the customer has to enter 5788. Is there any way to get it to accept a decimal?
TIA
Malcolm
In order to have this payment 'product' show the word "Amount: £" next to the quantity box, I have modified a template (Act_ProductLine_Payment2.html) with NETQUOTEVAR:PRODUCTQUANTITY commented out, and "Amount: £" and the quantity box coded in as follows: <INPUT TYPE=text NAME="Q_22" SIZE="4"> (NAME="Q_22" is modified to suit the product reference).
The demo is at http://clientzone.co.uk/acatalog/Pay...ay_item_2.html
This works fine apart from one thing - the quantity box will only accept whole numbers, so to pay £57.88, the customer has to enter 5788. Is there any way to get it to accept a decimal?
TIA
Malcolm
Comment