The problem we are having is the following. an order is placed. for the products there are several attribute selection to make like quantity, paper color, ink color etc.
and then sometimes an uploaded logo and the customers infor to be printed on a business check or envelope.
Anyway when the order is placed the order goes across and it gets chraged properly but the email for the order returns non of the product info or attributes they selected.
It says they ordered "10,000 Teanas"
I belive the offending line is:
zen_draw_hidden_field('Orderstring', 'Teanas~' . date('YmdHis') . '~' . number_format($order->info['total'], 2, '', '') . '~1~Y||') .
Skipjack says the order strng is worng? My programmer and I have tried changing it over and over again but still nothing.
Here is a paste from the email:
Order Details:
Order:
Item: Teanas
Description: 20060427074229
Price: 12000
Quantity: 1
Then inside zencart we see the order but the client needs to have the email order to pass on to others employees.



