Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
The cart XSLT that return the cart returns no value for the @shippingTotal property. The price and the tax get return correctly but the shippingTotal is returned as 0.0. Am I missing something??
<xsl:value-of select="CommerceLibrary:FormatCurrency($cart/purchaseOrder/@shippingTotal)"/>
That is how I am trying to get the values
Hi Luyolo,
Do you run the basket pipeline after modifying the basket content? It's responsible for calculating the various totals (among other things).
Hi Soren.
It is working again. I am not sure what I changed. But it is working now.
Glad to hear that you got it working. Please don't hesitate to ask if it acts up again.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
@ShippingTotal property returns a null values
The cart XSLT that return the cart returns no value for the @shippingTotal property. The price and the tax get return correctly but the shippingTotal is returned as 0.0. Am I missing something??
<xsl:value-of select="CommerceLibrary:FormatCurrency($cart/purchaseOrder/@shippingTotal)"/>
That is how I am trying to get the values
Hi Luyolo,
Do you run the basket pipeline after modifying the basket content? It's responsible for calculating the various totals (among other things).
Hi Soren.
It is working again. I am not sure what I changed. But it is working now.
Glad to hear that you got it working. Please don't hesitate to ask if it acts up again.
is working on a reply...