Advertisement
tribulant

Affiliates Tracking with WP Affiliate Platform

Feb 15th, 2012
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. $sale_amt = "{affiliates_ordertotal}";
  2. $unique_transaction_id = "{affiliates_orderid}";
  3. $email = "{affiliates_useremail}";
  4. $referrer = $_COOKIE['ap_id'];
  5. do_action('wp_affiliate_process_cart_commission', array("referrer" => $referrer, "sale_amt" => $sale_amt, "txn_id" => $unique_transaction_id, "buyer_email" => $email));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement