Many of our suppliers have asked if they can customize their Plug and Play purchase links. This article will demonstrate an easy way to do so.
Below is an example of part of an HTML Snippet we may provide. This snippet can be found in the ‘Set Up Products’ section of your account by clicking the ‘HTML’ link for the appropriate product:
<a href="https://www.2checkout.com/2co/buyer/purchase?sid=11&quantity=1&product_id=4"> PRODUCT NAME </a>
Once a supplier has copy and pasted this auto-generated code into their site, it will appear like this to a web browser:
Using the auto-generated code as a starting point, we can simply remove the link text and replace it with the HTML code for an image:
<a href="https://www.2checkout.com/2co/buyer/purchase?sid=11&quantity=1&product_id=4"><img src="XXXXXX” alt=”PRODUCT NAME”></a>
Please make sure that you replace “XXXXXX” with a link to the desired purchase image hosted on your site, “PRODUCT NAME” with your actual product name or other appropriate text and “11″ with your own 2CO supplier ID.
