Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Omnistar Affiliate Integration

Omnistar Affiliate Integration

Locked

Views: 795

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
10 Feb 2010, 4:41 PM
#1
indoubt avatar

indoubt

New Zenner

Join Date:
Feb 2010
Posts:
1
Plugin Contributions:
0

Omnistar Affiliate Integration

I figured since Omnistar Affiliate is called at the payment section, this would be the correct section to post in.

Currently we have omnistar affiliate all setup correctly, and it correctly tracks the clicks for each affiliate program. However we are having a problem with tracking the amount paid.

In the define_checkout_success.php I added the following....
<img src=http://www.FULLURL.com/affiliate/sale.php?amount=<?php echo $order_summary['order_total']; ?>&transaction=<?php echo $order_summary['order_number']; ?> style='visibility: hidden'>

For some reason it is not sending the order amount to the affiliate script. Am I using the wrong variable or? I contacted their tech support and they said I put it in the correct page and we did some troubleshooting and it looks like the amount is not being carried.