Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I get products to list in numerical order in invoice?


deacon470

Recommended Posts

Posted

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

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...