The main purpose of this release is to reduce page size across the application and render times on the server along with many other significant speed enhancments. Some pages are half their original size and render up to 5x as fast. There are quite a few other features added such as Sitemap.org Site Map support, better popup help integration and some other tweaks.
-
HOTFIX (5.0.24, 5.0.27): Added null check for shared content merge.
-
HOTFIX(5.0.27 only): Fixed Unable to delete a Product/Order/Customer/Category in admin.
-
HOTFIX(5.0.x):Fixed ## WAREHOUSESUBTOTAL## Site Merge code not calculating quantity pricing.
-
HOTFIX(5.0.x): Fixed Confirmation/receipt page(s) need to apply correct ItemNr styles.
-
HOTFIX (5.0.x) - Fixed an issue where the Meta Description for Content Pages was using defaults even if a description was specified on the content page editor
-
HOTFIX(All): Fixed variant surcharges are not hidden by login for pricing option.
-
HOTFIX(5.0.27.10): JavaScript error preventing the proper display of Edit Manufacture page
-
HOTFIX : Fixed Search Merge Code which is hardcoded to pull the categories only from the Root directory. ## SEARCHBOX[catID=x]## now works with categories that aren’t in the root of the site, and also supports multiple categories with the syntax ## SEARCHBOX[catID=x|y|z]##.
-
HOTFIX(5.0.x): Cleaned query string to fix the display of hacker safe when paging.
-
HOTFIX: On the product editor, making a product inactive for a store was causing it disappear from the list so it can not be reactivated.
-
HOTFIX (5.0.27) - Fixed a null reference exception generated by the notification callback in Google Checkout.
-
HOTFIX (27): fix grid issues on order list (defect 476) and customer list (sorting), small performance tweak on order list and session list
-
HOTFIX (27): Fix ## SEARCHBOX## and ## CUSTOMERLOGIN## merges
-
HOTFIX (5.0.x), Defect 475 - Added an input for the time an order was placed to the Order Edit page.
-
HOTFIX: 27 only: Dashboard was not reloading data if a date was picked
-
HOTFIX (5.0.x) - Shipping date on Order Edit page will be blank when it is not actually set, rather than defaulting to the current date (which, in turn, caused it to be saved as the current date if not modified).
-
HOTFIX (5.0.x) - Payment dates will now appear properly for order payments done in the order edit page. Also, the approved date will appear as a second line under the payment date.
-
HOTFIX (.27): Made many improvements to the customer list.
-
Added customer name and email to search tab
-
Corrected search behavior
-
Added switch to display either shipping or billing address data, or all addresses (causes duplicate customer rows, one for each address, but there is a note on the page explaining)
-
Export now functions properly with paging and searches
-
Page size setting moved to settings tab
-
The data query will now only select columns that are actually displayed – uses a similar method to the product mass editor to display friendlier column names vs the actual ones in the selection list
-
Removed the large and unnecessary grouping that didn’t work – duplicates are removed by selecting only the default billing or shipping address, depending on the setting mentioned above
-
Added ability to remove customer ID column
-
HOTFIX (5.0.x), Defect 470 - Tracking Numbers page was throwing an exception if one of the orders in the list had a Non-US State set instead of a US state.
-
HOTFIX (5.0.x) – Some snap-in styles were not being applied properly to the Link Group snap-in.
-
HOTFIX (24, 27): session log will no longer error when passing in a search query string (linked from the catalog searches report, lists sessions that searched for a particular string)
-
HOTFIX: Snap-in CSS settings were not saving correctly due to an extra runat server div that was added around each css area.
-
HOTFIX (5.0.x) - Added Existing check to PayPal IPN callback page.
-
FIX: ## IF merge not working when not using ## ELSE##
-
HOTFIX (24, 27): emails sent to customers via the order list using the actions menu will now be properly logged in the email log
-
HOTFIX: Add space between state and zip for address on order.
-
HOTFIX: Change the GenerationTime entry to a CSS comment (Style.aspx)
-
HOTFIX: OnePageCheckout: split update panels further into specific areas to help prevent any user input being lost during ajax updates
-
HOTFIX: OnePageCheckout: clear cart message during binding to prevent duplicates
-
HOTFIX: OnePageCheckout: skip shipping validation during an ajax postback in the case that a canadian province is selected while the country is still set to US - this happens while someone is filling out the address form
-
HOTFIX: OnePageCheckout: make postal code required for canada
-
HOTFIX: Change the regex that replaces the content length in ajax postback responses to handle multiple update panel updates at once. This should get rid of the PageRequestManager script errors that pop up in some cases.