♥Ken_Shea 2 Posted June 20, 2020 Our Payment options are only by mail or PayPal. With PayPal there needs to be a notice that we only ship to buyers confirmed billing address and not to an alternate. It will be added to our 'shipping & Return' but many I am sure do not read that. I'm not sure where best to also put that and looking for your opinion/suggestions. Thanks Ken OSC v2.3.4.1 BS EDGE Ultimate SEO Share this post Link to post Share on other sites
burt 5,435 Posted June 20, 2020 In the email that goes out on an order confirmation ? And on the checkout_confirmation page? If you look at /includes/modules/moneyorder.php you will see it done without any extra core changes - if you set it up in the payment module correctly, it should just work... https://github.com/gburton/CE-Phoenix/blob/master/includes/modules/payment/moneyorder.php#L26 (for the email)https://github.com/gburton/CE-Phoenix/blob/master/includes/modules/payment/moneyorder.php#L31-L37 (for the page) Help shape the future of Phoenix; join the Phoenix Club Share this post Link to post Share on other sites
♥Ken_Shea 2 Posted June 20, 2020 Thanks Burt, afraid CE is not yet fully functional , nonetheless, I'll have a look at your suggestions for when it is. OSC v2.3.4.1 BS EDGE Ultimate SEO Share this post Link to post Share on other sites
burt 5,435 Posted June 21, 2020 Same idea can be used going all the way back standard 2.3.1 (if memory serves)... Help shape the future of Phoenix; join the Phoenix Club Share this post Link to post Share on other sites
♥ecartz 694 Posted June 21, 2020 Depending on why you want to show it, you might also put it in your conditions. As in, Must Agree Terms & Conditions. Messaging it from the payment module is best for letting the buyer know. But if you simply want them to be legally advised, that's what the terms and conditions does. Note that the payment module messaging dates back to Quote initial import for the osCommerce 2.x version; taken from the 2.2 MS2… … 20051113 release I.e. it is older than the osCommerce GitHub. Always back up before making changes. Share this post Link to post Share on other sites