
Dan Pankau
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Dan Pankau-
Dan Pankau commented,
John - Out of curiosity, how did you resolve this?
-
Dan Pankau commented,
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...
-
Dan Pankau commented,
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...
-
Dan Pankau commented,
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...
-
Dan Pankau created a post,
Show 3rd Party Billing Options tab on the "Scan-to-Ship" Screen!
The majority of our customers require shipping be billed to a 3rd party UPS account. It seems a simple & valuable update to have the "Billing" tab & options like "Bill shipment to third party acct"...