Hello Nixak,
Thanks for your answer 
Here's the info:
Their site is http://www.paguelofacil.com (Spanish only, it seems).
In their instructions, they tell you how to place a button and the corresponding link that sends you to their site.
The button is just a gif hosted at their site and impractical from an ecommerce point of view (I wouldn't like to add that gif to each product! Unless I can get it automated, that is
)
About the link:
The link is composed of three parameters:
CCLW: a mandatory string identifying the store
CMTN: optional. it shows the transaction amount. it should be formated showing two decimals and using a period as separator ie: 1234.56
CDSC: optional. this parameter sends the prodct description
The final link with all parameters looks like this (including the image):
Code:
<a href="https://secure.paguelofacil.com/LinkDeamon.cfm?CCLW=A7BFCAF7B672CCEFCD5E09A9CD5ADAC8FC32CF0FB3A5FAF08A7ADFD4389BA73B&CMTN=550.00&CDSC=A product description">
<img src="https://secure.paguelofacil.com/images/botones/BTComprarSquare.png" width="101" height="128" border="0" />
</a>
That's the info they provide in the pdf they gave me.
Thanks in advance,
Nugar
Bookmarks