Customizing .aspx email confirmations

I would like to customize the email confirmations that automatically go out from our TNEW site. Ideally we would like to make it so that gift certificate numbers do not print out on the confirmation email when one is redeemed, but allow it to print the number for when one is purchased. Looking over the aspx file currently in use, the gift certificate table is built using a CartEmailData procedure called ReceiptGiftCertHTML. I'm currently playing around with building the html table right there in the aspx file and inserting some if/else statements to add conditions for when the gift certificate number will display, but I'm not certain if this will work, such as how CartEmailData object differentiates between a sale and a redemption. If anyone has any insight into accomplishing this or knows where I can find documentation on all the variations data objects available in aspx emails, that would be great. 

Parents
  • It's been far to long for me to provide any useful help with these, but be advised that this templating system as a whole will shortly be completely deprecated: it will become completely unavailable in version 16 (which I think is scheduled for late next year), so I'd consider that before investing too much time into it.  We're currently starting work with Tessitura Consulting to transition to "HTML Templates".

Reply
  • It's been far to long for me to provide any useful help with these, but be advised that this templating system as a whole will shortly be completely deprecated: it will become completely unavailable in version 16 (which I think is scheduled for late next year), so I'd consider that before investing too much time into it.  We're currently starting work with Tessitura Consulting to transition to "HTML Templates".

Children
  • I was aware that with the SOAP API being phased out so would ASPX emails, and I'm super excited about that because I love playing around with the HTML templates in Tessitura. We would wait, but we are implementing a special customization for this next semester, and allowing customers to view the gift certificate number on their confirmation would cause a lot of issues with this customization.