Hi all
In order of posting:
gsdcypher: Can you send me a link to your site? That line in the class file basically looks through the cart product (as created by the Updater) reading the attributes... Interesting error... I'll hopefully be able to see something from the link
jill: After having a look at your site I notice you have a SEFU mod installed... This is a causing a 404 error to be sent back to the script which means the Updater thinks the class file couldn't be found even though usually there is a valid XML response... 2 options here and the first one is to see if your SEFU mod will allow certain URLs to be excluded... If it does tell it to exclude /dpu_ajax.php
The second option is a little more involved and requires you to edit the Javascript file... To do this open includes/modules/pages/product_info/jscript_ajax_updater.php and make sure you have wordwrap turned off... Next you will have to comment out lines 99, 103, 104 and 105... For example you would alter line 99 to look like this:
// if (_this.XHR.status == 200) {
The // is the symbol for a comment... Simply add it in front of the aforementioned lines... If that doesn't work please let me know :smile:
I'm glad V2 works for you ByOriginalDesign... Unfortunately, my schedule is really hectic too currently so I'm afraid I can't give attention to specific tasks... My next mission is to find out why the Ajax object isn't playing nicely with other mods
If I can get this figured out and have some time I'll have a look at what you need if you still require it
Cheers!
Dan