Shipping by weight - shipping options could not be loaded

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 yıl önce
Hi guys,
I hope you can help me to figure out the following issue.
My nopcommerce version is the latest one (3.80).
I have only one shipping method named Ground.
Only one Shipping rate computation methods (providers) is active: Shipping by weight
Following is its configuration:
Country: *  
State/ province: *
Zip: *  
Shipping method: Ground    
Data:

Order weight from: 0.00
Order weight to: 3.00
Additional fixed cost: 5.90
Rate per weight unit: 5.00
Lower weight limit: 0.00
Charge percentage (of subtotal): 0.00

In Shipping method restrictions I have unchecked only countries I want my shipping method available.

Anyway when I click on Estimate Shipping, I get the message: Shipping options could not be loaded.
In this specif scenario I have Sub-Total: €22.80 and the total weight of products in the cart is 0.25 Kgs.
Did I miss something?
Thanks for your help.
7 yıl önce
Did you try with nopcommerce default theme? I have just tested it is working.
7 yıl önce
[email protected] wrote:
Hi guys,
I hope you can help me to figure out the following issue.
My nopcommerce version is the latest one (3.80).
I have only one shipping method named Ground.
Only one Shipping rate computation methods (providers) is active: Shipping by weight
Following is its configuration:
Country: *  
State/ province: *
Zip: *  
Shipping method: Ground    
Data:

Order weight from: 0.00
Order weight to: 3.00
Additional fixed cost: 5.90
Rate per weight unit: 5.00
Lower weight limit: 0.00
Charge percentage (of subtotal): 0.00

In Shipping method restrictions I have unchecked only countries I want my shipping method available.

Anyway when I click on Estimate Shipping, I get the message: Shipping options could not be loaded.
In this specif scenario I have Sub-Total: €22.80 and the total weight of products in the cart is 0.25 Kgs.
Did I miss something?
Thanks for your help.


Which country are you trying to estimate shipping for?
You mentioned you have some restrictions. Most likely you are trying to estimate shipping for county your shipping method is not available for.
7 yıl önce
Mariann wrote:
Hi guys,
I hope you can help me to figure out the following issue.
My nopcommerce version is the latest one (3.80).
I have only one shipping method named Ground.
Only one Shipping rate computation methods (providers) is active: Shipping by weight
Following is its configuration:
Country: *  
State/ province: *
Zip: *  
Shipping method: Ground    
Data:

Order weight from: 0.00
Order weight to: 3.00
Additional fixed cost: 5.90
Rate per weight unit: 5.00
Lower weight limit: 0.00
Charge percentage (of subtotal): 0.00

In Shipping method restrictions I have unchecked only countries I want my shipping method available.

Anyway when I click on Estimate Shipping, I get the message: Shipping options could not be loaded.
In this specif scenario I have Sub-Total: €22.80 and the total weight of products in the cart is 0.25 Kgs.
Did I miss something?
Thanks for your help.

Which country are you trying to estimate shipping for?
You mentioned you have some restrictions. Most likely you are trying to estimate shipping for county your shipping method is not available for.




I'm trying Italy which is one of the country unchecked in the restrictions area.
Anyway I get that error on any other unchecked country.
7 yıl önce
sohel wrote:
Did you try with nopcommerce default theme? I have just tested it is working.


Yes I did, but the result is always the same.
Is there any other configuration I have to set?
7 yıl önce
Make sure that Shipping by weight method is active: Configuration -> Shipping -> Shipping provider: Is active grid column.
7 yıl önce
Mariann wrote:
Make sure that Shipping by weight method is active: Configuration -> Shipping -> Shipping provider: Is active grid column.


Just checked. Shipping by weight is the only provider active.
7 yıl önce
Any other idea?
I could debug it, do you know the entry point where I can put a break point?
7 yıl önce
fr@ncesco wrote:
Any other idea?

Is it just the estimate shipping function that doesn't work? i.e. if you proceed through the checkout process does it return some shipping options on the shipping method selection page?

Does the cart contain any shippable products?

You could try temporarily setting the "Order weight to:" field to a very high number (like 999999999) just to rule out any issues with weights/units.

fr@ncesco wrote:
I could debug it, do you know the entry point where I can put a break point?

Try the GetEstimateShipping method in the ShoppingCartController.
7 yıl önce
petemitch wrote:

Is it just the estimate shipping function that doesn't work? i.e. if you proceed through the checkout process does it return some shipping options on the shipping method selection page?

No it doesn't return any options, but the same error message

petemitch wrote:

Does the cart contain any shippable products?

Yes it does contain two products with shipping enabled

petemitch wrote:

You could try temporarily setting the "Order weight to:" field to a very high number (like 999999999) just to rule out any issues with weights/units.

I've just done it, but no changes.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.