CRE Loaded Pro White Label: Release Notes.

Product Release Information

Product: CRE Loaded Pro White Label
Release Number: 6.2.11
Release Date: June 15th, 2007
Customer Support: For more information or support, please visit our website or email us at helpdesk@creloaded.com
For support open a ticket at our helpdesk or email: support@creloaded.com

Introduction

This document contains the release notes for CRE Loaded Pro White Label. The following sections describe the release in detail and provide late-breaking or other information that supplements the main documentation

 This is a maintenance release that improves quality, reliability, and performance without adding significant new functionality. All users of previous 6.2 releases should upgrade to this release.

What's New?

Issues fixed:
  • [B1043] Error 9 after applying patch 10 - a constant was changed to a language define and the define was spelled incorrectly. Defines were changed back to constants in Auhtorize.net, cc_ccv, and cc_uk.
  • [B1047] Remove Nonfunctioning items, and cosmetic fixes - the languages drop down is non functionexplenation text and drop down has been commented out but code is still in the file.
  • [B221] Admin section garbled when mod_gzip is enabled - see bug report for in depth instruction and information.
  • [B1050] SubProduct Descriptions - Updated admin/categories.php not to destroy sub product description when parent product modified.Updated product_info.tpl.php to show sub product descriptions.
  • [B1047] Remove Nonfunctioning items, and cosmetic fixes - in the file ot_gv.php is one define used to populate a variable, but the define is not defined any placein the cart and the variable is never used$this->show_redeem_box = MODULE_ORDER_TOTAL_GV_REDEEM_BOX;This define and variable can be fond in no other code in the cart, Commenting outthis line of code typo in templates/content/pw.tpl.php HEAD_TITLE should be HEADING_TITLE
  • [B1054] missing coupon define shared with voucher - the define TEXT_ENTER_COUPON_CODE was moved from ot_coupon.php file to the base language files, since it's a shared define by more then 1 file that could be running at the same time.
  • [B927] Pages are uneditable after deleteing title - an array-merge and new objectinfo were commented out. If either array is empty they error in php5, but it does not effect the function of pages since they are not actually used.
  • [B221] Admin section garbled when mod_gzip is enabled - A change was made so Admin does not use the same settings as the catalog .
  • [B1065] advanced_search SQL error - Repaired syntaxerror with advanced_search_restuls.php.
  • [B1067] Write Reviews - corrected wrong entry in textinput box.
  • [B1068] More Valid Elements & seo.php include code - Added more valid elements to handle most of editor functionality. Added check for seo.php, that way, after patch upgrade no need to edit application_top and application_bottom.php
  • [B1051] Affiliate Banner Buiild - Updated affiliate_banners_build.php code to BTS.* Updated affiliate_validproducts.php for CSS and title* Added content/affiliate_banners_build.tpl.php* added includes/javascript/popup_window_general.js : this will hold general popup parameters can be used for any popup.* Updated includes/affiliate_application_top.php
  • [B1080] Paypal Invoice Order number fix - Fixed paypal payment invoice number in email generation.
  • [B1078] does not allow you to edit a products price when editing the order - See bug report for Further discution
  • [B1085] attributes lost - repaired missing globallanguages_id in shopping_cart.php class.
  • [B1089] print image missing - replaced missing images.
  • [B1090] Paypal EP image - replaced missing image andadjusted defined path.
  • [B1094] admin backup and backup_mysql fixes - see bug report for more information
  • [B1071] "Links" links not working after move to Rackspace servers - See bug report
  • [B1095] UPS module - corrected invalid default installvalues
  • [B1092] Incorrect Install Warning - corrected warningslocation for install/upgrade so that it reflects thecorrect install/upgrade folder location.
  • [B1092] Incorrect Install Warning - corrected warningslocation for install/upgrade so that it reflects thecorrect install/upgrade folder location.
  • [B1094] admin backup and backup_mysql fixes - adjusted configuration settings so windows path no longer shows. changed notes
  • [B958] PayPal Print Order - Print Order button does notwork with URL returned from PayPal due to order_id notbeing in the return URL therefore hide Print Orderbutton when using PayPal.
  • [B792] Payment Modules - Repaired paypal module beingdefault when no payment modules are selected in admin.
  • [B1084] Admin Links Display filtered by Categories - The admin links has been enhanced to provide a filter by categories in addition to the existing filter by status.
  • [B1054] missing coupon define shared with voucher - added define to main language files and removed from ot_coupon and ot_gv.php
  • [B1109] Duplicate constant removed - The usps.php shipping module file added the MODULE_SHIPPING_USPS_TAX_CLASS constant to the configuration table twice. One of them has been removed.
  • [B976] Edit Orders Sub Product Support - Sub products were removed in error from the list of products that could be added to an order. This code modification adds them back.
  • [B1112] RCI Comments Corrected - The HTML comments generated by the RCI class was not formatted correctly. This has been changed to the standard format.
  • [B1118] Create Order Buttons Missing - The logic has been changed to present the back and confirm buttons on selecting a customer or entering a customers id.
  • [B850] affiliate_banners_build.php does not load template - see bug report for full list of fixes.
  • [B850] affiliate_banners_build.php does not load template - see bug report for full list of fixes.Missed the deletes on last commit
  • [B1113] Improved the formating of additional_images.php - The module did not handle the case where there was no additional images correctly. The logic has been adjusted for this case.
  • [B1116] Contact Us page Alt parameter added to image - The Visual Verify Code image tag did not have an alt parameter on it. It has been added.
  • [B1121] Sale Maker Corrections - The sales maker has several issues. This change attempts to resolve them.
  • [B1050] PayPal IPN missing order number on return URL - The code has been modified to provide the order number in a manner consistent with the normal checkout routine on the paypal return URL.
  • [B1120] Article Reviews Write produces a blank page - This is cause by an extra php opening tag place in the code by mistake thereby causing a syntax error. This change corrects that.
  • [B973] Specials not allowing for a $ sign in the amount filed - The code has been changed to remove the $ sign before processing the field so the amount is not reset to zero in those cases.
  • [B1128] tinymce Language issues in other then english -Added code in tiny_mce.php for checking available language file and act accordingly.
  • [B1117] BOX_WIDTH is incorrectly defined - Move define and logic to admin/includes/application_top.php.
  • [B1109] US Postal Service API May 14 Changes - The API for international shipping has changed.
  • [B1141] Admin Products Attributes not correctly handling special characters - The file has been enhanced to better support the entering and storage of text strings that contain special characters.
  • [B1148] Apostrophe characters not handled in the Product Name - The categories program in the admin encodes the apostrophe which is then handled by HTML automatically. Text based e-mail messages however do not translate it. The code is mod to do so.
  • [B1120] Article Reviews not being saved - The code had a bad commit which changed the input filed names. This changes them bad to the correct names which are processed.
  • [B1151] Cleaned CSS -Cleaned CSS and removed unwanted / unused styles.
  • [B1122] Reading an article with X-Sell enabled gives this error in bottom - fixed
  • [B1110] Duplicate constant in cc_uk.php payment module - fixed
  • [B1152] Misc bug reported by CRW customer - fixed
  • [B173] Tasks - Replace all references to "calender" with "calendar"
  • [B1127] Admin Categories fixes roll up - fixed
  • [B1152] Calendar Infobox suppressed for Maintenance Down Enabled - The calendar infobox uses and iframe tag to present the event calendar. This does not work correctly if the site is down for maintenance.
  • [B1017] Sessions not always holding - There is a PHP function that does not always work as documented. Because of this, it is possible to have a new session created where one should not be. The code has been modified to always honor an existing session before creating a new one.
  • [B1131] wpcallback language error - replaced missinglanguage defines inincludes/languages/$language/wpcallback.php.define('TITLE_CONTINUE_CHECKOUT_PROCEDURE','Continue Checkout Procedure');define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', 'toselect the preferred payment method.');
  • [B1080] No order Number in Paypal Checkout - addedlogic to restore the order_id to the URL for PayPal Orders
  • [B847] new customers stay as pending - repaired logicon B2B so that if Require Account Approval is off,created accounts are marked as Validated and Approved. Also cleaned up account created success text.
  • [B906] Tools->Send Email has no subjects drop down -repaired logic to use Email Subjects table. If emailsubjects table is empty, will default to text input field.
  • [B1072] New Articles Not Showing - repaired sql logicto show new articles in infobox and articles_)new.phppage.
  • [B1111] includes/languages.php error - repairedincorrect language define for ENTRY_DATE_OF_BIRTH_ERROR
  • [B1062] Admin Header Image - Removed height and widthconstraints to allow for different size header images.
  • [B1042] Wish list Query Error - This query error seems to only occur when customers who are using the Purchase Without Account are also attempting to use the wish list.
  • [B1064] Pages infoBox - updated infobox nesting logic.
  • [B1092] Post Install Warning - repaired to show correctfile system path and added more informative text.
  • [B998] Symbols in Text Entry Attributes - The inputting of symbols into the text area of a text attribute was not handled correctly if Magic Quotes is set on of the system.
  • [B1167] extra_html_output.php missing tags - replacedmissing ending html tags
  • [B1170] mkdir error when installing ATS templates if mkdir not authorized on server - removed code since it is not needed. Also remove the delete template image since I desable that over a year ago.
  • [B1104] PayPal DP Card Number Overflow - It is possible that a credit card number entered can over flow the int value used to store it. The logic has been changed to only allow numeric characters, but store it as a string.
  • [B1171] Mastercard mis-spelled - Corrected spelling toMastercard - all languages.
  • [B1169] Spelling Corrections - Numerous spelling errors was found. This corrects the one identified to this date.
  • [B1130] Date handling incorrect for Spanish in the Admin - The tep_date_raw routine was incorrectly coded to handle the date format.
  • [B1124] Edit Attributes button is invalid on new products - The logic has been changed to suppress the edit attributes button on a new product. The edit attributes require a product id which has not been set at this point.
  • [B927] Page Editing not working under PHP 5 - The routines used to handle the data load for the edit routine was failing in PHP 5. This is because the mysql_fetch_array does not return and array when there is no row to match the select.
  • [B1013] Language file Corrections - Adding missing defines in various Languages
  • [B1013] Language file Corrections - Adding missing defines in various Languages
  • [B1013] Language file Corrections - Adding missing defines in various Languages
  • [B1070] zones_single shipping module cannot work - The logic in the checkout shipping page does not allow a shipping module to have the underscore in the name. This module is renamed to zonesingle.
  • [B1125] Coupon help pop-up style problem - repairedreference to stylesheet in coupon_popup_help.php
  • [B925] coupons not working in restricted mode -repaired logic so that percentage amounts are correctlycalculated when restricted to categories and products.
  • [B910] Coupon Name does not handle ' correctly - The coupon name and description fields are not handling ' correctly when used.
  • [B1039] Coupon Restriction Inoperative - Repairedlogic for coupons so that sub products are calculatedcorrectly. Also corrected incorrect coupon amountcalculations when using percentage andcategory/product restrictions.
  • [B1177] error when adding subproducts using PHP5 -repaired logic so that arrays are predefined forRegister Globals Off
  • [B1178] Tax text dose not show - When checkout confirmation and print order viewed "Tax : $XXX" will show as ": $XXX".
  • [B1073] Default Template Issues - double styles were issues of default template problems, fixed.
  • [B1073] Default Template Issues - double styles were issues of default template problems, fixed.
  • [B1073] Default Template Issues - double styles were issues of default template problems, fixed.
  • [B976] Edit Orders Sub Product Support - Sub products were removed in error from the list of products that could be added to an order. This code modification adds them back.

Detail Change Log:
Click here for the detailed change log.

Installation and Upgrade Notes

Installation
See the installation instructions for full details.
Manifest
This release consists of the following items:
  • Release notes (this file)
  • Installation instructions / Quick start guide
  • Product installer script
  • White Label Setup Instructions in PDF and OO formats.
  • Product source code 
Version Compatibility
This release should be DB compatible with all previous CRE Loaded 6.2 releases.  It is not completely compatible with CRE Loaded B2B releases.

Known Problems and Workarounds

       See issue tracker available via Admin Home Page Links
Company Proprietary
Copyright © 2005-2007 Chain Reaction Works, Inc.  Software released under GNU General Public License Version 2
Terms CRE Loaded, Chain Reaction Works, and all logos are trademarks of Chain Reaction Works, Inc.  all rights reserved.