Shaun Posted May 16, 2009 Share Posted May 16, 2009 This addon module allows you to update all the hosting accounts for an client to a new gateway. You also have the option of updating all open invoices as well. Perfect for when they call up and go "I want to pay by xyz now". This is a 100% free mod, so limited ticket support is available. It is encoded to protect my IP only. Screenshot attached. Source attached. PaymentMethodUpdate.zip 0 Quote Link to comment Share on other sites More sharing options...
neobug103 Posted May 16, 2009 Share Posted May 16, 2009 Thanks for the mod but does this mod help people who just want to change the payment method of many clients from one method to another? I need to change all clients that are using linkpoint and change them to authorize.net but at the same time I don't want to switch the people paying with paypal to authorize.net. Understand what I mean? 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted May 16, 2009 Author Share Posted May 16, 2009 Thanks for the mod but does this mod help people who just want to change the payment method of many clients from one method to another? I need to change all clients that are using linkpoint and change them to authorize.net but at the same time I don't want to switch the people paying with paypal to authorize.net. Understand what I mean? Thats just complicating the issue Update tblhosting set paymentmethod = 'authorize' where paymentmethod = 'linkpoint'; Update tbldomains set paymentmethod = 'authorize' where paymentmethod = 'linkpoint' If you also want Unpaid invoices Update tblhinvoices set paymentmethod = 'authorize' where paymentmethod = 'linkpoint' and `status` = 'Unpaid' Also make sure the authorize gateway is active etc 0 Quote Link to comment Share on other sites More sharing options...
eugenevdm Posted May 18, 2009 Share Posted May 18, 2009 I am struggling to get this working. 1. I get empty response, only this: "The purpose of this mod is so that your can update all accounts for a customer to a new gateway. Client :" 2. Does this update domains as well? 3. I don't get why it's encoded, must I add an IP in order to use the module? What does your IP have to do with the encoding? 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted May 18, 2009 Author Share Posted May 18, 2009 I am struggling to get this working. 1. I get empty response, only this: "The purpose of this mod is so that your can update all accounts for a customer to a new gateway. Client :" 2. Does this update domains as well? 3. I don't get why it's encoded, must I add an IP in order to use the module? What does your IP have to do with the encoding? No this does not do domains. It should im going to update it, infact ill do it now IP in this context means Intellectual Property, just the source code and how it does it. 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted May 18, 2009 Author Share Posted May 18, 2009 Version 2 Now includes domains option as well payment_method_updater.V2.zip 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted May 19, 2009 Author Share Posted May 19, 2009 This is for v4 only sorry. 0 Quote Link to comment Share on other sites More sharing options...
bdnero Posted May 22, 2009 Share Posted May 22, 2009 Does it possible to update all clients using specific payment method to new payment method? 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted May 22, 2009 Author Share Posted May 22, 2009 this will be coming out in a future version. should be out in the next couple of days 0 Quote Link to comment Share on other sites More sharing options...
bdnero Posted May 22, 2009 Share Posted May 22, 2009 Ok. Waiting for the update version. 0 Quote Link to comment Share on other sites More sharing options...
eugenevdm Posted May 22, 2009 Share Posted May 22, 2009 this will be coming out in a future version.should be out in the next couple of days Thanks Shaun for keeping up this indispensable custom module. 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted May 24, 2009 Author Share Posted May 24, 2009 Here is v2. It now has a Gateway -> Gateway option. Payment.Method.Updater.v2.0.zip 0 Quote Link to comment Share on other sites More sharing options...
bdnero Posted May 24, 2009 Share Posted May 24, 2009 Thank you. Will try this now. 0 Quote Link to comment Share on other sites More sharing options...
bdnero Posted May 24, 2009 Share Posted May 24, 2009 It seems not working. 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted May 24, 2009 Author Share Posted May 24, 2009 It seems not working. Can you please be a little more specific. There may be an error with the code. Are you getting an error or is it just not changing the accounts. 0 Quote Link to comment Share on other sites More sharing options...
eugenevdm Posted May 24, 2009 Share Posted May 24, 2009 It seems not working. Bdnero, you should really start using the forums properly. You could have combined your posts into one instead of two and on then at least provided a description of exactly "It seems not working". 0 Quote Link to comment Share on other sites More sharing options...
bdnero Posted May 24, 2009 Share Posted May 24, 2009 Its not changing anything. 0 Quote Link to comment Share on other sites More sharing options...
VicToMeyeZR Posted May 25, 2009 Share Posted May 25, 2009 It seems not working. Did you upload it in Binary? If its encoded you must do that 0 Quote Link to comment Share on other sites More sharing options...
bdnero Posted May 25, 2009 Share Posted May 25, 2009 Did you upload it in Binary? If its encoded you must do that Yes. I know that. 0 Quote Link to comment Share on other sites More sharing options...
Shaun Posted May 28, 2009 Author Share Posted May 28, 2009 This update contains the fix for the Bulk Move Payment.Update.v2.1.zip 0 Quote Link to comment Share on other sites More sharing options...
bdnero Posted May 28, 2009 Share Posted May 28, 2009 Thank you. Will try it now. 0 Quote Link to comment Share on other sites More sharing options...
codemaster2008 Posted March 4, 2011 Share Posted March 4, 2011 I could use it. Does anyone knows if it works with v4.4? 0 Quote Link to comment Share on other sites More sharing options...
pbnet Posted May 30, 2011 Share Posted May 30, 2011 I think it's great that you offer your work to help others. However, encoding it is asking people to trust a complete stranger. The fact that this code is dealing directly with the database and its function cannot be verified, to me it is a security risk that I for one would not accept. It could send all data to another location, cause damage, or who knows what else. I am not bashing you by any means... but considering you're giving this free, why not decode it so that people who use it can verify what it does. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted May 30, 2011 Share Posted May 30, 2011 Shaun is in no way a stranger to the forums, his work is of top quality and in no way would pose any type of security threat to your database nor to you. Encoding of the files is more to protect the work that is put into the mods as I have seen quite a few now that has been coppied and then re-sold. Aslo remember that Shaun offered this mod over 2 years ago. Maybe you should contact Shaun directly to discuss your issues about the mod. 0 Quote Link to comment Share on other sites More sharing options...
eugenevdm Posted May 30, 2011 Share Posted May 30, 2011 why not decode it so that people who use it can verify what it does. My guess is to protect intellectual property. 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.