email conferma ordine
Inviato: 15/10/2004, 12:38
Un cliente mi dice che ha verificato i dati nell’email di conferma e vedendo che c’erano i dati della società e i suoi dati mi ha dato forfait. Ho modificato ceckout_process così:
$email_order .= "\n" . EMAIL_TEXT_BILLING_ADDRESS . "\n" .
EMAIL_SEPARATOR . "\n" .
EMAIL_TEXT_PIVA . $order->billing['piva'] . "\n" .
EMAIL_TEXT_COMPANY . $order->billing['company'] . "\n" .
EMAIL_TEXT_STREET . $order->billing['street_address'] . "\n" .
EMAIL_TEXT_POSTCODE . $order->billing['postcode'] . "\n" .
EMAIL_TEXT_CITY . $order->billing['city'] . "\n" .
EMAIL_TEXT_STATE . $order->billing['state'] . "\n" .
EMAIL_TEXT_COUNTRY . $order->billing['country'] . "\n\n" ;
Però nell’email dell’ordine alla voce nazione mi dice:
Nazione: Array
Perché????
$email_order .= "\n" . EMAIL_TEXT_BILLING_ADDRESS . "\n" .
EMAIL_SEPARATOR . "\n" .
EMAIL_TEXT_PIVA . $order->billing['piva'] . "\n" .
EMAIL_TEXT_COMPANY . $order->billing['company'] . "\n" .
EMAIL_TEXT_STREET . $order->billing['street_address'] . "\n" .
EMAIL_TEXT_POSTCODE . $order->billing['postcode'] . "\n" .
EMAIL_TEXT_CITY . $order->billing['city'] . "\n" .
EMAIL_TEXT_STATE . $order->billing['state'] . "\n" .
EMAIL_TEXT_COUNTRY . $order->billing['country'] . "\n\n" ;
Però nell’email dell’ordine alla voce nazione mi dice:
Nazione: Array
Perché????