Install Guide for Noodlemans price tiers Plugin for CubeCart 5

This install guide has been written for version 5.2.2 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/price_tiers"

  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 content.product.php

    Open the file "/templates/content.product.php" with your favourite text editor.
    Note that this following code is an example to show how the discount information can be displayed on the product page. this example was written for the kurouto skin. You will need to build your own html code to make this fit with your stores skin.
    ADD IN A SUITABLE PLACE:

  6. Enable the plugin

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

  7. Refresh System Hooks

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