sarah1980 Posted February 25, 2006 Posted February 25, 2006 In checkout_success (the thank you for your order page) is there any way to display the customer's order number?
gscreations Posted February 25, 2006 Posted February 25, 2006 In checkout_success (the thank you for your order page) is there any way to display the customer's order number? in the standard layout, the order id is retrieved from db for compiling the notifications so add this to your page where you want the order id to appear: echo $orders['orders_id'];
boxtel Posted February 25, 2006 Posted February 25, 2006 in the standard layout, the order id is retrieved from db for compiling the notificationsso add this to your page where you want the order id to appear: echo $orders['orders_id']; that will only work if global product notifications is enabled. Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.