Forums / General / how to get database input into a oderemail ?
Steffen Kamphoff
Thursday 02 February 2006 5:48:43 am
Hi all,
first at all, i have a userregisterform with a section for payment methods. you can choose and this will be written into the database / table = ezorders asa new xml tag ( <zahl>example</zahl>) in the data_text_1 field.
So for example a data_text_1 field contains this information :
<?xml version="1.0" encoding="UTF-8"?> <shop_account> <first-name>t</first-name> <last-name>e</last-name> <email>[email protected]</email> <street1>s</street1> <street2>t</street2> <zip>1</zip> <place>2</place> <state></state> <country>Deutschland</country> <comment></comment> <zahl>Vorkasse</zahl></shop_account>
My problem is how to get this input into the orderconfirmmail ?
Regards
bisk
Thursday 02 February 2006 11:53:44 am
It's not exactly clear to me what you're trying to do. But have you tried:
{$order.account_information.zahl}
------------------------------- http://www.kookfijn.nl & http://www.magento.be