@royaldave, is this the zipship shipping module ... last updated in 2007?
@royaldave, is this the zipship shipping module ... last updated in 2007?
I think you need to put in an address with a zipcode that doesn't have a rate against it, and try and force a checkout, and hopefully you'll see what I am seeing.
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):
Sample from OPC page:
zc 1.5.5a, Responsive Sheffield Blue 2.0, Canada Post, One Page Checkout, many other mods.
What a great add-on!!
I would like to add the unit price and model to the checkout page and would appreciate any guidance.
Thanks in advance.
That's weird, by default the least-expensive option is auto-selected by the One-Page Checkout (at least on my demo site) so there's something else going on that causes the auto-selection to choose the most-expensive. Is that "Canada Post" shipping-method available in the Zen Cart downloads (I'm being lazy)?
Yes its in plugins. ttps://www.zen-cart.com/downloads.php?do=file&id=4 Dr Byte creation, but not updated since 1.5.3 .Canada Post also not updating from their end - as far as I gather they have come out with new api for which there is currently no zc mod. Dr B's mod, however remains functional, (other than this communication issue)".
Is there any reason why I shouldn't trigger a "default" $checked radio button (for shipping or payment) by putting this:
...at the end of my includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_one_default.php file?Code:<script> document.getElementById('ship-storepickup-storepickup0').checked = true; </script>