Jump to content
  • 0

Trusted Shops Produktbewertungen einbinden


MalcomX

Question

Hallo erst mal ! ! !

 

Wo muss bzw. in welcher Datei muss ich die Produktbewertungen von Trusted Shops einbinden ? Die haben das ein bisschen spärlich erklärt finde ich ;).

 

Laut Trusdet Website

 

hier zu sehen

 

Für die Produktbewertungen müssen Sie zusätzlich in Schritt 3 der Trustbadge®Integration die Produktdaten (Produkt-ID, Produktname und Bild-URL *erforderlich) aus dem Warenkorb übergeben.

 

mit diesem Code

<div id="trustedShopsCheckout" style="display: none;">
<span id="tsCheckoutOrderNr">%Value: ORDER_NUMBER%</span>
<span id="tsCheckoutBuyerEmail">%Value: BUYER_EMAIL_ADDRESS%</span>
<span id="tsCheckoutOrderAmount">%Value: SHOPPING_BASKET_TOTAL%</span>
<span id="tsCheckoutOrderCurrency">%Value: ORDER_CURRENCY%</span>
<span id="tsCheckoutOrderPaymentType">%Value: PAYMENT_METHOD%</span>
<span id="tsCheckoutOrderEstDeliveryDate">%Value: DELIVERY_DATE%</span>
<!-- product reviews start -->
<!-- for each product in the basket full set of data is required -->
<span class="tsCheckoutProductItem">
<span class="tsCheckoutProductUrl">%Value: PRODUCT_URL%</span>
<span class="tsCheckoutProductImageUrl">%Value: PRODUCT_IMAGE_URL%</span>
<span class="tsCheckoutProductName">%Value: PRODUCT_NAME%</span>
<span class="tsCheckoutProductSKU">%Value: PRODUCT_SKU%</span>
<span class="tsCheckoutProductGTIN">%Value: PRODUCT_GTIN%</span>
<span class="tsCheckoutProductMPN">%Value: PRODUCT_MPN%</span>
<span class="tsCheckoutProductBrand">%Value: PRODUCT_BRAND%</span>
</span>
<!-- product reviews end -->
</div>

Nur in welcher Datei muss ich das einbinden  ?

 

Gruß und euch allen ein schönes Wochenende

Malcom

Edited by MalcomX (see edit history)
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Tach'en erst mal !

 

Also es gibt ein angepasstes Modul wo die Produktbewertungen jetzt beinhaltet. Einfach beim Support von Trusted Shops melden.

Zur Anzeige die beiden JS Scripts, wo ebenfalls auf der Trusted Website zu finden sind, einfach in die product.tpl an gewünschter Stelle einbinden.

Gruß ! Euch allen einen schönen Tag und vielleicht hilft's ja mal jemanden weiter ;)

 

Malcom

Link to comment
Share on other sites

  • 0

Hab jetzt mal wie hier beschrieben folgenden Code eingebunden:

<div id="trustedShopsCheckout" style="display: none;">
<span id="tsCheckoutOrderNr">%Value: {$buyer_protection.order_reference}%</span>
<span id="tsCheckoutBuyerEmail">%Value: {$buyer_protection.order_reference}%</span>
<span id="tsCheckoutOrderAmount">%Value: {$buyer_protection.amount}%</span>
<span id="tsCheckoutOrderCurrency">%Value: {$buyer_protection.currency}</span>
<span id="tsCheckoutOrderPaymentType">%Value: {$buyer_protection.payment_type}</span>
<span id="tsCheckoutOrderEstDeliveryDate">%Value: DELIVERYDATE (YYYY-MM-DD)%</span></div> 

Nur fehlt mir die Variable tsCheckoutOrderEstDeliveryDate ?

 

Malcom

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...