tgely Posted March 21, 2017 Posted March 21, 2017 Super Simple code: <a href="https://paypal.me/myaddress/<?= $order->info['currency'] . preg_replace("/[^0-9.,]/", '', $order->info['total']); ?>" target="_blank"><?= BUTTON_PAYPAL_ME; ?></a> Language dependencies: define('BUTTON_PAYPAL_ME', 'Pay with Paypal <i class="fa fa-paypal" aria-hidden="true"></i>'); Text email SS PP code: echo 'https://paypal.me/myaddress/' . $order['currency'] . $orders_total['ot_total']['value'] . ' (Pay with PayPal.me)'; myaddress= https://paypal.me/grab :D cupidare 1 Quote osCommerce based shop owner with minimal design and focused on background works. When the less is more.Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store.
♥John W Posted March 21, 2017 Posted March 21, 2017 Are you thinking about having that like a check/money order module? Quote I'm not really a dog.
tgely Posted March 21, 2017 Author Posted March 21, 2017 I hope @@Harald Ponce de Leon will add into PP app. Quote osCommerce based shop owner with minimal design and focused on background works. When the less is more.Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store.
René H4 Posted May 23, 2018 Posted May 23, 2018 On 21-3-2017 at 12:32 PM, tgely said: Could you please give us some explanation of this code? I have tried to get the code into the conformation mail, but I can't get it to work. All I would need it the order amount in the paypal.me/mysite link. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.