I've got the rather extensive changes complete and uploaded to the plugin's GitHub repository, if anyone wants to take a look until I get the chance to package these changes up.
I've just submitted v1.2.0 to the Zen Cart plugins for review and will post back when it's available for download.
This version contains changes associated with the following GitHub issues:
#79: Correct conditionally-enabling the plugin causes checkout-loop.
#80: Add an Edit button to shopping-cart block on checkout pages.
#83: Unwanted "Your order has changed" message received after applying a credit-class order-total to the order.
#85: Correct checkout-loop after a 100%-off coupon is applied to an order.
#86: Correct "Shipping, same as Billing" processing.
... and various documentation edits.
OPC v1.2.0 is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095
Hi lat9
I'v upgraded to v1.2.0. When I uncheck the "Shipping Address, Same as Billing?" checkbox, the shipping option list is not updated.
I saw there was a request to page "/ajax.php?act=ajaxOnePageCheckout&method=updateShipping", but the response is messy code like "�š[{�a{�a{�a{�a{�a{�a{'
The returning array in the debug log looks correct.
Any clues?
Thanks
Davis
Davis, does your store use a custom template? Have you customized the tpl_checkout_one_default.php template in your custom template?
If so, did you merge the template changes (highlighted in the readme) into your template-override version?