Hi,
Received this message after adding product to cart:
Parse error: syntax error, unexpected ')' in /home/____/public_html/plugins/hikashoppayment/paypal/paypal.php on line 277
I tried deleting the ')' then I got this:
Parse error: syntax error, unexpected '(' in /home/____/public_html/plugins/hikashoppayment/paypal/paypal.php on line 267
The only thing I added to this file was what you told me (but this line is further down line 350):
"You need to add the line:
if($dbOrder->order_status == $order->order_status) return true;
before the line:
$order->mail_status=$statuses[$order->order_status];
in the paypal plugin file: plugins/hikashoppayment/paypal.php
That will avoid multiple emails even when the system receives multiple
notifications from paypal."
As I am no programmer, I know not what to do.
Please advice.
Thanks.