Joomla 2.5
VM 2.6.x
I have the following weight_countries rules set up (.jpgs attached).
None seem to be working when I'm at the checkout
All products have the correct weight.
I have only one rule applied to all the products (dollar-deduction.jpg).
Result: no matter how many items are in the cart that, they all get a shipment cost of $10.00. This shouldn't be. If I have products in the cart that are 25lbs, it should have a Shipment Fee of $50.00 and not $10.00.
Any reason why the incorrect shipping is posting?
switch on the VM debug .. you will see the reason then
Attached is the debug info.
From what I gather, it says that "vmdebug checkConditions Shipping 10-50lbs does not fit Var1:". Why not? The product is 25lbs!
would assume because 25lb isn't am integer!
[customsforall_value_name] => 25lb
have u set the actual vm product weight to -> 25
VM Product weight is 1lb. I use Custom Fields to allow for additional weights of product options to be added.
a custom field will play no part in the conditions testing - how could it?
if the vm weight is 1 then vmdebug shipmentmethod Shipping 1-5lbs is true
if u want to use a custom field as a condition u need to hack the ship method