Spree gem checkout error, error "We are unable to calculate shipping rates for the selected items."

1

I am starting an ecommerce and use Spree as a gem

gem 'spree', '~> 3.2.0'
gem 'spree_auth_devise', '~> 3.2.0.beta'
gem 'spree_gateway', '~> 3.2.0.beta'

when wanting to make a payment I get this alert:

  

We are unable to calculate shipping rates for the selected items.

I started researching on google and followed several tips and nothing! later I came across this blog: link

I followed the steps that says which are

  • Create a Tax Category
  • Create Shipping Category
  • Associate the categories above with those of the product of the shopping cart

and in a message at the end of the blog says that I have to make a "stock location" which I already did, but I still get that error. any advice?

my data on the Spree checkout form

Customer E-Mail 
[email protected]

Billing Address
First Name* 
joel

Last Name* 
garcia

Street Address* 
Yanga

Street Address (cont'd) 
Las palmas 14

City* 
Tuxpam

Country* Mexico

State* Veracruz

Zip* 
93250

Phone* 
7628716233
    
asked by Alien Java 29.04.2017 в 02:28
source

1 answer

0

To be able to advance to the next step, make sure you have the following things entered:

  • Office area
  • Shipping Category
  • Method of dispatch (with the previous zone and the shipping category)
  • Product must have the same shipping category
  • Product with stock or marked as "backorderable"
answered by 06.10.2018 в 05:28