deacon470 Posted April 22, 2009 Posted April 22, 2009 When an order is placed, and an invoice generated, the products are listed in the order they were placed into the cart. To simplify order filling, I need them to appear in numerical order. How can I do this? Thank you very much Rick
masat Posted April 23, 2009 Posted April 23, 2009 I am thinking you may find your answer in class order.php. You might try adding an order by product_id to the $orders_products_query. This is only a stab in the dark so take every precaution BEFORE changing anything. I would start at admin->invoice.php and work from there. Hunt down the query that supplies that invoice. This is a good idea for order filling. Good Luck. How do you know when you know what you want to do for the rest of your life?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.