Customizing the Order Page is just a matter of passing the correct parameters.
The following customizations are available on the Order Page:
Sort by price:
https://www.2checkout.com/2co/buyer/orderpage?sid=XXXXXX&sort=price&sort_order=asc
https://www.2checkout.com/2co/buyer/orderpage?sid=XXXXXX&sort=price&sort_order=desc
Sort by assigned product ID:
https://www.2checkout.com/2co/buyer/orderpage?sid=XXXXXX&sort=assigned_product_id&sort_order=asc
https://www.2checkout.com/2co/buyer/orderpage?sid=XXXXXX&sort=assigned_product_id&sort_order=desc
Displaying product images:
There is now a column for product images on the Order Page. Passing the “images” parameter with a value of “N” will remove the display of product images. value of “Y” will display them. “Y” is the default if the “images” parameter is not passed.
https://www.2checkout.com/2co/buyer/orderpage?sid=XXXXXX&images=Y
https://www.2checkout.com/2co/buyer/orderpage?sid=XXXXXX&images=N
Please note that you will need to replace “XXXXXX” with your own vendor ID.
Important Note: When you are testing parameters, please be certain to clear the cookies in your browser between tests to ensure the changes you have made are applied. For more information on clearing the cookies please click here.
Related Article: Uploading Product Images