Given Reed
04/19/2023, 1:29 PMWe are unable to calculate shipping rates for the selected items.
when I try to advance to the delivery step. I've searched and saw possible causes could be:
- no shipping methods with calculators that match the order's currency
- no shipping methods that match the shipping category of the items in the order
- no shipping methods available for the order's zone
I've checked the shipping method and it's assigned to the "Default" shipping category, it's assigned to the "North America" zone. I've tried both "flat rate" set to $0/"USD" and "flat percent" set to 0 (and doesn't have a currency).
Checking the product, it's also assigned to the "Default" shipping category and the address I'm testing with is in North America. I'm at a loss as to what else could be missing.
The only thing I can think that's different than any other shop I've worked on is that this one uses dynamic variants. That doesn't need anything else accounted for, does it?kennyadsl
Given Reed
04/19/2023, 1:41 PMGiven Reed
04/19/2023, 1:45 PMkennyadsl
Given Reed
04/19/2023, 1:56 PMkennyadsl
rails new test_store
cd test_store
bundle add solidus
bin/rails generate solidus:install
Given Reed
04/19/2023, 3:10 PMGiven Reed
04/19/2023, 3:11 PMkennyadsl