Jump to content

E-mail in the order


Recommended Posts

Hello all,

I have a question :

- How to display the e-mail the buyer on the purchase confirmation page with the module "PRINT ORDER FORM" in template file : print.tpl

or else (as downloaded from the orders data such as below?)

Quote

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

-  This is an external system of data collection orders the customer so that he could ransom guarantees/Leave feedback.

 

Regards

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...