Just thought that I would share this with you...
I liked the hint provided in the Advanced User Guide which shows you how to change the Payment Method selection from a dropdown to radio buttons. It is more obvious to the customer what options are available.
It would be nice to do the same thing for the Shipping Method selection. This is not so easy because these HTML tags don't come from a file; they are hardcoded in the ShippingTemplate.pl perl script. But being brave, I decided to have a go.
I think that I suceeded but would appreciate a second opinion. My solution is still hardcoded of course. The attached file shows the changes that I have made.
I liked the hint provided in the Advanced User Guide which shows you how to change the Payment Method selection from a dropdown to radio buttons. It is more obvious to the customer what options are available.
It would be nice to do the same thing for the Shipping Method selection. This is not so easy because these HTML tags don't come from a file; they are hardcoded in the ShippingTemplate.pl perl script. But being brave, I decided to have a go.
I think that I suceeded but would appreciate a second opinion. My solution is still hardcoded of course. The attached file shows the changes that I have made.
Comment