Quote:
|
Originally Posted by Model Citizen
No, it's definatley not the Warehouse. I just tried some random titles on there front page, none of them showed up in my wish list.
|
I stand corrected. It is a coding error on WOW's behalf, when they "fixed" the new design.
If you look at the sourcecode, you will notice the add-feature looks like this:
"memwishlist.php?add=true&product_code=
"23059"
It's supposed to be:
"memwishlist.php?add=true&product_code=23059"
This error means that your browser stops parsing the line right before the actual product code is added, and as such, the memwishlist.php application doesn't know which product you want added to the wishlist.
You can still add them manually, like so:
http://www1.cd-wow.com/memwishlist.p...&product_code=xxxxx
if you replace
xxxxxx with the product_code (see above post about URL design to see where the product_code can be seen.