HerrZ Posted October 9, 2009 Share Posted October 9, 2009 hello, someone know how to stop the payment reminder email for a special payment like direct debit? my idea is using the hook DailyCronJob an if Paymentmethod==directdebit ... any other solutions? regards 0 Quote Link to comment Share on other sites More sharing options...
Eduardo G. Posted January 19, 2010 Share Posted January 19, 2010 Hi, HerrZ Did you get somewhere with this doubt? Please, let me know. 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted January 20, 2010 Author Share Posted January 20, 2010 not yet. it is still unsolved for me. Here the German Thread with the same idea/problem. -- Do you speak german? -- 0 Quote Link to comment Share on other sites More sharing options...
Eduardo G. Posted January 20, 2010 Share Posted January 20, 2010 Thanks for replying. I'm in contact with support but they don't think it's a bug, they say it's a problem with my custom gateway. As there's no f***ing documentation about gateways modules, I can do nothing. Of course it is a bug. If the customer chooses "direct debit" payment or "call-me-anyway-you-like" payment, they should NEVER receive an email about a credit card failure. I'm still hanging up for support answer 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted January 20, 2010 Author Share Posted January 20, 2010 actually its not a bug. the direct debit is an additional payment gateway, a feature. and if there is somebody who creates NEW addons he must look for the consequences. anyway there should be an option to deaktivate emailreminding for special payment gateways. 0 Quote Link to comment Share on other sites More sharing options...
Eduardo G. Posted January 20, 2010 Share Posted January 20, 2010 I don't fully agree with you. If we think in a bug as an unexpected behavior of the application, this is it, because you're creating a new payment gateway and it works like that is a credit card one. Anyway I can't be sure because all I know about gateway modules is what I've read in the forums, as theres no real documentation and everybody tries to to their best for a custom development. Malformed payment gateways are themself a consequence of a lack of documentation, but that's nor reason for unstopable emails generations, even when there are already two checkboxes to stop emails like this going on. I'll post again if I get an answer from support. 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted March 15, 2010 Author Share Posted March 15, 2010 any news on stopping payment reminder email for a special payment gateway? 0 Quote Link to comment Share on other sites More sharing options...
Eduardo G. Posted March 15, 2010 Share Posted March 15, 2010 Finally I edited my module file and set this: $GATEWAYMODULE['_mygateway_type'] = 'Invoices'; This way, id doesn't attempt to make online payment. Also I manually checked " Don't Send Overdue Emails" for clients using direct debit 0 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.