Change shipping address dropdown to div in Magento
If you want to change shipping address dropdown to div structure.
After a long research i found that this select box is comming form core php file and it's hard to make any change in core file. So we have to change in shipping.phtml file as following.
Step 1 : Open shipping.phtml you can find it :-
/app/design/frontend/package/yourtheme/template/checkout/onepage/shipping.phtml
Please find this code around line no 30.
No comments:
Post a Comment