@jpda, would you post your "Pickup Locations" setting for the storepickup module (or send to me via PM) so that I can (a) replicate the issue and (b) give your solution a try?
@jpda, would you post your "Pickup Locations" setting for the storepickup module (or send to me via PM) so that I can (a) replicate the issue and (b) give your solution a try?
@lat9
Forgot this:
Shipping Cost
0.00
Tax Basis
Shipping
Thanks for the info, @jpda. I'll look at that over the weekend.
The change in shipping.php that I posted was:
is not correct if storepickup is not the only method available because count($modules_with_quotes) > 1.Code:} elseif (count($modules_with_quotes) === 1) {
I changed that line to: (rather weird...)
and then it works also when other shipping methods are available.Code:} elseif (true) {
The selected price is not always the cheapest.
If I find a better solution, I will let you know.
@jpda
Hi Cindy! It's been a LONG time!
I'm building a test site to upgrade to 1.5.8a, and have minimal changes so far - ZCA Bootstrap, and added OPC 2.4.6.
It looks great so far, and a bunch faster too.
OPC works great for a logged-in user (me), but FAILS for a guest checkout:
Sorry, we are not accepting payments from your region at this time.
Please contact us for alternate arrangements.
Two payment modules :
COD - Ontario zone
moneyorder - NO ZONE
Both are available and work properly if logged in, but not guest
www.beadfx.com/shop
Play as you'd like
Thanks!
Dan
BeadFX