I am attempting to create a shop, when I create a shipping method it doesnt give me the option to use it during checkout, below is the info message I get
Info: weigth_countries _weightCond orderWeight:0 method->weight_start:0 method->weight_stop:100000 result:1
Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:0 method->nbproducts_stop:10000 result:1
weigth_countries _orderamountCond cart_amount:229 method->orderamount_start:0 method->orderamount_stop:10000 result:
weigth_countries _zipCond zip:0
Hi Icey,
weigth_countries _orderamountCond cart_amount:229 method->orderamount_start:0 method->orderamount_stop:10000 result:
weigth_countries _zipCond zip:0
These 2 conditions failed. NO Zip code defined and also the cart amount doesn't match your valid check. Perhaps check your shipping method setting.
I'm having the same type of problem...
Screenshots:
(http://i48.tinypic.com/2e0md12.png)
(http://i45.tinypic.com/2rr05si.png)
(http://i45.tinypic.com/nnnmmo.png)
Hi Shadal,
From your debug info. your checks are failing on method->orderamount_stop:10000 result:
Try adjusting your shipment config to have a NULL upper limit. If the field is blank, then the conditional statement won't be checked.
See attached image.
[attachment cleanup by admin]
Thanks Ivus, but nothing solved the errors ... I ended up doing a fresh J2.5.7 + VM2.0.10 installation .. It must have been something to do with having upgraded from previous version as this fresh install works as it should.
Hello,
This is not an error but debug information for admins. If you login in the FE with as a normal shopper that information will not shown up.
Notice that in the next release vmadmininfo will be removed. More information here:
http://forum.virtuemart.net/index.php?topic=106247.msg357983#msg357983
Different error messages caused by miss configuration or if you use any custom shipment plugin you didn't mention
Regards