First Issue:
If a known customer logs in and places an order, it seems to work fine.
- pick product, add to cart
- click cart or checkout
- select shipping method, enter payment info and checkout successfully
The same scenario with a *new* customer who isn't logged in and tries to create an account at checkout works the same way, but on step 3 the shipping methods are blank and trying to checkout results in a JS alert error "Warning: Shipping method required!" with no clear remedy for that customer to proceed.
If this new customer first uses "ESTIMATE SHIPPING" on the view cart page *before* going to checkout then shipping methods do show up on the checkout page but if not, they don't and they are stuck and likely going to bail on the order.
Second Issue:
When using a browser's 'wallet' to auto-populate payment info at checkout, the payment fails.
But if you manually type in the same information it will process without issue.
Some info in case it helps:
- Version 3.0.3.8 w/Journal 3
- Geo Zones are set and assigned to enabled shipping methods
- PayPal/Braintree payment gateway
Thanks for any feedback on these things.