Ying Ho
Ying Ho

Reputation: 3

Shipping Methods empty?

I have set two shipping method that use flatrate (using CATEGORY_REQUIREMENT_MATCH_ANY) and checked the code in MethodsResolver->getSupportedMethods and it returns the two shipping methods. I just can't see them in the frontend at http://sylius.dev/app_dev.php/checkout/shipping and don't know whats wrong. Can someone please help?

Upvotes: 0

Views: 524

Answers (1)

nakashu
nakashu

Reputation: 1068

I suggest it would be one of these:

shipping methods are not enabled in your channel

  • check in your administration channel settings administration/channels
  • see if you have chosen shipping method for your web/frontend chanel. enter image description here

shipping methods have zone restrictions

  • check in you shipping method configuration, if you don't have it allowed only for specific county/zone
  • also check if you don't have shipping category set with for those methods.

products have zone or shipping category restriction

  • check if product(s) that you have added, are not restricted by zone or shipping category
  • this can be set on editation of each product in administration.

try if same happens with demo.sylius.org

  • can you replicate the same behaviour on the demo page ?

Upvotes: 1

Related Questions