tgely Posted March 21, 2017 Share 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. Link to comment Share on other sites More sharing options...
burt Posted March 21, 2017 Share Posted March 21, 2017 $currencies->display_raw ;) Quote Link to comment Share on other sites More sharing options...
♥John W Posted March 21, 2017 Share Posted March 21, 2017 Are you thinking about having that like a check/money order module? Quote I'm not really a dog. Link to comment Share on other sites More sharing options...
tgely Posted March 21, 2017 Author Share 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. Link to comment Share on other sites More sharing options...
René H4 Posted May 23, 2018 Share 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 Link to comment Share on other sites More sharing options...
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.