Configuring Google Base Feed
|
List of Configurations:
You will start off by going to the list of configuration. This list all the data feed configurations for your store. If you have not done any configuration then there will be none in this list. You must have at least one configuration setup.
To start a new configuration click on the new button under the list of configurations. |
Configuration:
For a new configuration fill in all text boxes and check boxes of the check boxes except active. The click on insert. Once the information has been inserted in to the database.
|
Settings and What they Mean:
- Name of Feed => This is the name of the feed as it will appear in the drop down boxes when data feed.
- Product Feed Type => Possible settings: Basicor Advance Only basic is available.
- Data Feed Description => A short description of the feed configuration.
- Data Feed File Type => Possible settings: none, products, business. For this you should choose product as the business feed is not yet in this package.
- Feed Service => Possible settings: Google Base, Yahoo Choose Google Base, as Yahoo feed service has not been added.
- Status Set => Possible settings:Active Inactive For a new feed do not change this, until after your first insert.
- File name => This is the file name you chose when you did your set up at Google Base.
- Image URL => If you use a image url other then the default one for CRE Loaded then enter it here from the /images directory
- Google Base FTP information => Note: In order to use the TFP protion you must have " --enable-ftp " in your php configuration file. You can check this by using the tools>serverinfo in the admin. Scroll down to the loaded modules section just below the HTTP Headers Information You should see: ftp FTP support enabled. If Not auto upload will not work.
- Google Base FTP Server Name => Enter the Google Base FTP server usually ftp://uploads.google.com
- Google Base FTP User Name => Enter the Google Base FTP User Nameyou chose at Google Base
- Google Base FTP Password => Enter the Google Base FTP password you chose at Google Base
- Google Base FTP Directory => Enter the Google Base FTP Directoryyou chose at Google Base
- Google Base Advance Settings
- Use store Currency:
possible setting: False: Use store default currency, True: Use currency listed below. If you choose false then the store currency will be used. if you choose true the enter a single currency below
- Other currency:
If above was True list a currency herecurrency
- Convert Currency:
Possible settings:False: Do not convert to currency True: Convert currency.
This is used if you wish to convert between currencies when a customer enters your store.
- Use store language:
Possible settings: False: Use store default language True: Use language selected below
If you choose false then the store language will be used. if you choose true the enter a single language below
- Other language
If above was True list a list language code here
- Tax Class ID
Enter the tax class ID number from the store or set to zero (0) for no tax calculation
|
In addition to the Configuration screen in the admin, there is a configuration file to add additional fields to the Google base feed file. To use these additional items you must first change the Product Feed Type from the basic to advance. Once you have done this you can edit the google_configure.php file with a text editor. There is two kind of items here, the first is a logic switch which turns on and off the field. These add the correct label to the first line of the feed, and then add data to each product row,
On/off switched:
// 0 == do not show qty in stock 1 = show qty in stock
$quantity = 1;
Next there is default data entries, these allow default data to be entered into the feed file.
Default data:
$default_currency = "USD"; //this is not binary.
The additioanl feilds currently in the Google Feed are: quantity, currency, ship_to, age_range, made_in |
Once you have finished with the configuration and either Inserted or saved it the click on Google Base again in the side box. This will take you to the main run screen. |