Dan Pankau
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by Dan Pankau Sort by recent activity-
John - Out of curiosity, how did you resolve this?
-
Sure! To achieve this, we will use the xsl:if statement to check if the value of <xsl:value-of select="Customer/Summary/OrdersPlaced" /> is greater than 1. If the condition is true, we will displa...
-
You could try: <xsl:for-each select="//Shipment[Status = 'Processed']/Package"> <xsl:value-of select="Dimensions/Length" /><xsl:text>x</xsl:text> <xsl:value-of select="Dimension...
-
You could try this: <!-- Etsy Gift Message --> <xsl:for-each select="$order/Note[Visibility='Public']"> <xsl:if test="Text[contains(text(),'Gift Message:')]"> <xsl:value-of select="sub...