Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Company Name in Distributor E-Mail

  1. #1
    cksite is offline Senior Member
    Join Date
    Apr 2006
    Location
    Easthampton Massachusetts
    Posts
    125

    Default Company Name in Distributor E-Mail

    ML 8.0.1.2/8.0.1.2

    We are drop shipper, and have our cart configured to send order e-mails to the distributor. The shipping info section of that e-mail does not include the company name as part of the address. Can anyone tell us specifically how to add company name to the distributor e-mails?

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Sure. Open up the notification.distributor.xml.config ({root}/xmlpackages) and add the line below in the Shipping Info section.
    HTML Code:
    <xsl:value-of select="BillingCompany"/><br/>
    Should look like:
    HTML Code:
    <p><b>Shipping Info</b></p>
        <xsl:if test="/root/Order/OrderInfo/multiship=0">
        <xsl:value-of select="concat(ShippingFirstName, ' ', ShippingLastName)"/><br/>
        <xsl:value-of select="BillingCompany"/>