ronnieb
09-09-2011, 09:25 AM
Hi
I am presently using opencart, and need to add a postcode / zipcode to the subject line that the admin gets (when an order is placed)
and the line is
213 $subject = sprintf($language->get('text_new_subject'), $order_info['store_name'], $order_id);I think the database wording is
payment_postcode
but Im guessing the correct variable will be somewhere in the file below
how do I do this
any help greatly appreciated
the script is attached as its to long to post
thanks
I am presently using opencart, and need to add a postcode / zipcode to the subject line that the admin gets (when an order is placed)
and the line is
213 $subject = sprintf($language->get('text_new_subject'), $order_info['store_name'], $order_id);I think the database wording is
payment_postcode
but Im guessing the correct variable will be somewhere in the file below
how do I do this
any help greatly appreciated
the script is attached as its to long to post
thanks