Search the Community
Showing results for tags 'Bankwire'.
-
Hi friends, I'm following these 2 guides to clone bankwire module - http://rocinantesoftware.blogspot.com/2015/11/how-to-make-copy-of-prestashop-16-bank_2.html It's working but the last payment return screen is throwing 500 errors. So I enabled debug mode and this is what i got : https://pastebin.com/TKUgFsTb Screenshot - https://www.dropbox.com/s/4ple016u6r3h2q1/2019-02-09_13-49-48.png?dl=0 Then I managed to fix the validateorder error which is : 59. '{banktransfer_owner}' => Configuration::get('BANK_WIRE_OWNER'), 60. '{banktransfer_details}' => nl2br(Configuration::get('BANK_WIRE_DETAILS')), 61. '{banktransfer_address}' => nl2br(Configuration::get('BANK_WIRE_ADDRESS')) 62. ); 63. 64. $this->module->validateOrder($cart->id, Configuration::get('PS_OS_banktransfer'), $total, $this->module->displayName, NULL, $mailVars, (int)$currency->id, false, $customer->secure_key); 65. Tools::redirect('index.php?controller=order-confirmation&id_cart='.$cart->id.'&id_module='.$this->module->id.'&id_order='.$this->module->currentOrder.'&key='.$customer->secure_key); 66. } 67. } I changed PS_OS_banktransfer to PS_OS_BANKTRANSFER. then I didnt get any errors but upon completion it's not showing the full contents of my payment_return.tpl It's only showing this (screenshot) - https://www.dropbox.com/s/rkrszoie7eifocs/2019-02-09_13-43-47.png?dl=0 Any idea how can I clone this module without any errors? Thanks
-
Hola, soy nuevo por aquí y en PS también. Estoy empezando a trabajar con este CMS así que espero podamos aprender todos aquí. Resulta que el error es simplemente que a la hora de hacer un pedido y elegir el pago por transferencia bancaria el estado que se cambiaba automáticamente, ha dejado de hacerlo, tanto en el panel de administración (back-office) con en la cuenta del usuario (front-offiice). Se ve así (Back-office😞 Y así en mi perfil desde la tienda (Front office😞 Que ocurre: Resulta que al hacer esto, debería mandar dos correos, uno para la confirmación de compra (ese se envía sin problemas) y el otro con los datos del banco para la transferencia ( no se envía, solo se envía al cambiar el estado manualmente). Los correos funcionan bien, tengo un servidor SMTP y las plantillas con los datos bancarios, aparecen sin problema (cuando se envía manual), y en el panel de "Estados" de los pedidos, esta puesto para que envié el correo cuando se elija esta opción. Para mas pruebas instale PS ultima versión (1.7.8.5) y usando la web DEMO si funciona y hace los cambios automáticos y te manda los dos correos sin problemas. Entonces (revelaciones): Buscando y rebuscando, me doy cuenta que los productos que compro con esta opción de pago (banco) cuando las busco en las bases de datos (PHPAdmin), compruebo que tienen el ID de current_state 0 y debería estar en 10 (que es el estado de "en espera de pago por transferencia"), Entonces empiezo a pensar que el problema es posiblemente un modulo o algún hook (paymentRetur) que este mal, pero desactive todos los módulos no oficiales y sigue sin funcionar. Como ya se que me diréis que tengo que actualizar, ya lo he hecho (justo hoy) con el modulo " 1 click Upgrade". Y Con PS en la ultima versión y todos los módulos actualizados, tampoco funciona. Buscando y buscando, he visto que muchos directamente o creáis un modulo modificado o directamente modificáis el código php de algunas partes, entre ellas esta: Mail.php (nada) modules/ps_wirepayment/controller/front/validation.php (creo que es ahi, pero...) o buscando en los php de Orders...no consigo entender donde se le asigna el valor 0 en lugar de 10 y mandar el email. Respuestas de preguntas: PS-versión : 1.7.6.8 (mi Backup) 1.7.8.5 (la ultima, hoy mismo) PHP versión: 7.2.4 Aquí podéis ver algunos asuntos relacionados (antiguos la mayoría) que tienen un problema similar, pero no consigo dar con la "tecla". Asunto1: Asunto2 (le pasaba lo mismo que a mi): Asunto3: Asunto4: Muchas gracias de antemano, espero podamos buscar una solución aquí entre los interesados, cabe decir que solo llevo 2 años estudiando programación y llevo poco con PHP pero estoy aprendiendo bastante, he estado depurando el código para ver en que parte estoy pero aun es algo confuso para mi. Espero me podáis ayudar, ya llevo 1 semana con esto y estoy algo desesperadito. Por cierto, dato de vital importancia, todo esto es en localhost, no puedo hablar con mi hosting ni puedo pagar un modulo milagroso que lo arregla todo con un clic. Espero poder entender que falla y darle caza con vuestra ayuda. Un salu2.
- 3 replies
-
- wirepayment
- configuracion
-
(and 6 more)
Tagged with:
-
There seems to be an issue with bank wire module. Translations of the following strings are not available in the back office (other strings are available): I noticed this has been reported in the Italian forum before. Can somebody check this? Prestashop 1.7.3.0 ps_bankwire 2.0.4 Thank you in advance.
- 6 replies
-
- 2
-
-
-
- bankwire
- prestashop
-
(and 3 more)
Tagged with:
-
Hola! Alguien sabría como añadir los datos bancarios (banco, iban, dirección etcc) en la factura? Tengo un modulo de proforma que usa la misma plantilla .tpl que las facturas, supongo que si lo añado en una se verá en la otra?! Estos detalles deberían salir solo en caso de pago por transferencia bancaria. Muchas gracias
-
Bank wire option not coming in front end
vipul550 posted a topic in Configuring and using PrestaShop
I have updated my presta shop to 1.5.5 . i have installed pay u as one of my payment option but now i need to configure bank wire tooo with pay u option, in back end i can configure but that is not showing in front end. in front end when i go to checkout only pay u showing not bank wire . can anyone help ??? -
I am trying to modify the payment methods. I had successfully modify and change through translate module. (The Green Area) But I want to , 1. change the URL, want to replace "cheque" with something else on URL (the red circle) 2. add an image in the red box area. I tried to modify almost all files in (cheque, bank wire, cash on delivery) without success. FYI, I tried to install the Free Universal Payment Module without success. Nothing in module after I uploaded
-
- payment
- cash to delivery
-
(and 3 more)
Tagged with:
-
Hola, Tengo un problema con el módulo de transferencia bancaria. Cuando realizan una compra en mi tienda con este método de pago sólo se envía un correo de confirmación de pedido pero no se envía el correo con los datos bancarios para que puedan realizar la transferencia. He investigado y ya he generado el correo "bankwire" y configurado el módulo ps_wirepayment y sigue sin enviar el correo. En los correos del tema, no hay ningún módulo asociado a bankire. Lo muestro en la siguiente imagen. He reiniciado dicho módulo varias veces, cuando hago una prueba de correo me llega perfectamente. Tengo la versión 1.7.6.2 de Prestashop y el siguiente servidor. Alguna ayuda?
-
Hola buenas tarde comunidad, tengo un problema y es el siguiente, al proceder al pago si quiero retroceder a cualquiera de las opciones ya sea para cambiar el domicilio o loguear borra el carrito de compra y te saca de la cuenta y al momento de reloguear no guarda los carritos de compra, podrian ayudarme con eso?? muchas gracias.
-
Hello, I would like to change the description of the bank wire description from: Pay by bank wire (order process will be longer) Where do I find this text in Prestashop so that I am able to change this. (In Australia we tend not to use the term "bank wire", but rather direct bank deposit or bank transfer) Thanks for any assistance.
- 18 replies
-
When you order a product through bankwire, the order is correctly submitted to the backend but the customers gets a blank page in return (in some browsers it is HTPP 500 error) I turned on the debug mode to see the error messages. This is what I got back Fatal error: Uncaught exception 'ReflectionException' with message 'Class Swift_Transport_SimpleMailInvoker does not exist' in /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php:308 Stack trace: #0 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(308): ReflectionClass->__construct('Swift_Transport...') #1 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(322): Swift_DependencyContainer->_createNewInstance('transport.maili...') #2 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(114): Swift_DependencyContainer->_createSharedInstance('transport.maili...') #3 /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php(369): Swift_DependencyContainer->lookup('transport.maili...') #4 /xxxx.com/public_html/tools/swift/classes/Swift/De in /xxxx.com/public_html/tools/swift/classes/Swift/DependencyContainer.php on line 308 Does anyone know what I need to do to fix it? Thanks Harry
- 2 replies
-
- bankwire
- validation
-
(and 1 more)
Tagged with:
-
Prestashop 1.7 kopia modułu „Płatność Przelewem” ps_wirepayment (wcześniej bankwire) Dzień Dobry, dla shopu, który właśnie urządzam (PS 1.7.5.2, Standard Template) potrzebuję kopii modułu „Płatnośc Przelewem”. Dla wersji 1.6 znalazłem taką instrukcję: http://rocinantesoftware.blogspot.com/2015/11/how-to-make-copy-of-prestashop-16-bank_2.html Zrobiłem jak napisano w instrukcji oczywiście uwzględniając, że moduł nazywa się teraz „ps_wirepayment“ a nie „bankwire.“ Niestety nowo powstały moduł nie działa na 100 %. W panelu administracji moduł jest widoczny i można wprowadzić parametry. We FrontEnd klient może wybrać nowy rodzaj płatności i złożyć zamówienie. następujące rzeczy nie działają jednak jak należy 1) (To największy problem) Jako wzór emaila do klienta wysyłanego po zakupie brany jest plik pierwotnego modułu „bankwire.html“ zamiast nowo stworzonego pliku „banktransfer.html“ Czy ktoś wie, w którym miejscu modułu jest przypisane, z jakiego pliku brany jest wzór maila do klienta? . 2) Nie mogę przetłumaczyć angielskich textów tego modułu. W panelu do tłumaczenia modułów po wybraniu nowego modułu nie wyświetlają się pola do wpisywania tłumaczeń. Drugi problem mogę jakoś ominąć, dlatego będę szczególnie wdzięczny za wskazówki odnośnie punktu 1) Pozdrawiam Marian W.
- 1 reply
-
- ps_wirepayment
- bankwire
-
(and 2 more)
Tagged with:
-
Prestashop 1.7 Kopie (Klonen) des Banküberweisung Moduls ps_wirepayment (früher bankwire) Hallo, für ein shop, das ich gerade aufsetze (PS 1.7.5.2, Standard Template), brauche ich eine Kopie des Banküberweisung Moduls ps_wirepayment (früher bankwire). Dazu habe ich folgende Anleitung gefunden, allerdings ist sie für die Version 1.6 http://rocinantesoftware.blogspot.com/2015/11/how-to-make-copy-of-prestashop-16-bank_2.html So habe ich das auch gemacht (natürlich unter Berücksichtigung, dass das Modul jetzt „ps_wirepayment“ und nicht „bankwire“ heißt). Das neu erstellte Modul „ps_transferpayment“ funktioniert leider nicht zu 100 %. Es ist in BO als Modul sichtbar, man kann es als Zahlungsart konfigurieren, und die Parameter setzen. Im FrontEnd kann man es als Zahlungsart auswählen und Bestellung durchführen. An drei Stellen funktioniert es leider nicht richtig. 1.) (Für mich das größte Problem) Als Vorlage für die Email nach dem Kauf wird wie bei dem ursprünglichen Modul die Datei „bankwire.html“ statt der neu erstellten Datei „banktransfer.html“ genommen. Daher die Frage: An welcher Stelle im Modul wird gesetzt, welche Datei als Vorlage für die Email nach dem Kauf genommen wird? 2.) Ich kann die englischen Texte des Moduls nicht übersetzen. Im Übersetzungspanel im BO erscheinen beim Auswählen des neuen Moduls keine Felder für die Übersetzung. Version 1.7 hat vielleicht ein anders Konzept für Übersetzungen??? 3.) Im BO erscheint das neue Modul in „Modele Manager“ aber nicht unter „Zahlungsart/Zahlungsarten“. Aber unter „Zahlungsart/Voreinstellungen“ erscheint es als eine eingerichtete Zahlungsart und kann wie andre Zahlungsarten konfiguriert werden. Mit Problemen 2) und 3) kann ich leben, bzw. 2) kann ich umgehen daher wäre ich für Hinweise bzgl. Frage 1) besonders dankbar. Gruß Marian W.
- 4 replies
-
- bankwire
- ps_wirepayment
-
(and 3 more)
Tagged with:
-
Hallo allemaal, Bij de module "Bankimport" zit een e-mailbericht welke naar de klant gaat zodra deze een bestelling heeft geplaatst. Leidend voor de bankimport is de referentie, welke bestaat uit 9 hoofdletters. Voor onze boekhouding zou het een stuk fijner zijn als klanten ook het factuurnummer als omschrijving mee zouden geven bij de overboeking. Je zou zeggen is toch niet zo moeilijk............ Onderstaande gegevens tussen accolades worden gegenereerd en keurig getoond. De PDF-factuur wordt op hetzelfde moment klaargezet. Hoe genereer ik tevens het (voorhanden) factuurnummer op deze mail? BESTELLING {ORDER_NAME} Uw bestelling met referentie {order_name} is succesvol geplaatst en wordt verzonden na ontvangst en verwerking van uw betaling. U DIENT VIA EEN BANKOVERSCHRIJVING TE BETALEN. Gebruik hiervoor de volgende gegevens: Bedrag: {total_paid} Ten name van: {bankwire_owner} Rekeninggegevens: {bankwire_details} Bankgegevens: {bankwire_address}
- 7 replies
-
- bankoverschrijving
- bankwire
-
(and 2 more)
Tagged with:
-
Bonjour, Je suis actuellement sur Prestashop 1.6.1.3. J'ai un Presta configuré en multi-sites. J'avais déjà 2 boutiques et j'en ajoute une troisième. Le problème est que lorsque j'active les modules de virement bancaire et chèque, il m'affiche un message me disant : J'ai cherché sur internet (et je vais continuer même après avoir posté ce message) mais je n'ai malheureusement rien trouvé. La devise en Euro est bien créée puisqu'elle est reprise des deux autres sites ... J'ai regardé en BDD, apparemment la liaison entre la devise et la boutiques est bien faite dans la table ps_currency_shop . J'ai l'impression qu'il manque un lien de configuration ou je ne sais quoi permettant de faire la liaison entre les modules et la devise ... Du coup, les deux modules de paiement ne s'affichent pas lors du tunnel de commande. EDIT : J'ai réussi à lier la devise au module grâce à la table ps_module_currency, mais le moyen de paiement ne s'affiche toujours pas dans le tunnel de commande, je vais me concentrer la dessus maintenant. En sachant que le lien entre la boutique, les groupes de clients et le module sont bons (ps_module_group) Si vous avez des idées, je suis preneur N'hésitez pas si vous avez des questions Merci d'avance !!! Guillaume
-
Hallo zusammen Ich bin daran einen Shop einzurichten. Bei der Banküberweisung kommt bei der Bestellbestätigung der Text, dass der Betrag innert 7 Tagen bezahlt werden muss, danach wird sie Storniert. Wo kann diese Anzahl Tage eingestellt werden? Ich habe bereits bei den Einstellungen vom Bankwire Modul gesucht und bei den Übersetzungen. Allerdings finde ich den Text, welcher dort angezeigt wird nirgends in den ganzen Übersetzungen. Beste Grüsse Dexter
-
Hello, When I do order with bankwire and write message to order than I don't see messages in confirmation email and in BO aren't messages too. I see message in email and BO If I choose cash on delivery. I see message in database in ps_message. See attached images. I found this theme, but It's unresolved. http://forge.prestashop.com/browse/BOOM-4495 Thanks.
-
- order
- confirmation
-
(and 3 more)
Tagged with:
-
Hello! Please I have a big problem: The email sent when a customer pay by bankwire is without the bank data. The email displays the template fields instead of data (bankwire_owner, bankwire_details, bankwire_address). The fields in the module sections are set correct. Where is the issue? Using PS 1.7.1.1, ITALIAN language, ORGANIC_HOME theme. Thanks in advance.
-
Witam, czy jest możliwość zmiany pierwszego, automatycznego statusu zamówienia w bankwire (Oczekiwanie na płatność przelewem) ? Po akceptacji zamówienia przez klienta chciałbym, żeby status ten zmienił się na "Przygotowanie w toku". Chciałbym po prostu, aby klient płacił dopiero po skompletowaniu zamówienia. Presta 1.6.1.18 Pozdrawiam !
-
Hallo, Ich bin gerade dabei für einen Freund ein Projekt in PS 1.7.2.4 zu realisieren. Leider habe ich einen Bug im Checkout und komme nicht darauf woran es liegen könnte...Sogar im Debug Mode bekomme keine Fehler angezeigt. Nun zum Problem....Also wenn ich als Zahlungsweise paypal oder bankwire auswähle und auf bestellen klicke, passiert einfach nichts. Bestellung wird nicht erstellt, und es kommt keine Bestätigung, aber auch kein Fehler... Habe schon einiges versucht, aber noch immer den Fehler nicht gefunden. Einzig wenn ich mit Stripe/Sofort zahle geht die Bestellung durch. Hat wer eine Idee?? https://www.bolao-sports.com Liebe Grüße Christopher
-
-
Hi guys. Can any one help me? In bank wire module , when the customer choose bank wire for completing his payment. He will be directed to a page : bankwire payment When he clicks "I confirm my order" he will be directed to .../module/bankwire/validation when this error will be shown ! HTTP Error 500 The good news is that an email will be send to the customer showing the bank wire information and an order is created with the label : awaiting bank wire payment But I dont want my customer see this HTTP 500 error I think there is something wrong with validation.php !! a few days before, my bankwire worked correctly ! I dont know what is happend to it ! Can any one help me? My prestashop version is 1.5.3.1 and im using wampserver in win 7 as my server Furthermore I have tested this fix but it just will show a blank page instead of 500 Error in validation page ! http://forge.prestas...anel#issue-tabs
-
Olá! Estou recebendo este erro no carrinho ao confirmar a encomenda usando o modulo Desconto Bancário V0.9 - Itaú (transferência bancária) desenvolvido por 'trinkinho': Fatal error: Class 'bankwire_discount3validationModuleFrontController' not found in /home/user/public_html/classes/controller/Controller.php on line 134 Os dados da conta foram configurados no módulo. Alguma idéia do que pode ser? Obrigado!
-
Tengo un problema en mi tienda que cuando valido los datos de la transferencia bancaria, la siguiente página en cargar es una página de Prestashop con URL ../module/bankwire/validation con el siguiente lema "500 Server Error" y bajo dicho título el siguiente texto "Oops, something went wrong. Try to refresh this page or feel free to contact us if the problem persists." Aunque ponga error 500 en los logs del servidor no hay ninguna mención, con lo cual es algo que saca el propio Prestashop, pero no se a qué se puede deber. Al salir este error, el pedido no me guarda los datos del mismo, ni llega correo a nadie, ni cliente ni administrador. ¿Alguna idea de qué puede ser? Saludos!
- 3 replies
-
- server error
- validation
-
(and 1 more)
Tagged with: