Why the shipping service in my custom module does not shown on the checkout shipping pane?
Hi,
I am currently learning how to write my own module to support different shipping method/service.
Attached is a toy example that I am working on, and the problem is that:
Although the shipping service is listed on the configuration page :
admin/commerce/config/shipping/services
However, it is not picked up during the checkout process, and the checkout shipping pane shows:
"No shipping rate found for your order"
Any suggestions are very much appreciated!
Thanks.
Attachment | Size |
---|---|
commerce_shipping_test.zip | 1.11 KB |
Comments
I have figured this out. The
I have figured this out. The return type of my collect shipping rate callback should be Array, instead of a float value.
Thanks.
No shipping rates found for your order.
I am getting this error during checkout. I have implemented the shipping module and followed directions in the video. Any suggestions where to look. Where can I access the callback return type?