Installing the CubeCart module

  1. Locate the folder where you unzipped the eCC installation files.
  2. Within this folder, browse to the folder called "webgility".
  3. You will now have to copy this folder on to the server where your CubeCart store is installed.
  4. You can copy files either via FTP or ask your hosting provider for help. If you have FTP access, continue by following the instructions below.
  5. Once connected via FTP, locate the folder where CubeCart is installed.
  6. Copy the complete webgility folder into the "admin" folder located within the CubeCart installation.

Example: Lets say your Store address is www.mycubecartstore.com .This is where you would copy the required files:
www.mycubecartstore.com/admin/webgility/eCCxml.php
www.mycubecartstore.com/admin/webgility/eCCcubeservice.php
www.mycubecartstore.com/admin/webgility/lib  (Place all the files from the lib folder here)

Online Store Module URL

Your online store module URL is: http://www.mycubecartstore.com/admin/webgility/eCCcubeservice.php (change the domain name to match your site)

Test your Online Store Module

To ensure that your hosting provider and online store meet the requirements for eCC to connect properly, we’ve created a test file. Visit this URL and enter your admin login and password: www.mycubecartstore.com/admin/webgility/eCCtest.php . The test file will provide details on your configuration and flag any requirements that are not met. Please contact your hosting provider if any system requirements are not met. If you have any questions related to the online store module, please visit http://support.webgility.com to submit a support ticket.

Setting the right permissions for CubeCart (version 4.2.3, 4.3.0 & 4.3.1) module (Unix/Linux servers only)

  1. Login to your CubeCart store via secure shell or ask your hosting provider for help with folder permissions.
  2. Change the current directory to your CubeCart store folder.
  3. Run the following commands.
    • chmod 755 webgility
    • chmod 755 webgility/*
    • chmod 755 webgility/lib
    • chmod 755 webgility/lib/*
    • Or you can run following command instead of all the above
    • chmod 755 webgility -R
  4. The above commands will set the permissions for eCC to successfully connect and download your online orders.