Popular Post sors Posted October 30, 2011 Posted October 30, 2011 Universal Payment Module is module for creating an unlimited payment methods count through the admin tab withouth programming skills. With the help of the Universal Payment Module you can create a new payment method is as simple as adding a new category in the catalog or a new page in the CMS.Download Oficial prestashop marketplace: http://addons.presta...ent-module.html Latest version for PrestaShop 1.4 from github: https://github.com/p...rchive/ps14.zip Latest version for PrestaShop 1.5 from github: https://github.com/p...hive/ps15.zip Latest version for PrestaShop 1.6 from github: https://github.com/p...hive/master.zip From russian site: http://prestalab.ru/...dul-oplaty.html If you download module from github, you must rename module folder to "universalpay" DescriptionThe module adds a new "Modules>Pay Systems" tab by which the creation and management of payment methods. When creating a new payment method you need to fill in the following fields: Name - the name of the method of payment will be displayed in the properties of order in the admin panel; Short description - the text displayed next to the logo, the list of payment systems in order; Show - whether to display the payment system in order Description - The text displayed when selecting this method of payment by the buyer. There may be instructions to transfer funds to your e-wallet, bank account for payment, or something else; Description succes - text after pressing confirmation button; Picture - the payment method logo that appears in the list of payment systems in order; Order state - order state after creating. Carriers - select carriers, the choice of which will be shown this method of payment. Features Creates an unlimited number of fully customizable methods of payment Allows you to bind to a payment to carrier Allows you to bind to a payment to customer group Allow to set order state after creating Confirmation button can be added on payment systems page (like Authorize.net AIM module) You can add additional fields to order and view its values in back office (https://www.prestashop.com/forums/topic/139475-modulefree-universal-payment-module/page-17?do=findComment&comment=1987779) It does not require programming skills. Changes v 2.4.0+ Added additional input fields values in Success description- Fixed uninstallv 2.3.1+ Updated russian translation- Fixed false errorv 2.3.0+ Added payments method setting for virtual/real products+ Fixed confirmation page breadcrumbs v 2.2.0 + Assigned cart rule to payment + Added multistore v 2.1.0 + Added AdvancedPaymentOptions hook + Added french translation v 2.0.0 + Added input fields before order confirmation + BugFix text after confirmation + Refractoring V 1.8+ rewritten to support PrestaShop 1.6+ text improvment+ %order_number% return order reference+ Removed translations, since they no longer are valid, many strings changed.v 1.7+ added success message displayed in order details page. you can remove it on Modules/Positions tab+ added user groups filter v 1.4+ carrier updating fixedv 1.3+ added confirmation button on payment systems pagev 1.2+ added payment success page+ added created order state 18 Share this post Link to post Share on other sites More sharing options...
domi77185 Posted October 30, 2011 Posted October 30, 2011 Warning: require_once(/donnees/www/prestatest14/classes/UniPaySystem.php) [function.require-once]: failed to open stream: No such file or directory in/donnees/www/prestatest14/classes/Module.php(551) : eval()'d code on line 2 Fatal error: require_once() [function.require]: Failed opening required '/donnees/www/prestatest14/classes/UniPaySystem.php' (include_path='.:/usr/share/php:/usr/share/pear') in /donnees/www/prestatest14/classes/Module.php(551) : eval()'d code on line 2 1 Share this post Link to post Share on other sites More sharing options...
sors Posted October 31, 2011 Posted October 31, 2011 Fixed Share this post Link to post Share on other sites More sharing options...
sors Posted July 4, 2012 Posted July 4, 2012 Module is now compatible with Prestashop 1.5. http://addons.prestashop.com/en/payments-gateways/5507-universal-payment-module.html Added ship2pay functionality. Share this post Link to post Share on other sites More sharing options...
sors Posted July 6, 2012 Posted July 6, 2012 Module from http://addons.prestashop.com/en/payments-gateways/5507-universal-payment-module.html only for prestashop 1.5. You can download module for prestashop 1.4 on this link http://prestalab.ru/upload/universalpay.zip Share this post Link to post Share on other sites More sharing options...
ACSS001 Posted July 6, 2012 Posted July 6, 2012 Thank you very much for this module. Share this post Link to post Share on other sites More sharing options...
Spadow Posted August 27, 2012 Posted August 27, 2012 downloadlink for universal payment module 1.4 is down. can you reupload this or anyone who got it can send me that module via pm? thanks Share this post Link to post Share on other sites More sharing options...
Spadow Posted September 1, 2012 Posted September 1, 2012 any help? Share this post Link to post Share on other sites More sharing options...
PatriceJV Posted September 1, 2012 Posted September 1, 2012 Here is the first version that I tested with 1.4.8.2 https://code.google.com/p/prestafiles/downloads/detail?name=universalpay.zip&can=2&q= Share this post Link to post Share on other sites More sharing options...
Spadow Posted September 5, 2012 Posted September 5, 2012 Cant use that addon. If i want to add a new payment method it says Tab can not be found Share this post Link to post Share on other sites More sharing options...
jamestaylor Posted September 14, 2012 Posted September 14, 2012 Thanks a lot for this beautiful module. But I would like to choose the status of an order for each payment method I add. Let me know if you can add this feature. It's working with the last version of prestashop 1.5 (the stable) Share this post Link to post Share on other sites More sharing options...
jamestaylor Posted September 14, 2012 Posted September 14, 2012 If you could add a configurable confirmation page. I want to say a configurable page after the user has confirmed his order. Thanks a lot !!! Share this post Link to post Share on other sites More sharing options...
archproject Posted September 20, 2012 Posted September 20, 2012 does this module work with 1.5.0.17? Share this post Link to post Share on other sites More sharing options...
jamestaylor Posted September 20, 2012 Posted September 20, 2012 Yes It's work with the 1.5 version of Prestashop. But i would like to see more option : like customization page after when i click on confirmation button / possibility to choose the status of the order for a payment option. Thanks again for a great module !!! Share this post Link to post Share on other sites More sharing options...
sors Posted October 12, 2012 Posted October 12, 2012 It is impossible because in controllers/front/OrderConfirmationController.php verify the equation of module name and payment name if ($order->payment != $module->displayName) Tools::redirect($redirectLink); If it is not equal then hook PaymentReturn is not work. Share this post Link to post Share on other sites More sharing options...
jamestaylor Posted October 12, 2012 Posted October 12, 2012 Ok thanks, Can you modify it just to open a div with the info payment ? Like the Authorize.net AIM module, the customer choose the payment module and a div hidden before just open with the confirm payment button. It will be very easy for the customer to confirm the order on the same page. I'm ready to pay for the change on this module and it will be an alternative to bankwire and check payment. Thanks for your help ! Share this post Link to post Share on other sites More sharing options...
nspinheiro Posted November 7, 2012 Posted November 7, 2012 Hi, This module is very interresting I would like to use it to create some exceptions on payments. I need it to, when the client chooses the payment, for it to recalculate the cart adding handling fees and then when the client confirms the order, it redirects for the actual payment, like paypal Is this possible? Share this post Link to post Share on other sites More sharing options...
sors Posted November 18, 2012 Posted November 18, 2012 Thanks a lot for this beautiful module. But I would like to choose the status of an order for each payment method I add. Let me know if you can add this feature. It's working with the last version of prestashop 1.5 (the stable) If you could add a configurable confirmation page. I want to say a configurable page after the user has confirmed his order. Thanks a lot !!! Version 1.2 Added order confirmation state Added order creating state setting After checking by technical this version will be avaible on addons.prestashop.com Now you can download it from github or my russian site. Share this post Link to post Share on other sites More sharing options...
jamestaylor Posted November 18, 2012 Posted November 18, 2012 Ok thanks, Can you modify it just to open a div with the info payment ? Like the Authorize.net AIM module, the customer choose the payment module and a div hidden before just open with the confirm payment button. It will be very easy for the customer to confirm the order on the same page. I'm ready to pay for the change on this module and it will be an alternative to bankwire and check payment. Thanks for your help ! 0145101451 Hi, Thank you for add the confirmation page and the option to choose the state of the order but I would like to know if you can add these options in this quote "have the same configuration as Authorize.net AIM module : a slide opened with intructions for payment and the confirm payment button" look at the authorize.net AIM module in the list of payment module When we choose this payment option we have the info on the same page : Share this post Link to post Share on other sites More sharing options...
sors Posted November 19, 2012 Posted November 19, 2012 Thank you for add the confirmation page and the option to choose the state of the order but I would like to know if you can add these options in this quote "have the same configuration as Authorize.net AIM module : a slide opened with intructions for payment and the confirm payment button" v 1.3 + added confirmation button on payment systems page https://github.com/prestalab/universalpay Share this post Link to post Share on other sites More sharing options...
camillo Posted November 19, 2012 Posted November 19, 2012 (edited) Ciao I'm writing from Italy, I know that there is not the italian translation (if you want i can help you) but with the PS 1.4.6.2 the 0.2 version don't want to work. Can you help me? Thank you in advance Mauro Edited November 19, 2012 by camillo (see edit history) Share this post Link to post Share on other sites More sharing options...
jamestaylor Posted November 19, 2012 Posted November 19, 2012 @Sors Thank you again, i'm gonna test it. I think you must put it in commercial version on the prestashop addons. It's a great module. Thanks again ! Share this post Link to post Share on other sites More sharing options...
camillo Posted November 19, 2012 Posted November 19, 2012 Ciao jamestaylor, please a question: you are using PS 1.5? Share this post Link to post Share on other sites More sharing options...
jamestaylor Posted November 19, 2012 Posted November 19, 2012 Yes I'm using PS 1.5 Share this post Link to post Share on other sites More sharing options...
camillo Posted November 19, 2012 Posted November 19, 2012 OK thank you; I'm trying to use the old version 0.2 on PS 1.4.6.2. but don't want work. When I want configure it exit the message" Impossible find tab" I don't know, I written to Sors but I've not receive an answer Probably I need to upgrade to PS 1.5. Share this post Link to post Share on other sites More sharing options...
jamestaylor Posted November 19, 2012 Posted November 19, 2012 I confirm this module works like a charm on PS 1.5. I'm gonna contribute to it to add translation automatic and ... Thx again Sors Share this post Link to post Share on other sites More sharing options...
camillo Posted November 19, 2012 Posted November 19, 2012 OK I'm happy for you; for me is a little problem to upgrade to PS 1.5 because I've some old modules that I don't know if work on the new version, more many translation that i don't know if I lost or not. If you o Sors need help for Italian trans. don't hesitate to ask me. Good work... Share this post Link to post Share on other sites More sharing options...
sadlyblue Posted November 19, 2012 Posted November 19, 2012 Hi, I have 2 stores, but not a multistore (in 2 seperately prestashop installations). Both are 1.5.2. In one, i was able to setup Universal payment systems like a charm. On the other, i has some bug... Everything goes well, untill i try it out and get to set 5 (choose payment) and none of them shows... Can anyone help, pls? I have tried reinstall the module, deleted the files and everything. But nothing, worked. Thanks Share this post Link to post Share on other sites More sharing options...
sors Posted November 20, 2012 Posted November 20, 2012 OK I'm happy for you; for me is a little problem to upgrade to PS 1.5 because I've some old modules that I don't know if work on the new version, more many translation that i don't know if I lost or not. If you o Sors need help for Italian trans. don't hesitate to ask me. Good work... If you have italian translation you can put it in this thread. Hi, I have 2 stores, but not a multistore (in 2 seperately prestashop installations). Both are 1.5.2. In one, i was able to setup Universal payment systems like a charm. On the other, i has some bug... Everything goes well, untill i try it out and get to set 5 (choose payment) and none of them shows... Can anyone help, pls? I have tried reinstall the module, deleted the files and everything. But nothing, worked. Thanks This can be a problem when the cache system (memcached of cachefs) is on. On Modules > Payment tab press save button on each section. On Modules > Pay Systems tab check Carriers selection on each paysytem method Share this post Link to post Share on other sites More sharing options...
camillo Posted November 20, 2012 Posted November 20, 2012 If you have italian translation you can put it in this thread. This can be a problem when the cache system (memcached of cachefs) is on. On Modules > Payment tab press save button on each section. On Modules > Pay Systems tab check Carriers selection on each paysytem method Yes I can do the translation, but starting from cirillic version is not possible. The english version don't have the phrases. Share this post Link to post Share on other sites More sharing options...
camillo Posted November 20, 2012 Posted November 20, 2012 Regarding the old version v0.2 for PS 1.4, I 've resolved the problems; befor installing UNIVERSALPAY module it's need to uninstall,temporary, the EMAILALERT module, after installed UNIVERSALPAY you can reinstall EMAILALERT. Now it's work. bye Share this post Link to post Share on other sites More sharing options...
sors Posted November 20, 2012 Posted November 20, 2012 Yes I can do the translation, but starting from cirillic version is not possible. The english version don't have the phrases. In back-office on Localization > Translations tab in Modify translations section select Installed modules translations option and press on italian flag. On next page find universalpay module and translate strings for it. Share this post Link to post Share on other sites More sharing options...
Marco9011 Posted November 20, 2012 Posted November 20, 2012 (edited) Hi all, I would say that there are other modules free of charge, for credit card. A free module for offline payment by credit card is as follows: URL (http://www.techietip...ent-module.html) Best Regards. Edited November 20, 2012 by Marco Baraldi (see edit history) Share this post Link to post Share on other sites More sharing options...
camillo Posted November 20, 2012 Posted November 20, 2012 In back-office on Localization > Translations tab in Modify translations section select Installed modules translations option and press on italian flag. On next page find universalpay module and translate strings for it. Dear Sors, I tried like you have written, but when save the translations PS don't take the changes; so I've made a traslation from cirillic by GOOGLE and I've done a it.php file. here following there is the code (important: this is the translation from the 0.2 version for old PS 1.4 if you need the translation for 1.3 version for PS 1.5 ask me) bye bye : <?php global $_MODULE; $_MODULE = array(); $_MODULE['<{universalpay}prestashop>adminunipaysystem_b718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_49ee3087348e8d44e1feda1917443987'] = 'Nome'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_c1069a480848e06782b81b8bea9c0c94'] = 'Breve descrizione'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_86754577897acfb25deb69039d49d9a7'] = 'Mostra'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_64970a544b7b856d22db4c2bc555c012'] = 'Sistemi di pagamento'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri non validi:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_dedd52c65ac18e756779c1a0ab637548'] = 'Breve descizione:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_6637b53a5820cef0817b7f2a2553bfc8'] = 'Mostra:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivo'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_b9f5c797ebbf55adccdd8539a65a0241'] = 'Disabilitato'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_d0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_461900b74731e07320ca79366df3e809'] = 'Immagine:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_3f8e67d2ef961f473f481b2da4d74f13'] = 'Carica il logo di pagamento dal tuo computer'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_c9cc8cce247e49bae79f15173ce97354'] = 'Salva'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_19f823c6453c2b1ffd09cb715214813d'] = 'Campi obbligatori'; $_MODULE['<{universalpay}prestashop>payment_execution_f1d3b424cd68795ecaa552883759aceb'] = 'Dettagli ordine'; $_MODULE['<{universalpay}prestashop>payment_execution_879f6b8877752685a966564d072f498f'] = 'Carrello.'; $_MODULE['<{universalpay}prestashop>payment_execution_e2867a925cba382f1436d1834bb52a1c'] = 'Importo totale del tuo ordine'; $_MODULE['<{universalpay}prestashop>payment_execution_0881a11f7af33bc1b43e437391129d66'] = 'Conferma ordine cliccando su\'Confermo il mio ordine\''; $_MODULE['<{universalpay}prestashop>payment_execution_569fd05bdafa1712c4f6be5b153b8418'] = 'Altri metodi di pagamento'; $_MODULE['<{universalpay}prestashop>payment_execution_46b9e3665f187c739c55983f757ccda0'] = 'Confermo il mio ordine'; $_MODULE['<{universalpay}prestashop>universalpay_6d38dff93844d839c18ff54b312d327b'] = 'Modulo di Pagamento Universale'; $_MODULE['<{universalpay}prestashop>universalpay_4135c7ed7be4a58bafe97bbc98c191e9'] = 'Crea un metodo di pagamento'; $_MODULE['<{universalpay}prestashop>universalpay_a82be0f551b8708bc08eb33cd9ded0cf'] = 'Informazioni'; $_MODULE['<{universalpay}prestashop>universalpay_34b6cd75171affba6957e308dcbd92be'] = 'Versione'; $_MODULE['<{universalpay}prestashop>universalpay_794df3791a8c800841516007427a2aa3'] = 'Licenza'; $_MODULE['<{universalpay}prestashop>universalpay_672caf27f5363dc833bda5099775e891'] = 'Developer'; $_MODULE['<{universalpay}prestashop>universalpay_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione'; $_MODULE['<{universalpay}prestashop>universalpay_e4a14cd4f30612b9a8ad8f6aa5887a6f'] = 'Moduli per PrestaShop'; $_MODULE['<{universalpay}prestashop>universalpay_254f642527b45bc260048e30704edb39'] = 'Impostazioni'; $_MODULE['<{universalpay}prestashop>universalpay_94ab57ecb6cd678b5a60cafb8d86dbc1'] = 'Aggiungi un metodo di pagamento su'; $_MODULE['<{universalpay}prestashop>universalpay_522fbb7b9cfeab6672777c23cc4eac8d'] = 'Scheda pagamenti> Sistemi di Pagamento tab'; Share this post Link to post Share on other sites More sharing options...
sors Posted November 20, 2012 Posted November 20, 2012 Regarding the old version v0.2 for PS 1.4, I 've resolved the problems; befor installing UNIVERSALPAY module it's need to uninstall,temporary, the EMAILALERT module, after installed UNIVERSALPAY you can reinstall EMAILALERT. Now it's work. bye New branch for version 1.4 https://github.com/prestalab/universalpay/archive/ps14.zip Uninstall old version before installing this version. Share this post Link to post Share on other sites More sharing options...
camillo Posted November 20, 2012 Posted November 20, 2012 New branch for version 1.4 https://github.com/p...rchive/ps14.zip Uninstall old version before installing this version. Ciao, you are great!! Thank you for new version for PS1.4. I hope i've done the translation it's good. As soon as possible I'll made the translation for UNIVERSALPAY 1.3V. so you can have more prestashop followers!! bye Share this post Link to post Share on other sites More sharing options...
camillo Posted November 20, 2012 Posted November 20, 2012 Hi all, I would say that there are other modules free of charge, for credit card. A free module for offline payment by credit card is as follows: URL (http://www.techietip...ent-module.html) Best Regards. Ciao thank you for the link. All free modules are good... bye Share this post Link to post Share on other sites More sharing options...
sadlyblue Posted November 20, 2012 Posted November 20, 2012 If you have italian translation you can put it in this thread. This can be a problem when the cache system (memcached of cachefs) is on. On Modules > Payment tab press save button on each section. On Modules > Pay Systems tab check Carriers selection on each paysytem method Thanks for the reply. I don't have any cache on. I solved it by unhooking from the displayPayment and hooking it again (at least i think it was this). One problem still. Everytime i mess with settings in any carrier, i have to go to paysystems and activate it again. Share this post Link to post Share on other sites More sharing options...
sors Posted November 21, 2012 Posted November 21, 2012 One problem still. Everytime i mess with settings in any carrier, i have to go to paysystems and activate it again. v 1.4 for PrestaShop 1.4 & 1.5 + carrier updating fixed For update module on PrestaShop 1.4 on Modules > Position tab add module to hook Carrier Update. In PrestaShop 1.5 module (after files replacing) will be updated automaticaly. Share this post Link to post Share on other sites More sharing options...
camillo Posted November 21, 2012 Posted November 21, 2012 (edited) v 1.4 for PrestaShop 1.4 & 1.5 + carrier updating fixed For update module on PrestaShop 1.4 on Modules > Position tab add module to hook Carrier Update. In PrestaShop 1.5 module (after files replacing) will be updated automaticaly. Ciao I tried to install and use the v1.3 version; I've look that using without your button 'CONFIRM THE ORDER',in the last screen 'ORDER SUMMARY' do not appear the prices (total amount), only appear the payment short description I've choosen, my eventually message and two button one 'I CONFIRM MY ORDER' and 'OTHER PAYMENT METHODS'. If I click on 'OTHER PAYMENT METHODS' (to came back) appear a message error with PAGE NOT FOUND. I've tried many things but all the time appear that message. Last night I've done the translation for italian version here following there is the code to past in it.php, bye: <?php global $_MODULE; $_MODULE = array(); $_MODULE['<{universalpay}prestashop>adminunipaysystem_b718adec73e04ce3ec720dd11a06a308'] = 'ID'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_8c2857a9ad1d8f31659e35e904e20fa6'] = 'Logo'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_49ee3087348e8d44e1feda1917443987'] = 'Nome'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_c1069a480848e06782b81b8bea9c0c94'] = 'Descrizione breve'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_86754577897acfb25deb69039d49d9a7'] = 'Mostra'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_f9c8caf36e4edd9019ad377a3e5913f9'] = 'Metodi di pagamento'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_4e140ba723a03baa6948340bf90e2ef6'] = 'Nome:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_6252c0f2c2ed83b7b06dfca86d4650bb'] = 'Caratteri non validi:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_6637b53a5820cef0817b7f2a2553bfc8'] = 'Mostra:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Attivo'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_b9f5c797ebbf55adccdd8539a65a0241'] = 'Disattivo'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_234078adec0a64008b6ae77653776cfa'] = 'Descrizione breve:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_a973d7208bb1ba1588ff414509cf7e4e'] = 'visualizzato nella pagina di scelta della modalità di pagamento.'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_d0042a700e9bdf79689d63ee6846dc0e'] = 'Descrizione messaggio al cliente:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_ccab7bfd5b0b1989d5475c9a1a5effb2'] = '%total% sarà sostituito con importo totale'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_446e070f627483565661f8a26b4f4849'] = 'Descrizione messaggio a transazione riuscita:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_70f76d85dea09b3c0bd1d0c3f8035c34'] = '%order_number% sarà sostituito con il numero fattura, %total% - sarà sostituito con importo totale.'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_461900b74731e07320ca79366df3e809'] = 'Immagine:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_3f8e67d2ef961f473f481b2da4d74f13'] = 'Carica il logo di pagamento dal tuo computer'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_4617d8d0a8639a14eb051de337cf5498'] = 'Stato ordine:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_6d448d81cdfb465c458a0f221bbef48d'] = 'Stato ordine dopo la creazione.'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_ab8cba13a061fe8d4a330bcc8d6b0175'] = 'Opzioni di spedizione:'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_14c5920c988429689db102b62fc72b2c'] = 'Tipi di spedizione da associare a questa modalità di pagamento'; $_MODULE['<{universalpay}prestashop>adminunipaysystem_38fb7d24e0d60a048f540ecb18e13376'] = 'Salva'; $_MODULE['<{universalpay}prestashop>universalpay_6d38dff93844d839c18ff54b312d327b'] = 'Modulo di pagamento universale'; $_MODULE['<{universalpay}prestashop>universalpay_4135c7ed7be4a58bafe97bbc98c191e9'] = 'Crea una modalità di pagamento'; $_MODULE['<{universalpay}prestashop>universalpay_c9cc8cce247e49bae79f15173ce97354'] = 'Salva'; $_MODULE['<{universalpay}prestashop>universalpay_f4f70727dc34561dfde1a3c529b6205c'] = 'Impostazioni'; $_MODULE['<{universalpay}prestashop>universalpay_94ab57ecb6cd678b5a60cafb8d86dbc1'] = 'Aggiungi una modalità di pagamento'; $_MODULE['<{universalpay}prestashop>universalpay_522fbb7b9cfeab6672777c23cc4eac8d'] = 'Scheda pagamenti> Metodi di pagamento'; $_MODULE['<{universalpay}prestashop>universalpay_a599c92bfe99c30fe14bee3a9ec90253'] = 'Pulsante di conferma'; $_MODULE['<{universalpay}prestashop>universalpay_1e942b304ac381c702b1e20c42a448ef'] = 'Pulsante di conferma nella lista delle modalità di pagamento'; $_MODULE['<{universalpay}prestashop>universalpay_00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Abilitato'; $_MODULE['<{universalpay}prestashop>universalpay_b9f5c797ebbf55adccdd8539a65a0241'] = 'Disabilitato'; $_MODULE['<{universalpay}prestashop>validation_e2b7dec8fa4b498156dfee6e4c84b156'] = 'Questa modalità di pagamento non è disponibile'; $_MODULE['<{universalpay}prestashop>form_a82be0f551b8708bc08eb33cd9ded0cf'] = 'Informazioni'; $_MODULE['<{universalpay}prestashop>form_34b6cd75171affba6957e308dcbd92be'] = 'Versione'; $_MODULE['<{universalpay}prestashop>form_794df3791a8c800841516007427a2aa3'] = 'Licenza'; $_MODULE['<{universalpay}prestashop>form_672caf27f5363dc833bda5099775e891'] = 'Developer'; $_MODULE['<{universalpay}prestashop>form_b5a7adde1af5c87d7fd797b6245c2a39'] = 'Descrizione'; $_MODULE['<{universalpay}prestashop>form_764a18c1d364a1eb563785d57137a945'] = 'Moduli e Templates per PrestaShop'; $_MODULE['<{universalpay}prestashop>payment_execution_f1d3b424cd68795ecaa552883759aceb'] = 'Riepilogo ordine'; $_MODULE['<{universalpay}prestashop>payment_execution_879f6b8877752685a966564d072f498f'] = 'Carrello.'; $_MODULE['<{universalpay}prestashop>payment_execution_0881a11f7af33bc1b43e437391129d66'] = 'Conferma ordine cliccando su \'Confermo il mio ordine\''; $_MODULE['<{universalpay}prestashop>payment_execution_46b9e3665f187c739c55983f757ccda0'] = 'Confermo il mio ordine'; $_MODULE['<{universalpay}prestashop>payment_execution_569fd05bdafa1712c4f6be5b153b8418'] = 'Altre modalità di pagamento'; $_MODULE['<{universalpay}prestashop>payment_0881a11f7af33bc1b43e437391129d66'] = 'Si prega di confermare ordine cliccando su \'Confermo il mio ordine\''; $_MODULE['<{universalpay}prestashop>payment_46b9e3665f187c739c55983f757ccda0'] = 'Confermo il mio ordine'; Edited November 22, 2012 by camillo (see edit history) Share this post Link to post Share on other sites More sharing options...
madxface Posted November 21, 2012 Posted November 21, 2012 I tried to install version for 1.4. After upload doesnt show in BO...any help? Share this post Link to post Share on other sites More sharing options...
camillo Posted November 22, 2012 Posted November 22, 2012 To install in right way, you must charge UNIVERSALPAY in to the modules folder of yuo PS shop by ftp (i've not charge from the BO). Remember to uninstal before the MAILALERT module temporary (can have coflict), after installed UNIVERSALPAY you can reinstall it. Remember to accord the permission to all files and folders of the module UNIVERSALPAY by ftp (I use 755) clicking on the folder with right click of the mouse. You will find the configuration tab (call Pay System) on the top of MODULES in the BO. Try it. Bye Share this post Link to post Share on other sites More sharing options...
sors Posted November 22, 2012 Posted November 22, 2012 Ciao I tried to install and use the v1.3 version; I've look that using without your button 'CONFIRM THE ORDER',in the last screen 'ORDER SUMMARY' do not appear the prices (total amount), only appear the payment short description I've choosen I do not understand. In the latest version all text replaced. Please add screenshots. added italian translation fixed 'OTHER PAYMENT METHODS' problem Share this post Link to post Share on other sites More sharing options...
camillo Posted November 22, 2012 Posted November 22, 2012 I do not understand. In the latest version all text replaced. Please add screenshots. added italian translation fixed 'OTHER PAYMENT METHODS' problem Ciao Sors, sorry for my english, I'm doing the screenshot to expalin well: 1) At the end of purchasing I arrive to this page (i've not set no text message, it was a payment test) http://imageshack.us/photo/my-images/844/scrshtuniversalpay1.jpg/ 2)If I want to change something before close the order and click on 'Altre modalità di pagamento' button this is the results http://imageshack.us/photo/my-images/204/scrshtuniversalpay2.jpg/ I really don't know what to do. An other problem but probably is something wrong on my prestashop installation is: I've made a new payment mode (to replacing the original bankwire already installed); the work it's very very fine but when I want to close the order cliking on 'Confermo il mio ordine' button PS don't go in the final page, it don't do nothing. I don't know because with other two payments done it's work. Also exist the problem with 'Altre modalità di pagamento' button. http://imageshack.us/photo/my-images/528/scrshtuniversalpay3.jpg/ Last thing if I use %total% it show the price of order I have to pay, but if I want refer to the number of order and put %order_number% does not apper the order number; probably is not the right word? I think your module is very strong, because we can do many payment methods include to replace the BANKWIRE, COD and so on having for each payment an appropriate delivery. Thank you in advance PS I hope that the Italian translation is good to put in the module. Share this post Link to post Share on other sites More sharing options...
sors Posted November 22, 2012 Posted November 22, 2012 'OTHER PAYMENT METHODS' problem already solved. After module update on Perfomance tab use smarty force recompile option. Order number not exists before order confirmation. Share this post Link to post Share on other sites More sharing options...
camillo Posted November 22, 2012 Posted November 22, 2012 Ciao Sors, I've tried to download the module from your shop, but it return me an error. bye Share this post Link to post Share on other sites More sharing options...
sors Posted November 22, 2012 Posted November 22, 2012 Ciao Sors, I've tried to download the module from your shop, but it return me an error. Module or my shop? Share this post Link to post Share on other sites More sharing options...
camillo Posted November 22, 2012 Posted November 22, 2012 (edited) Module or my shop? on My modules Edited November 22, 2012 by camillo (see edit history) Share this post Link to post Share on other sites More sharing options...
camillo Posted November 22, 2012 Posted November 22, 2012 Module or my shop? Have solved the site problems? Regarding the 1.4 version I've solved to download it. Bye Share this post Link to post Share on other sites More sharing options...
camillo Posted November 23, 2012 Posted November 23, 2012 Module or my shop? Ciao Sors, following my last post; The problem on your shop is on traslated google version, the cirillic version is ok but i don't understand nothing so i can't take the modules from there. Regarding the UNIVERSALPAY v1.4 I've download from your repository but is not working for PS1.4, so I've find the step of your modification still from repository and I've taken the code for some files and changed in mine to resolve the problem in 'OTHER PAYMENT METHODS' button. Now it's work but is not the v1.4 but an v1.3 a little bit modified. could you post the way to have the v1.4 for PS1.4? Thank's you one more time; I've also seen that the Italian translation is part of new one module version, so for the future you can ask me other translations. Bye Bye Share this post Link to post Share on other sites More sharing options...
mmomobis Posted November 23, 2012 Posted November 23, 2012 (edited) Hi, Fo hi valid my order in prestashop 1.5, i have blank page, look the screen, thanks, regards the problem is solved; but for i create payment with phone, the order is automatically payment accepted, have possibility options ? Edited November 23, 2012 by mmomobis (see edit history) Share this post Link to post Share on other sites More sharing options...
sors Posted November 26, 2012 Posted November 26, 2012 Hi, Fo hi valid my order in prestashop 1.5, i have blank page, look the screen, thanks, regards the problem is solved; but for i create payment with phone, the order is automatically payment accepted, have possibility options ? You can change default order status in the setting of payment system on Pay Systems tab Share this post Link to post Share on other sites More sharing options...
sadlyblue Posted November 26, 2012 Posted November 26, 2012 You can change default order status in the setting of payment system on Pay Systems tab Where? I can find any option to change the default order status... Also, on the confirmation page (the very last one to confirm the order) there's no left column. Is this a bug on this module or another unrelated? Thanks. Share this post Link to post Share on other sites More sharing options...
sadlyblue Posted November 26, 2012 Posted November 26, 2012 Another thing, when i place an order in the back office, it only show universal payment module, instead of the various options i already have. It would be so bad, but then the customer will see that method when he receives emails and when he checks his order history. Share this post Link to post Share on other sites More sharing options...
sors Posted November 27, 2012 Posted November 27, 2012 Where? I can find any option to change the default order status... Share this post Link to post Share on other sites More sharing options...
camillo Posted November 28, 2012 Posted November 28, 2012 Ciao Sors, I resolved the problem with translation of MODULES TRASLATIONS in the BO; it was a problem with the version of php.ini of my host, I changed the version from 5.3.18 to 5.2.17 and all problem with the translation modules is resolved. Now I want to ask you if is a bug of your module or is not possible to do ti, now I try to explain: I've done with your module a new version of BANWIRE payment mode, I want it so when a customer choose a delivery with advance payment, in the page of payment mode it's appear only the bankwire payment. I do it and in new bankwire payment I've set the status after order 'WAITING FOR THE PAYMENT BY BANWIRE' so PS send the email to the customer with my bank code, address and so on; it's work fine but the customer receive the email without the bank address, there is only i.e. {bankwire_owner}; I've not uninstalled the original BANKWIRE payment and I've put all my bank address but your module do not take this data. Have you an idea to do this?? Thank you very much in advance. Bye Share this post Link to post Share on other sites More sharing options...
sors Posted November 29, 2012 Posted November 29, 2012 You must add bank code, address and so on into mail template. Share this post Link to post Share on other sites More sharing options...
camillo Posted November 29, 2012 Posted November 29, 2012 You must add bank code, address and so on into mail template. Yes I've resolved to add the bank code, address.... it to the mail (MAIL FOLDER) of bankwire html; It's working; it's right? I have two questions: - Why when I want to change something to the courier tab I must disable UNIVERSALPAY (it's appear an error) and than when I've finish to do it, after I must to re-mark each delivery in each payment system? - if I make a payment system with UNIVERSALPAY and show it with another payment (i.e bankwire inside PS) there is a different of block misures showed; I've tried to look inside your module to change it but I'm not able; here following there is the screenshot: http://imageshack.us/photo/my-images/204/scrshtuniversalpaymisur.jpg/ Bye Share this post Link to post Share on other sites More sharing options...
originalusb Posted December 19, 2012 Posted December 19, 2012 First. GREAT module, I have been working with it several weeks on 1.5.2. I have the same problem that other user. I don´t see ORDER STATE. I reinstall module. I erase module. I install the new from hithub "universalpay-master" but it doesn´t appear on BackOffice when I search it (but it says it´s ok installed) I Install another time the original from prestashop addons (v1.0) but ORDER STATE, doesn´t appears Share this post Link to post Share on other sites More sharing options...
orenji88 Posted December 23, 2012 Posted December 23, 2012 hello, i'm using prestashop 1.5.2 i successfully uploaded the module, but i couldn't find the module in my list... where is it? Share this post Link to post Share on other sites More sharing options...
AppleEater Posted December 25, 2012 Posted December 25, 2012 In BO: Modules-> Pay Systems hello, i'm using prestashop 1.5.2 i successfully uploaded the module, but i couldn't find the module in my list... where is it? Share this post Link to post Share on other sites More sharing options...
originalusb Posted December 26, 2012 Posted December 26, 2012 I use 1.5.2 also and I have the same problem, as I explain before. The module isn´t on Modules-> Pay Systems Share this post Link to post Share on other sites More sharing options...
Koekedoe Posted January 3, 2013 Posted January 3, 2013 Same problem here. The module is installed perfectly, but it doesn't apear in the module list. Share this post Link to post Share on other sites More sharing options...
originalusb Posted January 3, 2013 Posted January 3, 2013 I found solution. you must go to your directory \modules and rename "universalpay-master" folder by "universalpay" Share this post Link to post Share on other sites More sharing options...
nspinheiro Posted January 4, 2013 Posted January 4, 2013 Is it possible by any chance to config a down payment method? For example, the client has to pay 20% in advance and the rest when picks up the product? Share this post Link to post Share on other sites More sharing options...
nspinheiro Posted January 5, 2013 Posted January 5, 2013 I have one problem that i am not being able to sort out... i used this module to add two types of payment. When the client chooses method 1), the e-mail he receives confirming the order is correct, that i've personalized. When the client chooses method 2), he receives the same e-mail as method 1). How can i configure a difeferent automatic e-mail for each method? Share this post Link to post Share on other sites More sharing options...
nspinheiro Posted January 5, 2013 Posted January 5, 2013 Solved... i do not know why, i've instaled version 1.0. Solved on 1.5 Share this post Link to post Share on other sites More sharing options...
Pr1s2for Posted January 7, 2013 Posted January 7, 2013 Hello, i tried your module, but it seems doesn't work with TNT carrier module. When i checked the carrier box and save. Everythig seems ok. But when I go back in the box is unchecked? I tried v1.0 and v1.5 of this module Tnt module is in 1.8 version I using prestashop 1.5.0.17 and 1.5.2 Share this post Link to post Share on other sites More sharing options...
Porpoise Posted January 11, 2013 Posted January 11, 2013 I've installed the module but I can't seem to find where to put in all the necessary parameters for my payment provider (Merchant ID, Key, etc.) 1 Share this post Link to post Share on other sites More sharing options...
radomir Posted February 6, 2013 Posted February 6, 2013 Hello I have a issue with this module and the version 1.5.3 i make my configuration and i add the payment method but in the front i see this : No template found for module universalpay You have any idea about it ? Share this post Link to post Share on other sites More sharing options...
dimonas Posted February 9, 2013 Posted February 9, 2013 Version 1.2 Added order confirmation state Added order creating state setting After checking by technical this version will be avaible on addons.prestashop.com Now you can download it from github or my russian site. Hello, i have problem with description success > when i write %order_number% for me didint work, but this %total% work? i just need what the costomer can see hes order ID can anyone say code ? Share this post Link to post Share on other sites More sharing options...
AppleEater Posted February 9, 2013 Posted February 9, 2013 (edited) This text worked for me on PS 1.5.3.1: Invoice number: %order_number% Total amount: %total% Edited February 9, 2013 by AppleEater (see edit history) Share this post Link to post Share on other sites More sharing options...
dimonas Posted February 9, 2013 Posted February 9, 2013 This text worked for me on PS 1.5.3.1: Invoice number: %order_number% Total amount: %total% i am using 1.5.3.1 Share this post Link to post Share on other sites More sharing options...
AppleEater Posted February 9, 2013 Posted February 9, 2013 Are you using the latest version v1.5 ? Share this post Link to post Share on other sites More sharing options...
dimonas Posted February 9, 2013 Posted February 9, 2013 (edited) Are you using the latest version v1.5 ? Version: 1.0 License: OSL 3.0 Developer: ORS Description: PrestaLab.ru now i using 1.5 this module version but still code didint work :/ Edited February 9, 2013 by dimonas (see edit history) Share this post Link to post Share on other sites More sharing options...
sors Posted February 10, 2013 Posted February 10, 2013 Before order creating by "I confurm my order" button, order number does not exist You can use %order_number% variable in Description success field 1 Share this post Link to post Share on other sites More sharing options...
Recommended Posts