Thank you! I found the check boxes at the bottom :wink:
Now I have found 2 more error problems that weren't there before :(
The first one is when I search a customer:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/******/public_html/store/admin/customers.php on line 1099
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/******/public_html/store/admin/customers.php on line 1101
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/******/public_html/store/admin/includes/classes/object_info.php on line 29
Warning: Variable passed to each() is not an array or object in /home/******/public_html/store/admin/includes/classes/object_info.php on line 30
The second is when I tried to use the paypal push order:
**Edit...this fixed itself below, it was actually the customers email address that was the problem, not the mod ;)
Email Error: Could not instantiate mail function. Please check Admin->Configuration->Email Options->Email Transport.
I haven't changed anything in my email transport settings, it's on php.
Is there anything I can do to fix this?
Thank you.