Zen Cart Logo
Forums / Managing Customers and Orders / Quick Re-order display.

Quick Re-order display.

Locked

Views: 642

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
12 Dec 2010, 3:56 AM
#1
dubnium avatar

dubnium

New Zenner

Join Date:
Jun 2010
Posts:
9
Plugin Contributions:
0

Quick Re-order display.

I've set an attribute 'Form #' which the custom can enter (set the value) in a text box when ordering.
I'd like to be able to show this value in the quick re-order instead of the current item name.

I know I need to change things in the following places;

order_history.php:
$orders_history_query = ***

and tpl_order_history.php:
$customer_orders[$i][' *** ']

how do I get the value for the new attribute (if it exist) from the db?