When importing customer reviews into The Vital, you may encounter import errors. These errors typically arise from issues with the CSV file, such as incorrect formatting, missing fields, or invalid product handles. Here's how to troubleshoot and fix the most common import errors:
Product Not Found Error
Cause: This error occurs when the product handle in the CSV file does not match any product in your Shopify store.
Solution:
/products/
. For example, in https://yourstore.myshopify.com/products/product-name
, the handle is product-name
.Missing Required Fields
Cause: A required field in the CSV file, such as customer_email
, rating
, or review
, is missing or blank.
Solution:
customer_email
, customer_name
, rating
, review
, handle
. Ensure there are no blank rows or missing values.Invalid Review Date
Cause: The review_date
field is not formatted correctly or is missing.
Solution:
review_date
field is in the correct format (e.g., YYYY-MM-DD).Incorrect CSV Formatting
Cause: The CSV file is not formatted properly, with issues like extra columns or incorrect headers.
Solution:
Duplicate Reviews
Cause: The system identifies duplicate reviews based on customer_email
or review_date
.
Solution:
Sync Products to Avoid Errors
Cause: Sometimes, product sync issues can lead to errors, especially if you've recently added or updated products in Shopify.
Solution:
By following these troubleshooting steps, you can effectively resolve any errors during the review import process and ensure that your reviews are correctly displayed on your Shopify store.