Page 1 of 1

Third party statistics

PostPosted: Fri Sep 12, 2003 9:49 am
by Travis
How can I add third party statistics like www.ecommstats.com . I need
to be able to get the order id and total on the final checkout page, so
how can I get at that information?

Travis

Re: Third party statistics

PostPosted: Fri Sep 12, 2003 10:54 am
by Rob
You would need to write an order API script (ShopSite Pro) that would
extract the needed info and then pass it along to the 3rd party for
analysis.

Rob

"Travis" <travis@thinkvirtual.com> wrote in message
news:bjsteb$bav$1@support.shopsite.com...
How can I add third party statistics like www.ecommstats.com . I need
to be able to get the order id and total on the final checkout page, so
how can I get at that information?

Travis

Re: Third party statistics

PostPosted: Fri Sep 12, 2003 2:00 pm
by Travis
There's now way to place dynamic vars on the thank youpage? I just have
to put it into a javascript like:

<script>
setTotal(TOTAL);
setOrderId(ID);
</script>

Travis

Rob wrote:

You would need to write an order API script (ShopSite Pro) that would
extract the needed info and then pass it along to the 3rd party for
analysis.

Rob

"Travis" <travis@thinkvirtual.com> wrote in message
news:bjsteb$bav$1@support.shopsite.com...

How can I add third party statistics like www.ecommstats.com . I need
to be able to get the order id and total on the final checkout page, so
how can I get at that information?

Travis




Re: Third party statistics

PostPosted: Fri Sep 12, 2003 4:26 pm
by Rob
Not that I know of. The only way to get the variables orderid and total is
through an order API CGI script. You can then output this data to the
browser in the thankyou page so it cna be sent to your ecomm stat program.

Rob

"Travis" <travis@thinkvirtual.com> wrote in message
news:bjtc5c$ebh$1@support.shopsite.com...
There's now way to place dynamic vars on the thank youpage? I just have
to put it into a javascript like:

script
setTotal(TOTAL);
setOrderId(ID);
/script

Travis

Rob wrote:

You would need to write an order API script (ShopSite Pro) that would
extract the needed info and then pass it along to the 3rd party for
analysis.

Rob

"Travis" <travis@thinkvirtual.com> wrote in message
news:bjsteb$bav$1@support.shopsite.com...

How can I add third party statistics like www.ecommstats.com . I need
to be able to get the order id and total on the final checkout page, so
how can I get at that information?

Travis