VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: icey on August 27, 2012, 14:47:53 PM

Title: shipping module issues?
Post by: icey on August 27, 2012, 14:47:53 PM
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
Title: Re: shipping module issues?
Post by: ivus on August 27, 2012, 15:28:54 PM
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.
Title: Re: shipping module issues?
Post by: Shadal on September 15, 2012, 23:09:30 PM
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)
Title: Re: shipping module issues?
Post by: ivus on September 17, 2012, 04:30:38 AM
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]
Title: Re: shipping module issues?
Post by: Shadal on September 19, 2012, 22:40:28 PM
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.
Title: Re: shipping module issues?
Post by: bytelord on September 19, 2012, 23:28:06 PM
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