Jump to content

Paypal Modul leitet nicht weiter


FILU

Recommended Posts

Hallo ihr,

 

benutze PS 1.6.0.9 und GC

 

Habe Probleme mit der Weiterleitung von Paypal. Jemand von Paypal hat mir die Lösung mitgeteilt. Dazu soll ich das entsprechende Template ändern. Welches Template könnte da gemeint sein?

Danke für die Hilfe.

 

Das hier soll die Lösung sein, unten von rot auf grün:

 

<form method="post" action="http://friclee.org/saltic/bestellen?step=4">
<div class="paiement_block">
<div id="HOOK_TOP_PAYMENT"></div>

<h3>Wähle eine Bezahlmethode</h3>
<div id="HOOK_PAYMENT">
<p class="payment_module">
<a href="http://friclee.org/saltic/module/bankwire/payment" title="Zahlung per Überweisung ">
<img src="/saltic/modules/bankwire/bankwire.jpg" alt="Zahlung per Überweisung " height="49" width="86">
Zahlung per Überweisung  <span>(Bearbeitung dauert länger)</span>
</a>
</p><div class="gc_paypal payment_module selected">
<label class="clearfix">
<input class="payment_method" name="payment_method" value="gc_paypal" checked="checked" type="radio">
<span class="payment_image"><img src="/saltic/modules/gc_paypal/payment.png" alt="Per PayPal bezahlen"></span>
<span class="payment_title">Per PayPal bezahlen</span>
</label>
</div>
<div class="row">
<div class="col-xs-12 col-md-6">
<p class="payment_module paypal">
<a href="javascript:void(0)" onclick="$('#paypal_payment_form').submit();" id="paypal_process_payment" title="Pay with PayPal">
<img src="/saltic/modules/paypal/img/default_logos/DE_horizontal_solution_PP.gif" alt="Schnell, einfach, sicher" height="48px">
Schnell, einfach, sicher

</a>
</p>
</div>
</div>
<style>
p.payment_module.paypal a
{
padding-left:17px;
}
</style>
<input name="express_checkout" value="payment_cart" type="hidden">
<input name="current_shop_url" value="http://friclee.org/saltic/bestellen?step%3D3" type="hidden">
<input name="bn" value="PRESTASHOP_EC" type="hidden">
</div>

</div></form>
<p class="cart_navigation submit">
<a href="http://friclee.org/saltic/bestellen?step=2" title="Zurück" class="button">« Zurück</a>
<input name="processPayment" id="processPayment" value="Weiter »" class="exclusive" type="submit">
</p>

</div>
......
=========================
Aus folgenden Code:
=========================
</div></form>
<p class="cart_navigation submit">
<a href="http://friclee.org/saltic/bestellen?step=2" title="Zurück" class="button">« Zurück</a>
<input name="processPayment" id="processPayment" value="Weiter »" class="exclusive" type="submit">
</p>

</div>

=========================
wird also:
=========================
</div>
<p class="cart_navigation submit">
<a href="http://friclee.org/saltic/bestellen?step=2" title="Zurück" class="button">« Zurück</a>
<input name="processPayment" id="processPayment" value="Weiter »" class="exclusive" type="submit">
</p>
</form>

</div
>

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...