Code help

Comments

2 comments

  • Official comment
    Avatar
    Robert K.

    Hello Don,

    The following code should accomplish removing the last name as you are wanting:

    <tr>
    <td style="{$rowStyle}">
    <!-- Shared Snippet -->
    <xsl:call-template name="OrderNumber">
    <xsl:with-param name="order" select="." />
    </xsl:call-template>
    </td>
    <td style="{$rowStyle};"><xsl:value-of select="../../Store/StoreType/Name" /></td>
    <td style="{$rowStyle};"><xsl:value-of select="$shipments[1]/ServiceUsed" /></td>
    <td style="{$rowStyle}"><xsl:value-of select="Item/SKU" /></td>
    <td style="{$rowStyle}">$ <xsl:value-of select="format-number((..//Total), '#,##0.00')" /></td>
    <td style="{$rowStyle}">$ <xsl:value-of select="format-number((..//Shipment/TotalCharges), '#,##0.00')" /></td>
    <td style="{$rowStyle}"></td>
    </tr>

    Please let us know if you require assistance with implementing this modification. We would be happy to open a quick remote session to facilitate.

    Thank you,

    Robert K 

    ShipWorks | Technical Support Representative - Tier 2

    One Memorial Drive, 20th Floor, Saint Louis, MO  63102 

    ShipWorks.com | 800.952.7784

    Comment actions Permalink
  • Avatar
    Don Jenkins

    Perfect, thank you for your help

    0
    Comment actions Permalink

Please sign in to leave a comment.