Quote Originally Posted by soxophoneplayer View Post
Is there a (not complicated) way to switch the default shipping alternative selected by OPC either from the most expensive to the least expensive, or (better yet) default to whichever option the customer selected on the shopping cart page?

In the shopping cart the alternative estimates are presented from most to least expensive, but the least expensive is auto-selected as default for the customer. They can, of course, select a more expensive option.

But on the OPC page, the most expensive option is selected as default, regardless of the option the customer selected on the shopping cart page. The customer can change the option on the checkout page and the total cost will be auto adjusted, but my concern is that a customer will select choice A on the cart page, then gloss over it (Oh I already did that I don't need to pay attention to it) on the checkout page.

Sample from shopping cart page (fake customer):
Click image for larger version. 

Name:	screenshot-www.meafordwool.com 2016-10-26 08-40-43.jpg 
Views:	192 
Size:	16.2 KB 
ID:	16755

Sample from OPC page:
Click image for larger version. 

Name:	screenshot-www.meafordwool.com 2016-10-26 08-39-53.jpg 
Views:	209 
Size:	130.9 KB 
ID:	16756

zc 1.5.5a, Responsive Sheffield Blue 2.0, Canada Post, One Page Checkout, many other mods.
Is there any reason why I shouldn't trigger a "default" $checked radio button (for shipping or payment) by putting this:
Code:
<script>
document.getElementById('ship-storepickup-storepickup0').checked = true;
</script>
...at the end of my includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_one_default.php file?