Tutorial on How to Create a Bing Shopping Datafeed

Today I wanted to put together a Bing Shopping tutorial that will help anyone create a bing shopping datafeed for their cs cart store using the Datafeed plugin. So, I put together a short video on youtube video to walk you through it.



Check it out and tell me what you think…

This is great… thanks :)

Here is the two strings of code that you need to add to exim.php in the video.



fwrite($fd, pack(“CCC”,0xef,0xbb,0xbf));

fwrite($fd, utf8_encode($csv), strlen($csv));