The KB article for changing the payment method choice from a dropdown to radio buttons isnt selecting a default payment method...
I dont think thats good web practice.
I dont think thats good web practice.
<input type="radio" name="PAYMENTMETHOD" value="3"><img src="st.gif"> Secure Trading<br /> <input type="radio" name="PAYMENTMETHOD" value="900"><img src="pp.gif"> PayPal <br /> <input type="radio" name="PAYMENTMETHOD" value="10002"><img src="gc.gif"> We'll send an invoice<br /> </select>
Comment