How to add attribute to order notification email from eCommerce??
Permalink
Anyone know how to add an attribute value to the order notification email from ecommerce?
I have an attribute with a name of "Item No." and a handle of "SKU". I want this to show up on the order notification email that we receive after a customer places the order.
I have tried this:
"Item No. " . $akHandle[$i]['SKU'] .
but it only adds the txt of Item No. but doesn't pull in any value.
Any help would be great!
K
I have an attribute with a name of "Item No." and a handle of "SKU". I want this to show up on the order notification email that we receive after a customer places the order.
I have tried this:
"Item No. " . $akHandle[$i]['SKU'] .
but it only adds the txt of Item No. but doesn't pull in any value.
Any help would be great!
K
I'd also like to know how to do this. Did you ever figure something out?
I would LOVE to know as well! :)
Yes, the link that 55webdesign posted is the solution I ended up going with and it's working great.