Become.com order confirmation tracking code in ProStores

in Coding Tips |

Here is an example of the order confirmation code you receive from become.com - customized for use within your ProStores Order Confirmation template source code.



<!-- Become.com -->

<ss:set name="a1" value="https://partner.become.com/tracking/t.gif?merchantid=/*Your merchantID would go here*/&order_id="/>
<ss:set name="a2" value="$invoice.invoiceNumber"/>
<ss:set name="a3" value="&order_value="/>
<ss:set name="a4" value="$invoice.total" format="none"/>
<ss:set name="a5" value="&num_items="/>
<ss:set name="a6" value="$invoice.itemCount"/>
<ss:set name="aTotal" value="$string.concat($a1, $string.concat($a2, $string.concat($a3, $string.concat($a4, $string.concat($a5, $a6)))))"/>

<img src="$aTotal" id="become_t"/> 
<script type="text/javascript" language="javascript" src="https://partner.become.com/tracking/conversion.js"> </script>

<!-- Become.com -->

About this Entry

This page contains a single blog entry by Ben Powers published on April 4, 2008 2:45 PM.

Coding a secure XTE call using PHP was the previous entry in this blog.

ProStores Software Failure is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.