- I have selected a subcategory - as mentioned in another thread
- I have also tried by adding a general search keyword like "cosmetics"(only one keyword without any commas), but the result was same
- have tried the all versions:
The widget code you pasted works for me. A new widget tracking ID can take up to 8 hours to begin working - I assume you were still within this window when you saw the blue banner. Let me know if you are still having issues.
Hello,
I have created a shop widget and added to our website but no product is being listed, instead all I see is blue shopping com default banner.
Here is my widget script
<script src="http://img.shopping.com/sc/pac/shopwidget_v1.0_proxy.js"> </script>
<script>
<!--
// Makeup
var sw = new ShopWidget();
sw.mode = "kw";
sw.width = 160;
sw.height = 600;
sw.linkColor = "#0033cc";
sw.borderColor = "#ffffff";
sw.fontColor = "#000000";
sw.font = "arial";
sw.linkin = "8053329";
sw.categoryId = "197";
sw.keyword = "";
sw.render();
//-->
</script>
- I have selected a subcategory - as mentioned in another thread
- I have also tried by adding a general search keyword like "cosmetics"(only one keyword without any commas), but the result was same
- have tried the all versions:
sw.categoryId = "197";
sw.keyword = "";
and
sw.categoryId = "197";
sw.keyword = "cosmetics";
or
sw.categoryId = "";
sw.keyword = "cosmetics";
Hope someone can help
Thanks
Tags
Ryan – 3/2/09 5:38 pm
Hello Dragen -
The widget code you pasted works for me. A new widget tracking ID can take up to 8 hours to begin working - I assume you were still within this window when you saw the blue banner. Let me know if you are still having issues.
--ryan
Oktay Ozadam – 3/16/09 1:44 am
Ryan,
Thanks for your help. Yes it works now, I didn't know that it takes 8 hours.