Install Guide for Noodlemans Category Discount Plugin for CubeCart 5

This install guide has been written for version 5.2.4 of CubeCart, if you are installing in another version the line numbers referenced may be slightly different. If there is any doubt open a support ticket for assistance.

SUPPORT IS AVAILABLE FROM http://www.noodleman.co.uk/support

  1. Extract Files

    Extract the files from the .zip file to your servers "modules/plugins" directory. The final path should be "modules/plugins/category_discounts"

  2. Edit orders.index.inc.php

    Open the file "admin/sources/orders.index.inc.php" with your favourite text editor.
    AROUND LINE NUMBER 138 FIND: ON A NEW LINE AFTER ADD:

  3. Edit cart.class.php

    Open the file "classes/cart.class.php" with your favourite text editor.
    AROUND LINE NUMBER 1100 FIND: ON A NEW LINE AFTER ADD:

  4. Edit gui.class.php

    Open the file "classes/gui.class.php" with your favourite text editor.
    AROUND LINE NUMBER 346 FIND: ON A NEW LINE AFTER ADD:

  5. Edit categories.index.php

    Open the file "admin/skins/default/templates/categories.index.php" with your favourite text editor.
    AROUND LINE NUMBER 71 FIND: ON A NEW LINE AFTER ADD:

  6. Enable the plugin

    Log into your CubeCart admin area, then go to "Modules -> Plugins". Enable the "category_discounts" plugin and press the "SAVE" button.

  7. Refresh System Hooks

    Log into your CubeCart admin area, then go to "Settings -> Manage Hooks -> category_discounts" then press the "SAVE" button.