Guest Posted July 4, 2008 Posted July 4, 2008 Is it possible to archive shipped orders so there is not hundreds of pages?
Guest Posted July 4, 2008 Posted July 4, 2008 There sure is CLICK ME! Aran Done Aran thanks for the link
Guest Posted July 4, 2008 Posted July 4, 2008 s where o.orders_status != 4 and o.orders_status = s.orders_status_id != 4 is the code in orders.php, 4= the orders_status_id for shipped Is it possible to have 2 codes archived?
Guest Posted July 4, 2008 Posted July 4, 2008 s where o.orders_status != 4 and o.orders_status = s.orders_status_id != 4 is the code in orders.php, 4= the orders_status_id for shipped Is it possible to have 2 codes archived? Figured it add and o.orders_status != 101 101 = 2nd code archived, in this case refunded so it looks like where o.orders_status != 4 and o.orders_status != 101 and o.orders_status = s.orders_status_id
Recommended Posts
Archived
This topic is now archived and is closed to further replies.