Announcement

Collapse
No announcement yet.

db.mvc question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    db.mvc question



    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




    #2
    db.mvc question



    Try "Basket_Subtotal(g.session_id)".

    Roger Ide

    -----Original Message-----
    From: [email protected]
    [mailto:[email protected]]On Behalf Of Bill Gilligan
    Sent: Monday, December 13, 2004 2:17 PM
    To: Miva Merchant Coders
    Subject: [mrc] db.mvc question


    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

    Working...
    X