Ken_Shea Posted June 20, 2020 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
burt Posted June 20, 2020 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)
Ken_Shea Posted June 20, 2020 Author 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.
burt Posted June 21, 2020 Posted June 21, 2020 Same idea can be used going all the way back standard 2.3.1 (if memory serves)...
♥ecartz Posted June 21, 2020 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.