I am setting up AllAffiliatePro and want to develop external links to specific products. (using Actinic Business)
We are doing this on a test site www.mandrakepress.com
If we use a link (from any source) such as http://www.mandrakepress.com/acatalo...3.html#J0132-7 we find that Actinic puts the page to the bottom of the product i.e. the 'Add to Shopping Cart' button is at the top of the screen. [is this a bug?]
AllAffiliatePro LinkGenerator requires the input of the URL link stripped of the prefix (http://www.mandrakepress.com/) i.e acatalog/Catalogue_2004_Annuals_3.html#J0132-7 and from there it generates html to paste into a web-page as follows:-
<center><a
href="http://www.mandrakepress.com/cgi/affiliate/clickme.cgi?exec=Posthumous
Monkey&site=site1&fd=acatalog/Catalogue_2004_Annuals_3.html#J0132-7"
onMouseOver="message_show('http://www.mandrakepress.com/acatalog/Catalogue_2
004_Annuals_3.html#J0132-7'); return true;" onMouseOut="message_show('');
return true;">Buy this Book</a>
</center>
[PosthumousMonkey is a test affiliate name]
Any help or suggestions as to how we can write direct links to specific products would be most welcome.
thanks in advance
We are doing this on a test site www.mandrakepress.com
If we use a link (from any source) such as http://www.mandrakepress.com/acatalo...3.html#J0132-7 we find that Actinic puts the page to the bottom of the product i.e. the 'Add to Shopping Cart' button is at the top of the screen. [is this a bug?]
AllAffiliatePro LinkGenerator requires the input of the URL link stripped of the prefix (http://www.mandrakepress.com/) i.e acatalog/Catalogue_2004_Annuals_3.html#J0132-7 and from there it generates html to paste into a web-page as follows:-
<center><a
href="http://www.mandrakepress.com/cgi/affiliate/clickme.cgi?exec=Posthumous
Monkey&site=site1&fd=acatalog/Catalogue_2004_Annuals_3.html#J0132-7"
onMouseOver="message_show('http://www.mandrakepress.com/acatalog/Catalogue_2
004_Annuals_3.html#J0132-7'); return true;" onMouseOut="message_show('');
return true;">Buy this Book</a>
</center>
[PosthumousMonkey is a test affiliate name]
Any help or suggestions as to how we can write direct links to specific products would be most welcome.
thanks in advance
Comment