Ok, So I've tried to look everywhere on google but I wasn't able to find a good tutorial on how to create a "pay (buy) now" button with Moneybookers. This is the link on Moneybookers where I believe I can do such thing: http://www.moneybookers.com/app/help.pl?s=m_tools However, there is no option to put the price for the item, the item number, the item title (just like with paypal),... The only option I have is to cut and paste the html code of the button (linking to the homepage of moneybookers) into my website. Am I doing somethign wrong?
You need to edit the html - it clearly states this in the code: Like to change price check this line: <input type="hidden" name="amount" value="ENTER_PAYMENT_AMOUNT_(EXAMPLE:39.60)"> and replace ENTER_PAYMENT_AMOUNT_(EXAMPLE:39.60) with your desired amount.