I'm trying to add a second and third line to the billing address since I am populating the address from existing data.
I've added the new field to "step 2", UpdateOrderProperties and teaCommerceSimple.js. I also added the code to the step 4 and step 6 xslt files.
The site is recognizing the extra lines and passing them through to the later steps with no problem, however once the order is complete, how do I know the extra information has saved? I've looked in the list of new/completed orders but can only see address line one.
Are the extra fields saved in the database and if so, is there any way I can display them to administrators once the order has been taken?
Good job so far. The information have been saved to the order. Now you just need to show them in the confirmation e-mail and the order view in the Tea Commerce section.
To do that go to the xslt's and find the two located in the teacommerce folder. You will need to change those as well.
Adding extra lines in the billing address.
I'm trying to add a second and third line to the billing address since I am populating the address from existing data.
I've added the new field to "step 2", UpdateOrderProperties and teaCommerceSimple.js. I also added the code to the step 4 and step 6 xslt files.
The site is recognizing the extra lines and passing them through to the later steps with no problem, however once the order is complete, how do I know the extra information has saved? I've looked in the list of new/completed orders but can only see address line one.
Are the extra fields saved in the database and if so, is there any way I can display them to administrators once the order has been taken?
Hi Pete,
Good job so far. The information have been saved to the order. Now you just need to show them in the confirmation e-mail and the order view in the Tea Commerce section.
To do that go to the xslt's and find the two located in the teacommerce folder. You will need to change those as well.
/Rune
Thanks for the quick reply. That worked great and solved my problem.
Pete
No problem. Hope your e-commerce is comming along nicely.
/Rune
is working on a reply...