Search the Community
Showing results for tags 'hook_payment'.
-
Heyho, ich habe ein Problem,..wir sind derzeit dabei einen Onlineshop zu errichten, soweit klappt bisher alles recht gut, nun wollten wir bei der Auswahl der Zahlungsart die Breite des "buttons" Paypal anpassen, sodass dieser auch über die gesamte Breite geht. Leider finde ich nirgendwo die Stelle dies zu ändern. ich war nun in der Datei "order-payment-classic.tpl" und fand die Stelle <div id="HOOK_PAYMENT"> {$HOOK_PAYMENT} </div> nun müsste ich an den Inhalt von $HOOK_PAYMENT um dort <div class="col-xs-12 col-md-6"> zu <div class="col-xs-12 col-md-12"> zu änern. Kann mir jemand sagen, wie ich da ran komme? Liebe Grüße Kevin ps: der link zum shop: http://matratzen-point.de
-
Hi, I have paypal as my only payment method. When I get to the "Please choose your payment method" page the customer needs to select the paypal payment method. But it's just a paypal image, with a line of text that has the js link. (picture attached) It looks really ugly, and want to add a Pay Now / Order / Confirm button with the exact same js link. But I can't work out where I can edit this? The order-payment.tpl file has the HOOK_PAYMENT. But where is the code that defines this, so I can edit it? {if $opc}<div id="opc_payment_methods-content">{/if} <div id="HOOK_PAYMENT">{$HOOK_PAYMENT}</div> {if $opc}</div>{/if} I can see that the text "Pay with your card or your PayPal account" comes from paypal/translations.xml But what code defines the <p> and the <a href... link to the js? The source code generated is: <div id="HOOK_PAYMENT"> <p class="payment_module"> <a href="javascript:void(0)" onclick="$('#paypal_payment_form').submit();" id="paypal_process_payment" title="Pay with PayPal"> <img src="/modules/paypal/img/logos/GB_horizontal_solution_PP.gif" alt="Pay with your card or your PayPal account" height="48px" /> Pay with your card or your PayPal account </a> </p> I just want to change the whole HOOK_PAYMENT section of that page to be more customer friendly. Thanks in advance!! Simon
- 3 replies
-
- payment method
- paypal
-
(and 1 more)
Tagged with:
-
Buen dia gente Les comento que estoy trabajando con el order-payment.tpl y quisiera modificar la forma en que se generan los referentes modulos de pago, hasta ahora lo que he visto que llaman a una clase $HOOK_PAYMENT. Yo lo que queria saber donde se genera el codigo de HOOK_PAYMENT para poder ver y modificar un poco y de esta manera afectar a todos los modulos de pago y no realizar el cambio 1 por 1. Gracias
-
Hi, I am updating my shop with the prestashop version 1.5.4.1. I do not understand why on the mobile theme, it is only able to add "Paypal" module for the paymant step. On the older versions, it was no problem to have other payment modules for the mobile divices. On the other hand, I found this on the change log (http://www.prestashop.com/en/developers-versions/changelog/1.5.4.1) of this version: [-] Classes : Bug fix : Mobile hooks, check PayPal for payments only Could anyone help me about this problem? I have some module payments that are working fine with the normal theme, but when the user connects with the mobile device, then appears the message of: No payment modules have been installed. Thanks
- 1 reply
-
- Payment
- HOOK_PAYMENT
-
(and 1 more)
Tagged with: