Hi all, i have created a button buy now with the paypal website, i set the hidden amount variable in the html code to the price of my product but when i tested my website to purchase the product, but the amount of the product still unset in the paypal website.
i used the code below :
Code:<input type="hidden" name="amount" value="19.00">
.
And thank you in advance.