Click here to close this tab and return to the app.

CSCart data feed to Google Shopping Setup Instructions

We now support data feeds for CSCart to Google Shopping, Bing Shopping, Facebook Product Ads, Pinterest, Wholesale Central, Shareasale, etc.

For setup, you will need to add a new Data Feed in your control panel, and configure it to run automatically using cron. This will allow our system access to your product data. See below for setup instructions.

Please contact us if you are interested and we can provide further assistance.

Data feeds Add-On for CS-Cart

  1. Go to Add-ons > Manage Add-ons > CS-Cart
  2. Click Install or Activate for the Data feeds add-on.
  3. Click the Data feeds add-on, or continue to the next section.

For more details, refer to the CS Cart Manual pages on Data Feeds and How To: Set Up the Data Feeds Add-on.

Data Feed Settings

  1. Go to Add-ons > Data feeds in your CS Cart control panel.
    It may also be under Administration > Export data > Data feeds
  2. Click the plus icon to add a new Data feed.
  3. Enter the following settings on the General tab:
    Layouts
    general_data_feeds
    Data feed name
    catalog.csv
    File name
    catalog.csv
    Enclosure
    " (double-quote character)
    Product type:
    Leave unselected
    Language
    English
    Images directory
    exim/backup/images/
    Price decimal separator
    . (period character)
    Category delimiter
    > (right angle bracket character)
    Features delimiter
    , (comma character)
    Directory for the files of downloadable products
    exim/backup/downloads/
    CSV delimiter
    Comma
    Exclude disabled products
    Check the box
    Status
    Active
    Server directory
    (leave blank)
    FTP server
    ftp.atensoftware.com
    FTP username and password
    (contact us)
    Export by cron to:
    FTP
  4. Enter the following settings on the Exported items tab:
    Categories
    Remove all categories until it says Any category
    Products
    Remove all products until it says Any product
  5. On the Fields mapping tab, add each field that may contain useful information using this procedure:
    1. Click the icon to add a field
    2. Select the next Field type
    3. Type in the Field type name in all lower case in the Field name box
    4. Leave Pos column blank
    5. Repeat for each field in the list. Recommend to click Save as you progress to save your work.
  6. Click Save to save the export

Crontab Scheduled Export Setup

You will need the username/login for SSH access to the web server to complete these steps. You can also can forward the instructions below to the web hosting company.

  1. Download PuTTY or you can use any other SSH client
  2. Run PuTTY and log into the server
  3. Type export EDITOR=nano and press Enter
  4. Type crontab -e and press Enter
  5. Go to your store admin, select the data feed you created above, go to the General settings tab, and look under the Export by cron to line. Copy the line to your clipboard.
  6. Paste the command onto a blank line into nano, with a prefix of 0 23 * * *. It should look something like this, all on one line:
    0 23 * * * php /path/to/cart/admin.php --dispatch=exim.cron_export --cron_password=MYPASS --switch_company_id=0
    Remember to change /path/to/cart/ to the correct path for your server.
    The above will run the export at 11 PM local time of your server.
  7. Press CTRL+O and then Enter to save changes
  8. Press CTRL+X to exit the nano text editor

Topic:

System Questions

Updated: September 16, 2022