E.D. Posted March 7, 2013 Share Posted March 7, 2013 (edited) I tried rename everywhere: bankwire->bankwwire3. And its fine/work, but when I select the bankwire payment method, and then I ckick the 'I confirm my order' button, loading an error page. (~"the url not find") But, If I modify the \modules\bankwire3\controllers\front\validation.php file: print("a");exit; class Bankwire3ValidationModuleFrontController extends ModuleFrontController { Then print on the screen this: "a". Why? What am I doing wrong? bankwire version: 0.5 PrestaShop version: 1.5.2.0 bankwire-original.zip bankwire3.zip Edited March 13, 2013 by E.D. (see edit history) 1 Link to comment Share on other sites More sharing options...
Radu Posted March 7, 2013 Share Posted March 7, 2013 At the first glance I don't see an issue, what url do you try to access when it's stated not found? Can I try on your website directly? Link to comment Share on other sites More sharing options...
E.D. Posted March 7, 2013 Author Share Posted March 7, 2013 The page is currently is under construction. I sended to you the url and the password in private message. Thank You for help!!! Link to comment Share on other sites More sharing options...
Radu Posted March 7, 2013 Share Posted March 7, 2013 I tested and the final page is empty, maybe you have an error? do you have the shop in dev mode? config/defines.inc.php , define('_PS_MODE_DEV_', true);? 1 Link to comment Share on other sites More sharing options...
E.D. Posted March 7, 2013 Author Share Posted March 7, 2013 I switched now: true. Link to comment Share on other sites More sharing options...
E.D. Posted March 7, 2013 Author Share Posted March 7, 2013 Solved: I added a new row into the ps_configuration table: 319 NULL NULL PS_OS_BANKWIRE3 10 0000-00-00 00:00:00 0000-00-00 00:00:00 Link to comment Share on other sites More sharing options...
Radu Posted March 7, 2013 Share Posted March 7, 2013 Great, how did you found it? the variable should have been there once you installed the new module Link to comment Share on other sites More sharing options...
Mary Brezden Posted April 4, 2013 Share Posted April 4, 2013 Solved: I added a new row into the ps_configuration table: 319 NULL NULL PS_OS_BANKWIRE3 10 0000-00-00 00:00:00 0000-00-00 00:00:00 Hi! Where can I found de Route to put this table? Thanks! Link to comment Share on other sites More sharing options...
E.D. Posted April 10, 2013 Author Share Posted April 10, 2013 Dtheater: in the databese Link to comment Share on other sites More sharing options...
taoufiqaitali Posted June 12, 2013 Share Posted June 12, 2013 Hi can you tell us about the changement that you have done in the module to clone it? i need to clone it with a diferent name Link to comment Share on other sites More sharing options...
mouse1 Posted October 15, 2013 Share Posted October 15, 2013 (edited) Hi everyone. Thank you for sharing this module, it's a nice clone, it works fine. However, I'm struggling with an e-mail issue. Bankwire3 module sends e-mails based on bankwire.html instead of bankwire3.html (files from mails folder). Would anyone know what should be changed so that bankwire sends bankwire.html and bankwire3 sends bankwire3.html? Thank you. Jana SOLVED: Sorry, it wasn't really the module causing the problem. :-) Before adding new row in ps_configuration from post No. 6 above, create a new bankwire3 e-mail template (/mails folder in your prestashop root). Then go to your order statutes in BO and create a new bankwire3 status + assign your new bankwire3 template to this status (dropdown box with e-mails appears after checking "Send e-mail to customer"). Go to order statuses list and remember the ID of your newly created bankwire3 status. Then go to your database and add that line from post No. 6, BUT instead of value 10 use the ID of your status (33 in my case for example). Hope this helps someone. Edited October 15, 2013 by mouse1 (see edit history) 4 Link to comment Share on other sites More sharing options...
jjuano83 Posted October 15, 2015 Share Posted October 15, 2015 Someone can tell me how to set this module as the original one. (width and heigth) and the arrow. Thank you Link to comment Share on other sites More sharing options...
caygri Posted December 16, 2015 Share Posted December 16, 2015 it's possible update to 1.6.0 and upper version? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now