I have a webpage with a shopping cart with different items in PHP.
When buying from my shop, the script calculates the total, in my case $total. I didn't install any Paypal buttons, but I linked $total to my PayPal.me account. The buyer gets a mail with my paypal.me/my_username_at_paypal/$total, when clicked on it he will be redirect to paypal and can pay. Unfortunately he can only pay if he has a paypal account. Some clients don't want to open a paypal account and cancel the order.
My question is: is there a way to automatically link my shopping cart to paypal without installing a paypal shopping cart?
Any tips, hints?