Show Posts


Messages - london

Pages: [1]
1
General Support / Re: Google Order Confirmation Module code
« 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

2
General Support / Re: Google Order Confirmation Module code
« on: November 06, 2015, 11:31:07 AM »
Abantecart please advice me i don't want to switch e-commence platform  :(

3
General Support / 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.

4
See image attached for errors

5
Image error fixed in file just other errors now that are in the picture

6
Found how to fix this manually for some of you who need this to work while the extension gets an update

1. Save Google Base extension xml output in notepad

2. from notepad edit menu find </g:quantity> closing attribute definition and replace with </g:quantity><g:availability>in stock</g:availability> this will add an attribute definition "availability" and predefined value  "in stock" to all products.

3. save and upload your xml file to your Google Merchant account

Gnel


This fixed that problem but i still have more problems. Please advice me also in the xml it shows >mysite.com/OakCart/image/thumbnails/no_image-500x500.jpg

Pages: [1]

Powered by SMFPacks Social Login Mod