Knowledgebase
The shipping delivery time not showing or is incorrect in the One Page Checkout.
Posted by - NA - on 04 May 2011 03:51 PM
|
|
By default the checkout shows an estimated time based on the default settings. If you have a custom time, or want to show exact times make the following edit to the modules/Checkout_One/checkout_one_shipping.php file: Change this code near line 75: $xml .= ''; to: $xml .= ''; | |
|
Comments (0)