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
Log into your store admin area, navigate to "Store Settings -> Advanced" and set "Enable Caching" to Disabled. Save the change
Extract the files from the .zip file to your servers "modules/plugins" directory. The final path should be "modules/plugins/Preorder_goods"
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
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.
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.
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.
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.
Log into your CubeCart admin area, then go to "Modules -> Plugins". Enable the "Preorder_goods" plugin and press the "SAVE" button.
Log into your CubeCart admin area, then go to "Settings -> Manage Hooks -> Preorder_goods" then press the "SAVE" button.