Hi,
I need to create a link for a PayPal button on the email order confirmation the customer receives. Also this total to be paid using PayPal must be multiplied to do the currency conversion as the currency on my website is not accepted by PayPal. The link I'll be using on the button is a PayPal.me.
For exemple if the total of the order is 48 then converting it to EUR would be 120€, so the link should do something like this:
href="http://PayPal.Me/DiaRusso/{total_paid}*2,50EUR"
Thanks for the help!