All sorted now with a big thanks to Dan :bigups:
Less than 10 mins after posting here Dan PM'd me and helped out to get it sorted in only a few replies :cool:
It turns out that the site was getting a 503 error and thus opening a new window with the error message.
If anyone else encounters the same problem they can give this a try;
Find this line in includes/modules/pages/product_info/jscript_ajax_updater.php:
if (_this.XHR.status == 200) {
It should be line 98... replace it with:
if (_this.XHR.status == 200 || _this.XHR.status == 503) {
So thanks to Dan for the above fix/work around the updater is working perfectly on the site and is working alongside the Lightbox addon :D
If anyone has a problem with their installation/implementation post it up here and i'm sure he will help out.
Liam