Uploading vendor logos is very quick and simple with our new vendor admin (https://www.2checkout.com/va/login). First, please login to your vendor account through the new vendor admin and select “Images” found under the “Products” tab. Click on the “Add New Image” link on the right hand side of the page, then browse for the image you want to upload. Select the type of image you are uploading by clicking the drop down menu labeled image “Image Type” and click the “Submit Form” button. Now that you have uploaded the image to need to select it as your logo, to do this click on the “Account” tab and then click the “Site Management” sub-tab. On the right hand side of the page you will see a section labeled “Your Logos”, just below that click either “Purchase” or “Order Page”, depending which logo you would like to upload. Select your newly uploaded image by clicking on the image.
Uploading Order Page and Purchase Page logos
December 20th, 2007, by: knowledgebaseHow can I customize the appearance of the Order Page?
December 30th, 2006, by: knowledgebaseCustomizing the Order Page is just a matter of passing the correct parameters.
The first three customizations were available in V1:
https://www.2checkout.com/2co/buyer/orderpage?sid=XXXXXX&p1=1&p2=30
This link displays items 1 through 30 and this is why: p1=1&p2=30
https://www.2checkout.com/2co/buyer/orderpage?sid=XXXXXX&p1=31&p2=60
This link displays items 31 through 60 and this is why: p1=31&p2=60
https://www.2checkout.com/2co/buyer/orderpage?sid=XXXXXX&p3=1,2,5
This link means show product 1, 2 and 5 on the order form.
The following customizations are new to V2:
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. Your product images will appear here once they have been approved to appear in the Shopping Center. Passing the “images” parameter with a value of “N” will remove the display of product images. A 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.
Is there an Order Page for the V2 system?
December 30th, 2006, by: knowledgebaseThere is an order page in the V2 system that displays all of your products in a one page list format. To access this, replace the XXXXXX below with your 2CO vendor number.
How can I send my website visitors to a single page that displays all of my products?
December 30th, 2006, by: knowledgebaseFor vendors who have chosen to add products to our database, we provide you with the ability to link customers to a single page where they can view ALL of the products offered, and order from that page.
Simply link them to this page. Be sure to replace the SID shown with your numerical seller ID.