View Single Post
  #1  
Old 02-24-2003, 09:30 AM
 
Toobular Toobular is offline
 

Newbie
  
Join Date: Nov 2002
Posts: 5
 

Default Modifying {$order.details} variable on product sale

Hi all,

I tried this in another forum possibly the wrong one so I will re-post here... Here goes. Any insight would be greatly appreciated!!

Currently it looks like in the administrative email that gets sent to notify us of orders that the CC information (we use manual processing) is displayed in a variable called {$order.detail}. This has the CC type, CC #, and CC expiration date all in one variable. In order to help integrate this email with our management system, we need to seperate this out into three seperate variables. How can this be done? It would need to look something like this in the email that gets sent to the administrator:

CC Type: {$order.details.cctype}
CC Number: {$order.details.ccnumber}
CC Expiration: {$order.details.ccexpiration}

The reason for this is that we automatically capture emails that come into our billing email address and import customer information into a template that generates a confirmation email, adds the customer to our database, and then processes the credit card for us (instead of using a 3rd party gateway). Any ideas?

Thanks!
Reply With Quote