Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Google Order Confirmation Module code  (Read 8001 times)

Offline london

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Google Order Confirmation Module code
« on: November 05, 2015, 06:46:56 AM »
Hello,

I Have just exported all my products to google shopping. I am trying to add the google verified merchant to my website the badge code is fine but the 2nd module Google Order Confirmation Module code .. it needs to get some attributes that i am not sure how to do.

Please can a experienced member help me.

<!-- START Google Certified Shops Order -->
<div id="gts-order" style="display:none;" translate="no">

  <!-- start order and merchant information -->
  <span id="gts-o-id">MERCHANT_ORDER_ID</span>
  <span id="gts-o-domain">MERCHANT_ORDER_DOMAIN</span>
  <span id="gts-o-email">CUSTOMER_EMAIL</span>
  <span id="gts-o-country">CUSTOMER_COUNTRY</span>
  <span id="gts-o-currency">CURRENCY</span>
  <span id="gts-o-total">ORDER_TOTAL</span>
  <span id="gts-o-discounts">ORDER_DISCOUNTS</span>
  <span id="gts-o-shipping-total">ORDER_SHIPPING</span>
  <span id="gts-o-tax-total">ORDER_TAX</span>
  <span id="gts-o-est-ship-date">ORDER_EST_SHIP_DATE</span>
  <span id="gts-o-est-delivery-date">ORDER_EST_DELIVERY_DATE</span>
  <span id="gts-o-has-preorder">HAS_BACKORDER_PREORDER</span>
  <span id="gts-o-has-digital">HAS_DIGITAL_GOODS</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">ITEM_NAME</span>
    <span class="gts-i-price">ITEM_PRICE</span>
    <span class="gts-i-quantity">ITEM_QUANTITY</span>
    <span class="gts-i-prodsearch-id">ITEM_GOOGLE_SHOPPING_ID</span>
    <span class="gts-i-prodsearch-store-id">ITEM_GOOGLE_SHOPPING_ACCOUNT_ID</span>
  </span>
  <!-- end item 1 example -->
  <!-- end repeated item specific information -->

</div>
<!-- END Google Certified Shops Order -->




I Do have the google shopping extension (google_base.php) and this grabs some information and puts it into rss format maybe i can work of that but not sure need some help.

Offline london

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Google Order Confirmation Module code
« Reply #1 on: November 06, 2015, 11:31:07 AM »
Abantecart please advice me i don't want to switch e-commence platform  :(

yonghan

  • Guest
Re: Google Order Confirmation Module code
« Reply #2 on: November 06, 2015, 08:52:29 PM »
Hi, have you contact the extension developer on how to set it?

Offline london

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Google Order Confirmation Module code
« Reply #3 on: November 09, 2015, 06:31:21 AM »
Hi it's not a extension im trying to get google verified merchant on my website but the code needs to be filled up and somehow grab information from the product page

 

Powered by SMFPacks Social Login Mod