Ipn Post Variable Change & Jw Player Change

2 issues i need solved. both are not very hard and should be able to be completed in 2 hours max.

Problem #1

i have a problem that when a payment comes in it is adding the shipping and cost together in the ipn return, since this uses subscription there is no shipping field. i know this can be resolved easy with a simple php code. here is an example of what im doing but i cant get the invoice number for some reason.

$invoice_number = $_Post[‘invoice’];
$invoice_price_query = tep_db_query(“SELECT value FROM orders_total WHERE orders_id = ‘” . $invoice_number . “‘

Leave a Reply

Your email address will not be published. Required fields are marked *