Hello,
I am using an else if and I am listing a product name. I am using it with PayPal’s IPN so in order for certain things to work the title has to be EXACTLY the same. Here is what I have…
if ($item_name == “$720 Daily”){
//mailing stuff here
}
I think it’s looking for a $720 variable? Because it does not e-mail the customer and myself and I know that the e-mailing part works because I have tested it.
Thanks and please help!
Peter