Installing the osCMax module (version 2rc2 and 2rc3)

  1. Locate the folder where you unzipped the eCC installation files
  2. Within this folder, browse to the folder called "osCMax Files"
  3. You will now have to copy these files to the server where your osCMax 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 osCMax is installed
  6. Copy the osCMax service files (eCCxml.php and eCCoscmaxservice.php) into the "admin" folder
  7. Copy the files provided within the lib folder of the eCC folder to the root folder of your osCMax store

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

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.myosCMaxstore.com/catalog/admin/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 osCMax (version 2rc2 and 2rc3) module (Unix/Linux servers only):

  1. Login to your osCMax store via secure shell or ask your hosting provider for help with folder permissions
  2. Change the current directory to your osCMax store folder
  3. Run the following commands
    • chmod 755 admin/eCC*.php
    • chmod 755 lib
    • chmod 755 lib/*
  4. The above commands will set the permissions for eCC to successfully connect and download your online orders.