Search found 2 matches
- Wed Apr 27, 2011 4:02 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Email "Receipt" help
- Replies: 2
- Views: 2450
Re: Email "Receipt" help
I'm sorry this has taken me so long, but currently the loop that is in the emails is: #foreach ( $payment in $payments ) $payment.PaymentMethodName $payment.ReferenceNumber #end Now, this does show multiple types of payments, but NOT gift certificates. How would I edit this to get those in there? wo...
- Wed Mar 23, 2011 2:51 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Email "Receipt" help
- Replies: 2
- Views: 2450
Email "Receipt" help
Hello, We're trying to customize our order confirmation email to display payments made and I'm trying to figure out how to get it to display gift certificates used to pay and the total. The default version includes the total without taking into account gift certificates. How would this be incorporat...