I am struggling with getting this to work.
I have got the badge for all pages working but struggling with the confirmation module code to work, any help would be very much appreciated.
I believe the code goes in /catalog/view/theme/default/template/common/success.tpl
Here's what i have but its not working, do i have the variables correct???
Code: Select all
<!-- START Google Certified Shops Order -->
<div id="gts-order" style="display:none;" translate="no">
<!-- start order and merchant information -->
<span id="gts-o-id">[order_id]</span>
<span id="gts-o-domain">www.#.com</span>
<span id="gts-o-email">[email]</span>
<span id="gts-o-country">[iso_code_2]</span>
<span id="gts-o-currency">GBP</span>
<span id="gts-o-total">[order_total]</span>
<span id="gts-o-discounts">[discounts]</span>
<span id="gts-o-shipping-total">[shipping]</span>
<span id="gts-o-tax-total">[tax]</span>
<span id="gts-o-est-ship-date">5 days</span>
<span id="gts-o-est-delivery-date">5 days</span>
<span id="gts-o-has-preorder">N</span>
<span id="gts-o-has-digital">N</span>
<!-- end order and merchant information -->
<!-- start repeated item specific information -->
<!-- item example: this area repeated for each item in the order -->
<span class="gts-item">
<span class="gts-i-name">[name]</span>
<span class="gts-i-price">[price]</span>
<span class="gts-i-quantity">[quantity]</span>
<span class="gts-i-prodsearch-id">#</span>
<span class="gts-i-prodsearch-store-id">#</span>
<span class="gts-i-prodsearch-country">GB</span>
<span class="gts-i-prodsearch-language">en</span>
</span>
<!-- end item 1 example -->
<!-- end repeated item specific information -->