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 3 of 3

Thread: Autmotae Emailing Gift Cards

  1. #1
    jcohn1131 is offline Member
    Join Date
    Jan 2006
    Posts
    35

    Default Autmotae Emailing Gift Cards

    Version ML 7.1.0.0

    The client has manual go to the gift card page in admin and email the gift cards.

    How can we have ASPDNSF automatically email the gift cards.

    GiftCard.EmailProductTypeIDs = 101
    XmlPackage.EmailGiftCardNotification = notification.emailgiftcard.xml.config


    IN the manaul it says.
    Email gift certificates are the only type that is sent to the recipient automatically (once payment is collected). The email is generated by notification.emailgiftcard.xml.config, which can be customized. By default, customers receive a simple text notification of the receipt with a link to the store and the gift card serial number (which is automatically generated).

    Do we need to modify the XML Package: notification.emailgiftcard.xml.config

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    If your email is configured properly (see http://manual.aspdotnetstorefront.co...ail_setup.ashx), the email notification should be sent automatically. Note that as the manual says though, that'll be when payment is collected - when the order status changes to 'CAPTURED'. If store admins have to do that manually, the email won't go until then.

  3. #3
    jcohn1131 is offline Member
    Join Date
    Jan 2006
    Posts
    35

    Default Payment Processing

    This was happenning becuase the payments where first authorized then captured, as soon as the payment was manually captured, gift card was emailed.