Jump to content

CubeCart 4.3.4 Released


Al Brookbanks

Recommended Posts

CubeCart 4.3.4 has been released which is now available to download from the customer area of our website.

Whats new?

  • PayPal Website Payments Pro 3d Secure *
  • Improved bulk export tool for stores with larger inventory
  • xTemplate updated to most recent version (Thanks to Steve for assistance)
  • reCaptcha styled to match skins better
  • Improvements to checkout without registration
  • Improved search with removal of old v3 style fall back search
  • Improved session management especially for local development and SSL via proxy (e.g. 1and1 Shared SSL)
  • Numerous bug fixes

Important Release Notes

If you are upgrading from an older version and your store has reCaptcha enabled please be sure that the following skin change is made:

skins/{skin in use}/styleTemplates/global/index.tpl

<script>

 var RecaptchaOptions = {

	theme : 'white'

 }

</script>




To:
<script>

 var RecaptchaOptions = {

	theme : 'custom'

 }

</script>

For all skin changes please have a look at the Skin File Changes Report.

Please find file change reports below. This time they have been split into three types. Language, skin and source code changes.

4.3.3___4.3.4_Language_File_Changes.html4.3.3___4.3.4_Skin_File_Changes.html4.3.3___4.3.4_Source_File_Changes.html

* For UK Merchants who wish to accept Maestro, 3D-Secure will be required from January 1st 2010.

For more information on the 3D-Secure system, please visit the PayPal Business website, where you will also be able to register to obtain the required credentials.

Link to comment
Share on other sites

×
×
  • Create New...