Plentymarkets - Paypal Plus im individuellen Checkout integrieren.

Sie wollen das neue Paypal PLUS alsz Zahlungsart in Ihren Plentyshop mit individuellen Checkout integrieren?

Ausgehend vom Callisto Light 3 Standartlayout bietet Plentymarkets im Handbuch eine brauchbare Anleitung um die Zahlunsgsart im Webshop zu integrieren.
Damit die ganze Einbindung dann im Webshop auch wirklich funktioniert, fügen Sie im Bereich Kasse (Handbuch - Kapitel 5.4 Kasse anpassen) den Beispielcode aus dem Handbuch als Listenelemente hinzu.

Suchen Sie auf der selben Seite nach

<!-- STEP 3: Shipping & Payment -->
{% $_id = CheckoutStepPageID(6) %}
<div class="container" data-plenty-checkout-id="shipping-payment" id="checkoutPanelShippingPayment" aria-labelledby="checkoutTabShippingPayment" role="tabpanel" data-plenty-checkout-content="$_id">
{% CategoryContentBody($_id) %}
</div>

<!-- STEP 4: Overview & Confirmation -->
{% $_id = CheckoutStepPageID(7) %}
<div class="container" data-plenty-checkout-id="confirm" id="checkoutPanelConfirm" aria-labelledby="checkoutTabConfirm" role="tabpanel" data-plenty-checkout-content="$_id">
{% CategoryContentBody($_id) %}
</div>

und ersetzen dies durch

 

    <!-- STEP 3: Shipping -->
{% $_id = CheckoutStepPageID(6) %}
<div class="container" data-plenty-checkout-id="shipping" id="checkoutPanelShipping" aria-labelledby="checkoutTabShipping" role="tabpanel" data-plenty-checkout-content="$_id">
{% CategoryContentBody($_id) %}
</div>
<!-- STEP 4: Payment -->
{% $_id = CheckoutStepPageID(7) %}
<div class="container" data-plenty-checkout-id="payment" id="checkoutPanelPayment" aria-labelledby="checkoutTabPayment" role="tabpanel" data-plenty-checkout-content="$_id">
{% CategoryContentBody($_id) %}
</div>
<!-- STEP 5: Overview & Confirmation -->
{% $_id = CheckoutStepPageID(8) %}
<div class="container" data-plenty-checkout-id="confirm" id="checkoutPanelConfirm" aria-labelledby="checkoutTabConfirm" role="tabpanel" data-plenty-checkout-content="$_id">
{% CategoryContentBody($_id) %}
</div>

danach folgen Sie wieder dem Handbuch von Plentymarkets.

Zu kompliziert?
Doch lieber durch uns einbauen lassen?

Kein Problem! Melden Sie sich einfach bei uns.