VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: matrix_jo on September 26, 2012, 11:06:41 AM

Title: Error in basket and shipment method
Post by: matrix_jo on September 26, 2012, 11:06:41 AM
Hello , recently I create an eshop with vm 2.0.10 anything looks ok except when we make an order and we are in the basket. It return this error

        Info: weigth_countries _weightCond orderWeight:0 method->weight_start:1000.000 method->weight_stop:2000.000 result:
        Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:1 method->nbproducts_stop:10000 result:1
        weigth_countries _orderamountCond cart_amount:59.04 method->orderamount_start:1 method->orderamount_stop:5000 result:
        weigth_countries _zipCond zip:12137
        Info: weigth_countries _weightCond orderWeight:0 method->weight_start:1000.000 method->weight_stop:2000.000 result:
        Info: weigth_countries _nbproductsCond nbproducts:1 method->nbproducts_start:1 method->nbproducts_stop:10000 result:1
        weigth_countries _orderamountCond cart_amount:59.04 method->orderamount_start:1 method->orderamount_stop:5000 result:
        weigth_countries _zipCond zip:12137

I do not what other settings to make. The store sell services so shipment method not required although the store demands a shipment method.How can this be fixed?Thank you very much.

Title: Re: Error in basket and shipment method
Post by: bytelord on September 26, 2012, 11:50:58 AM
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. http://forum.virtuemart.net/index.php?topic=106247.msg357983#msg357983

Note that in the next release vmadmininfo will be 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: Error in basket and shipment method
Post by: matrix_jo on September 26, 2012, 13:51:54 PM
Thank you very much so it is only show on me this is good .
Title: Re: Error in basket and shipment method
Post by: bytelord on September 26, 2012, 14:00:04 PM
Yes, appears only when you logon as an admin, test it by logon as a regular shopper. The above link shows you how you remove if you want (not necessary) but in the next vm 2.0.x release vmadminfino will be removed.

Regards