I have a problem with my Mulitple Shipping Checkout in Magento 1.6.1. When a customer proceeds through the checkout and they come to the Shipping.phtml page where they chose a shipping option and cost they can continue to the billing stage of the checkout without chosing a shipping method. I would like to make this a required field in the checkout. However another problem is that even if the customer choses a Shipping Method it is not added to the grand total at the end of the checkout. Does anyone have any ideas about why this is happening and how to fix it?
1 Answers
0
votes
The shipping method is a required field and its cost will be added to the totals and the end of the checkout in a default Magento installation. I guess you have one or more custom edits within your templates or have some extension installed, that produces that behavior. Switch back to default template and temporary disable non-core extensions to see if it works as expected. Afterwards re-enable deactivated extensions one-by-one.
CSS
andHTML
tags. – Chris