November 8th, 2009

Version 1.2.4 of the Neutrino skin has just been released. This latest release is compatible with CubeCart V4.3.6 of the CubeCart V4 software. Versions prior to V4.3.6 are not supported by this release. The AJAX Add To Cart feature has been updated to improve the response time and reliability.

Licensing Updates

We have updated our licensing system to provide more detailed error messages that point to ShopDev (us) in the event that license validation fails. This should help to distinguish between error messages generated by the skin and by CubeCart. We have also removed IP address restrictions. Our CubeCart skins are now only licensed to one or more domain names.

Manual Update Instructions

OPEN: styleTemplates/global/index.tpl

FIND:

<script type="text/javascript" src="skins/{VAL_SKIN}/php/compress.php?get=../../../js/jslibrary.js||../javascript/jquery.js||../javascript/jquery.form.js||../javascript/jquery.cookie.js||../javascript/jquery.fancybox-1.2.1.js||../javascript/shopdev_effects.js"></script>

REPLACE WITH:

<script type="text/javascript" src="skins/{VAL_SKIN}/php/compress.php?get=../javascript/jslibrary.js||../javascript/jquery.js||../javascript/jquery.form.js||../javascript/jquery.cookie.js||../javascript/jquery.fancybox-1.2.1.js||../javascript/shopdev_effects.js"></script>

OPEN: styleTemplates/global/cart.tpl

FIND:

<script type="text/javascript" src="skins/{VAL_SKIN}/php/compress.php?get=../../../js/jslibrary.js||../javascript/jquery.js||../javascript/jquery.form.js||../javascript/jquery.cookie.js||../javascript/jquery.fancybox-1.2.1.js||../javascript/tooltip.js||../javascript/shopdev_effects.js"></script>

REPLACE WITH:

<script type="text/javascript" src="skins/{VAL_SKIN}/php/compress.php?get=../javascript/jslibrary.js||../javascript/jquery.js||../javascript/jquery.form.js||../javascript/jquery.cookie.js||../javascript/jquery.fancybox-1.2.1.js||../javascript/tooltip.js||../javascript/shopdev_effects.js"></script>

OPEN: styleTemplates/content/index.tpl

FIND:

<form action="index.php" method="post" name="prod{VAL_PRODUCT_ID}" id="myForm{VAL_PRODUCT_ID}">

REPLACE WITH:

<form action="skins/Neutrino/php/ajaxCart.php" method="post" name="prod{VAL_PRODUCT_ID}" id="myForm{VAL_PRODUCT_ID}">

OPEN: styleTemplates/content/viewCat.tpl

FIND:

<form action="{CURRENT_URL}" method="post" name="prod{PRODUCT_ID}" id="myForm{PRODUCT_ID}">

REPLACE WITH:

<form action="skins/Neutrino/php/ajaxCart.php" method="post" name="prod{PRODUCT_ID}" id="myForm{PRODUCT_ID}">

OPEN: styleTemplates/content/viewProd.tpl

FIND:

<form action="{CURRENT_URL}" method="post" name="prod{PRODUCT_ID}" id="myForm{PRODUCT_ID}" target="_self">

REPLACE WITH:

<form action="skins/Neutrino/php/ajaxCart.php" method="post" name="prod{PRODUCT_ID}" id="myForm{PRODUCT_ID}" target="_self">

FIND:

<form action="index.php?_a=viewProd&amp;productId={VAL_PRODUCT_ID}" method="post" name="prod{VAL_PRODUCT_ID}" id="myForm{VAL_PRODUCT_ID}">

REPLACE WITH:

<form action="skins/Neutrino/php/ajaxCart.php" method="post" name="prod{VAL_PRODUCT_ID}" id="myForm{VAL_PRODUCT_ID}">

OPEN THE FOLLOWING FILES:

  • styleTemplates/content/forgotPass.tpl
  • styleTemplates/content/tellafriend.tpl
  • styleTemplates/content/viewProd.tpl
  • styleTemplates/content/reg.tpl

FOR EACH FILE, FIND:

{RECAPTCHA}

REPLACE WITH:

{FILE "content/recaptcha.tpl"}

Finally, download V1.2.4 of the Neutrino skin and upload the following files to your server:

  • /javascript/jslibrary.js
  • /javascript/shopdev_effects.js
  • /php/ajaxCart.php
  • /php/licensing/validate.php
No comments yet...
Add your comment