I am running this:
<MvDo file="../../lib/db.mvc" name="test5" value="{
Basket_SubTotal(session_id) }">
But it always returns 0. regardless of the basket contents (verified).
Running:
<MvDo file="../../lib/db.mvc" name="test5" value="{
Basket_Total(session_id) }">
Returns the basket charges, but NOT the basket products (ie - tax and
shipping).
Is there a different function in V4. compiled versus V3?
Bill
Comment