VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Grisu74 on September 24, 2012, 23:10:31 PM

Title: ERROR IN CART
Post by: Grisu74 on September 24, 2012, 23:10:31 PM
Hello everyone, this error occurs during the purchase process, how can I fix this?


Info: weigth_countries _weightCond orderWeight:0 method->weight_start: method->weight_stop: result:1Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:0 method->nbproducts_stop:0 result:1weigth_countries _orderamountCond cart_amount:114 method->orderamount_start:0 method->orderamount_stop:0 result:weigth_countries _zipCond zip:0Info: weigth_countries _weightCond orderWeight:0 method->weight_start: method->weight_stop: result:1Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:0 method->nbproducts_stop:0 result:1weigth_countries _orderamountCond cart_amount:114 method->orderamount_start:0 method->orderamount_stop:0 result:weigth_countries _zipCond zip:0
Title: Re: ERROR IN CART
Post by: bytelord on September 24, 2012, 23:28:19 PM
Hello,

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 function in the core.
Note that in the next release vmadmininfo will be removed.

If you want to remove them now, please follow that link:
http://forum.virtuemart.net/index.php?topic=106247.msg357983#msg357983

Regards