Home > Item #118
I would like to receive the email from the site sorted by product ID or code number. Is this possible?
CactuShop sorts items throughout in the order they've been added to the basket by the user. This is inherent with how CactuShop is designed because it follows the item numbers stored in the cookie, in the order they appear.
To order by product ID, you would need to produce single query to pull out all the items in mailorder.asp, then order these within the SQL code.
This is a modification that could be done in one or two hours.