News:

Looking for documentation? Take a look on our wiki

Main Menu

shipping module issues?

Started by icey, August 27, 2012, 14:47:53 PM

Previous topic - Next topic

icey

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

ivus

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.

Shadal

I'm having the same type of problem...

Screenshots:





ivus

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]

Shadal

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.

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!