Bing Shopping Product Feed

| Extension Name | Bing Shopping Product Feed | Rating |
|
| License | Commercial | Votes | 7 |
| Price | $20.00 | Views | 31014 |
| Developer | Clear Thinking | Request Support |
|
| Date Added | 28 February 2012 | Report extension |
|
| Date Modified | 17 June 2013 | ||
OpenCart Versions: 1.4.1 - 1.5.5.x
Demo Links: Front Demo and Admin Demo
This extension will add a product feed in the Bing Shopping feed format, allowing you to easily submit your products for inclusion within Bing Shopping's product directory.
- Upload and go — modifies no core files.
- Fills in as many Bing Shopping fields as possible using the OpenCart product data.
- Creates a .txt file of your products in the Bing Shopping feed format, allowing for quick download.
- Update the feed manually or set it to automatically update daily.
- Select a Bing Category and Product Condition for the feed through the admin panel.
- Includes instructions on how to set up the feed within your Bing Shopping admin panel.
==============================================================================
For extension support, please contact Clear Thinking
For more useful extensions, visit OpenCartX
| Download Name | Compatibility | Action |
| BingShoppingProductFeed155.2.zip | v1.4.7, v1.4.8, v1.4.8b, v1.4.9, v1.4.9.1, v1.4.9.2, v1.4.9.3, v1.4.9.4, v1.4.9.5, v1.5.0, v1.5.0.1, v1.5.0.2, v1.5.0.3, v1.5.0.4, v1.5.0.5, v1.5.1, v1.5.1.1, v1.4.9.6, v1.5.1.2, v1.5.1.3, v1.5.2, v1.5.2.1, v1.5.3, v1.5.3.1, v1.5.4, v1.5.4.1, v1.5.5, v1.5.5.1 | [ Download ] |
====================================================
Bing Shopping Product Feed Instructions
Author: Clear Thinking, LLC
Contact: http://www.getclearthinking.com/contact
Website: http://www.getclearthinking.com
====================================================
1. Backup your OpenCart installation, just to be safe.
2. Using an FTP application, upload the contents of the "upload" folder to
the root of your OpenCart installation. No core files are overwritten. For
further information on how to upload files via FTP, view this forum topic:
http://forum.opencart.com/viewtopic.php?t=9645
3. Log in to the admin control panel and click on:
Extensions > Product Feeds > Bing Shopping > Install
4. In the admin panel settings, enable the feed and set the options for the
feed file. Then, click the link to manually generate the feed. The file
bingshopping.txt will be created in your store's "system/logs" directory.
(For example: http://demo.getclearthinking.com/system/logs/bingshopping.txt)
5. Copy the feed file URL and paste it into your Bing Shopping admin panel.
To do this, follow these steps:
- Log in to your Microsoft Ad Center account
- Select "Tools" from the menu bar
- Click on "Bing Shopping Account Management"
- Select "Catalog Management" from the sub-menu bar
- Choose "Microsoft download" under "How to Provide Feed Files"
- Paste the feed URL into the "Source URL" field
- Click "Save"
6. You'll need to manually refresh the feed at least once every 30 days to
stay within the Bing Shopping results. You can also set the feed to
automatically refresh daily, by performing the following core file edit:
------------------------------------------------------------------------------
IN:
/index.php
AFTER:
$controller->addPreAction(new Action('common/seo_url'));
ADD:
$controller->addPreAction(new Action('feed/bingshopping/generate'));
------------------------------------------------------------------------------














Log in to comment or register here.