View Single Post
  #3  
Old 06-18-2008, 07:07 AM
  BunnyburyBaby's Avatar 
BunnyburyBaby BunnyburyBaby is offline
 

Advanced Member
  
Join Date: Nov 2007
Location: Los Angeles
Posts: 32
 

Default Re: Google Checkout - How to add tracking info.

UPDATE:

I opened a ticket with support, they pointed out that I cant send the order data to google because it has not been created yet. I cant send the order ID in the url.

I need to remove the first foreach, modify the second foreach to grab the product data from the cart instead of order.

I then need to add a parameterized-urls tag:

<parameters> <url-parameter name="orderID" type="order-id"/>
<url-parameter name="totalCost" type="order-total"/>
<url-parameter name="taxes" type="tax-amount"/>
<url-parameter name="shipping" type="shipping-amount"/>
</parameters>

inside the <parameterized-urls> area.

I am making progress, but I still dont know how to call the product data in the gcheckout.php. Any thoughts?


Once I have my solution, I will post it as I understand that CJ tracking and google checkout have been a problem for many folks. This will also allow me to integrate other tracking information from my various networks like shopping.com, shopzilla and others.

Thanks!
__________________
X-Cart Version 4.1.8
Reply With Quote