Thank you for testing this beta version of wellrad 1.2. Do not use it in a productive environment.

If you are running other plug-ins that need to start a SESSION you will have to modify the pluginloader's index.php. Have a look at the README.txt of the download for this.

Requirements

Installation

The integration with CMSimple is business as usual:

  1. Before you start, make a backup of your installation.
  2. If you have installed an older working version of the wellrad-Shop: make a copy of it and remove it from your plugin-folder.
  3. Unzip the downloaded archive and copy the folder "wellrad" as it is to your plugins-folder. It should look like this:

    • [Root]
      • [(2lang)]
      • [cmsimple]
      • [...]
      • [plugins]
        • [...]
        • [pluginloader]
        • [wellrad]
          • [bills]
          • [classes]
          • … & a whole bunch of other folders
          • admin.php
          • index.php
      • [...]
      • index.php

File permissions

To store the settings and data there are some files that need to be written to. The plug-in checks if they are writeable. If not it tries to chmod them to 0666.

If this attempt fails you will have to do this on your own. The files are: As in the former version:

As there is a new API for additional e-payment-systems, the payment settings are not stored as part of the general settings anymore. You will find their settings files in the folder wellrad/classes/paymentmodules. Open all contained subfolders (cash_in_advance, cash_on_delivery, on_account, paypal) and give write permission to each settings.php.

Notice for those who want to update from a former version: Just do as described before and copy your «old» products (wellrad/data/catalogue.inc) to the new installation.

…and now you are ready to start!