Install Guide for Noodlemans Preorder Plugin for CubeCart 5

This install guide has been written for version 5.2.4 of CubeCart and all references to skin modifications have been made using the Kurouto skin. if you are installing in another version or using another skin the line numbers referenced may be different. If there is any doubt open a support ticket for assistance. You will need a demo license key to be able to use this plugin, please request one from support if you do not have one.

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

  1. Disable Store Cache

    Log into your store admin area, navigate to "Store Settings -> Advanced" and set "Enable Caching" to Disabled. Save the change



  2. Extract Files

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



  3. Add Items to your admin skin

    Open the file "admin/skins/default/templates/products.index.php" with your favourite text editor. The code below adds a new tab to the product edit and create pages

  4. Around line number 180 FIND:
    AFTER ADD ON A NEW LINE:

  5. Add Items to your store skin

    Open the file "skins/<Your Skin>/templates/content.product.php" with your favourite text editor. The code below allows us to modify the buy button. You can edit the wording of the message below to suit your needs. use {$PREORDER_DATE} in your message where you wish the date to appear.

  6. Around line number 71 FIND:
    REPLACE WITH:

  7. Add Items to your store skin

    This step is optional. Completing this step will add a message to your product description, you can specify the release date here if you wish. Open the file "skins/<Your Skin>/templates/content.product.php" with your favourite text editor.

  8. Around line number 114 FIND:
    ADD BEFORE {$PRODUCT.description}:

  9. Add Items to your store skin

    Open the file "skins/<Your Skin>/templates/content.category.php" with your favourite text editor. This step allows us to modify the buy button when viewing a category. You can modify the wording of the preorder message below as required.

  10. Around line number 71 FIND:
    REPLACE WITH:

  11. Add Items to your store skin

    Open the file "skins/<Your Skin>/templates/content.homepage.php" with your favourite text editor. This step allows us to modify the buy button when latest items on the store home page. You can modify the wording of the preorder message below as required.

  12. Around line number 29 FIND:
    REPLACE WITH:

  13. Enable the plugin

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

  14. Refresh System Hooks

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