VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: veeco on December 20, 2012, 21:12:24 PM

Title: need help for plugin development : $cart vs $cart_prices
Post by: veeco on December 20, 2012, 21:12:24 PM
Hi guys, i work on my first payment plugin, i'm bit confuse about the parameter on checkConditions: $cart and $cart_prices
i think it little bit overlap since $cart_prices already include in $cart.

What the purpose of this 2 object ? why there are two instead of one ? i want to modify, which object should i modify ?

Thanks