Sort Order By Shipping Date

Hi all,

I am currently using CS Cart v2x.



Situation:

I am offering catering services and require customers to input their function date and timing on the check out page.



After an order was being received, I will like to view the orders number by function date in the order summary page.



Anyone has similar setup or solution to the above-mentioned?

I would probably just run a simple SQL statement in the database if you could.

Guessing you’re not a programmer… But the way to do this is to add a ‘get_orders’ hook in your my_changes addon and then adjust the $sorting parameter from there (conditional upon AREA == ‘A’). No change to standard files and no upgrade conflict.