Quote:
Originally Posted by dodjer42
Here is a fix for the "W" problem in the current product XML file. I have tested it on my site and its working perfectly. Note that this updated XML also removes 28 lines of unnecessary URL processing code.
You can download the updated XML from my site:
http://www.wpguild.com/downloads/web...2_dodjer42.xml
To the author:
Please replace your referrer and bburl prefix processing lines with this single line:
$referrer_short = preg_replace('#(http|ftp)s?://(www\.)?#','',$referrer_short);
|
I'm very excited that you have found and posted a fix... but I can't seem to figure out how to download it. Probably a noobish issue. Anybody?