While products can be accessed via listing pages, some customers may want to generate specific corporate/landing pages,
with either new of a specific range of products, e.g we've updated this range, or these products will be on offer for the rest of the week.
This can be done by using the following code
<p><a class="btn btn-cart addtocartajax" href="javascript:void(0)" data-productid="11709" data-localize="Add to Basket" title="Add to Cart">Add to Cart</a></p>
This will generate a button like below
To link this to a product, you will need to update the data-productid="", every will have one of these generated when imported into the site, however it is not data available via product exports.
To get this code, go to admin > manage products > products, then clik edit on the product you'd like to link, the productid, will then be there in the link.