Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

AspEmail question

Posted 06 Feb 2002 21:26:51
1
has voted
06 Feb 2002 21:26:51 Vivian Eersels posted:
I receive an email with the order:

NAAM: Eersels
VOORNAAM: Vivian
EMAIL:
ADRES: 22
POSTCODE + PLAATS: 2222
LAND: BE
TITEL: Lakentjes
ProductID: 53
PRIJS: 3.72
TOTAAL: 9.92



Ok, I want that these lines repeat: (Number of items ordered)

TITEL: Lakentjes
ProductID: 53
PRIJS: 3.72

This is the code:

"TITEL: " & cstr(CustomerOrderRS.Fields.Item("Colour") & Chr(13) & Chr(10)
&_
"ProductID: " & cstr(CustomerOrderRS.Fields.Item("ProductID") & Chr(13) &
Chr(10) &_
"PRIJS: " & cstr(CustomerOrderRS.Fields.Item("UnitPrice")& Chr(13) &
Chr(10) &_

How can I do that?

Reply to this topic