thebigt Posted July 11, 2003 Share Posted July 11, 2003 Ok i have a question about adding more values to the contribution, as is it only gets information on the (order id) and (total Price) i would like it to also include the names qty of prducts purchased, plus a price of each item. i need for someone to shed some lite on this, how do i make it happen. here is the code for the contribution: this is what's added to catalog/checkout_process.php // Begin Affiliate Program - Sales Tracking $orders_total=$currencies->format($cart->show_total()- $total_tax); tep_session_register('orders_total'); $orders_id=$order_products_id; tep_session_register('orders_id'); // End Affiliate Program - Sales Tracking this gooes in catalog/checkout_success.php // Start Affiliate Program - Sales Tracking <?php echo '<img src="https://shareasale.com/sale.cfm?amount='.$orders_total.'&tracking='.$orders_id.'&transtype=sale&persale=&perlead=&perhit=&merchantID=0001" width=1 height=1">'; tep_session_unregister('orders_total'); tep_session_unregister('orders_id'); ?> // End Affiliate Program - Sales Tracking My question is this how and where do i get it to register the variables, and how do i call them in checkout sucess. Thx for any input Quote Link to comment Share on other sites More sharing options...
xxGeek Posted July 13, 2003 Share Posted July 13, 2003 ehat exactly are you trying to acomplish, sorry but i domt understand the question :?: Quote The more you do, the more you learn Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.