Announcement

Collapse
No announcement yet.

Invoice line item subtotal variable with toolkit

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

    Invoice line item subtotal variable with toolkit

    I thought I had a snippet of code to extract the line item subtotal ( product * quantity purchased) on the invoice for detailed tracking but I can't find it now. Does anyone have an example?

    #2
    Re: Invoice line item subtotal variable with toolkit

    Since no one responded I can give you this hint using toolbelt. When used on the BASK or INVC page this item makes many other items available including item images and the attribute prompts.

    &mvt:item:Combined_Price; and &mvt:item:Combined_PriceF;

    <mvt:item name="ry_toolbelt" param="basketcombined" />

    Other than that you will have to loop through the outer and inner basket loops and sum the line item total yourself.
    Ray Yates
    "If I have seen further, it is by standing on the shoulders of giants."
    --- Sir Isaac Newton

    Comment

    Working...
    X