I have OpenCart 1.4.7 installed, I have 634 products in my database, I am trying to upload a file that contains my products to "Google Merchant Services" via their website and continue to get data related errors with the upload.
I have read the ReadMe file and have changed the rss.php file to have the following changes:
Code: Select all
// ----------CONFIGURATION--------------
$prodLimit = '1000'; // Max Number of products to retrieve
$showModel = true; //Show Model in product title
$showPrice = true; //Show Price in product title
$showATC = true; //Show Add to Cart button
$useTax = false; //Show Prices with Tax
$imgWidth = '200'; //image width
$imgHeight = '200'; //image height
$taxonomy = 'Clothing & Accessories'; //see http://www.google.com/basepages/producttype/taxonomy.txt and browse the product taxonomy for valid XML values.
//---------------------------------------------
1) I have created a Merchant Services account for my website
2) Click "Data Feeds"
3) Click "New Data Feed"
Target Country "United States"
Format "googlebase"
Data Feed Filename "rss.php"
4) Under Upload Schedule
Click "Edit" link
Choose Upload "Daily" at "12:00 AM"
Choose Timezone "(GMT-06:00) Central Time"
URL of file "www.shopcelebrity.net/rss.php"
If I try to manually upload the rss.file I still get data related errors with the upload:
1) I ftp the http://www.shocelebrity.net/rss.php file to my local c:
2) Click "Manual Upload" link
3) I click "Browse" and find the c:\rss.php file
4) I click the "Upload and Process this File" button
Here is what happens if I try to perfom a manual file upload:
I receive an email from GoogleBase telling me that "0 of 376 items inserted" or "No items inserted"
If I click on the link the email I see the following on a page on the Google Merchant Services describing my data feed problem
Code: Select all
Feed status summary for rss.php
0 of 376 items inserted - Processed on Jun 28, 2010 3:36 pm CST
Detected encoding: UTF-8
Detected delimiter: Enuri (<|>)
Detected file format: Text
Item Errors - 376 items with errors 376 items affected
376
Missing required attribute: condition (376 errors)
Please make sure you include all required attributes in your data feed.
Examples:
Examples:
Item Nr. Line Nr.
93 120
94 121
98 126
218 270
233 288
376
Missing required attribute: title (376 errors)
Please make sure you include all required attributes in your data feed.
Examples:
Examples:
Item Nr. Line Nr.
93 120
94 121
98 126
218 270
233 288
376
Missing required attribute: price (376 errors)
Please make sure you include all required attributes in your data feed.
Examples:
Examples:
Item Nr. Line Nr.
93 120
94 121
98 126
218 270
233 288
1
Encoding problem in attribute: <?php (1 error)