VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: koolstuff on October 09, 2012, 19:30:15 PM

Title: Shipping Error
Post by: koolstuff on October 09, 2012, 19:30:15 PM
Hi i'm new to the forum so if this post is in the wrong category then I can move it,

I upgraded my version of VirtueMart from version 1 to version 2 and I have had problems but I have managed to solve them but this problem I cant seem to solve, I have created Shipping Methods which seem to work fine but when I add a product to the cart and click show cart I get a long list of errors shown below

QuoteInfo: weigth_countries _weightCond orderWeight:4.2456245832 method->weight_start: method->weight_stop: result:1
        Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:0 method->nbproducts_stop:0 result:1
        weigth_countries _orderamountCond cart_amount:9.58 method->orderamount_start:0 method->orderamount_stop:15 result:
        weigth_countries _zipCond zip:0
        Info: weigth_countries _weightCond orderWeight:4.2456245832 method->weight_start: method->weight_stop: result:1
        Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:0 method->nbproducts_stop:0 result:1
        weigth_countries _orderamountCond cart_amount:9.58 method->orderamount_start:14.99 method->orderamount_stop:50 result:
        weigth_countries _zipCond zip:0
        Info: weigth_countries _weightCond orderWeight:4.2456245832 method->weight_start: method->weight_stop: result:1
        Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:0 method->nbproducts_stop:0 result:1
        weigth_countries _orderamountCond cart_amount:9.58 method->orderamount_start:49.99 method->orderamount_stop:100 result:
        weigth_countries _zipCond zip:0
        Info: weigth_countries _weightCond orderWeight:4.2456245832 method->weight_start: method->weight_stop: result:1
        Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:0 method->nbproducts_stop:0 result:1
        weigth_countries _orderamountCond cart_amount:9.58 method->orderamount_start:99.99 method->orderamount_stop:150 result:
        weigth_countries _zipCond zip:0
        Info: weigth_countries _weightCond orderWeight:4.2456245832 method->weight_start: method->weight_stop: result:1
        Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:0 method->nbproducts_stop:0 result:1
        weigth_countries _orderamountCond cart_amount:9.58 method->orderamount_start:149.99 method->orderamount_stop:950 result:
        weigth_countries _zipCond zip:0
        Info: weigth_countries _weightCond orderWeight:4.2456245832 method->weight_start: method->weight_stop: result:1
        Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:0 method->nbproducts_stop:0 result:1
        weigth_countries _orderamountCond cart_amount:9.58 method->orderamount_start:0 method->orderamount_stop:15 result:
        weigth_countries _zipCond zip:0
        Info: weigth_countries _weightCond orderWeight:4.2456245832 method->weight_start: method->weight_stop: result:1
        Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:0 method->nbproducts_stop:0 result:1
        weigth_countries _orderamountCond cart_amount:9.58 method->orderamount_start:0 method->orderamount_stop:15 result:
        weigth_countries _zipCond zip:0


Its really confusing me and I would like to get it sorted ASAP as I am loosing money!

Hope I hear back from people soon :)

Regards
koolstuff
Title: Re: Shipping Error
Post by: bytelord on October 09, 2012, 19:52:09 PM
Hi,

These lines are debug information and are only showed when you are login in FE as a VM admin, its enabled only for administrators by default.
That produced from vmadmininfo.  You can disable them here: http://forum.virtuemart.net/index.php?topic=106247.msg357983#msg357983

Note that 2.0.12 release vmadmininfo has been removed.

So, this is not a bug, or miss configuration, or problem, is just debug information for admin users, if you login as a regular user these lines will not appear.

Regards
Title: Re: Shipping Error
Post by: koolstuff on October 09, 2012, 20:02:01 PM
Thank you :) I forgot to put in what version I am on which is 2.0.12 so I am surprised you say it is turned off by default but thank you anyway
Title: Re: Shipping Error
Post by: bytelord on October 09, 2012, 20:17:59 PM
Hi,

Strange if you are on 2.0.12, may be you have debug information on.
btw, did you resolve it?