Upgrade Notes

×
  • Ecommerce
    • Functionality of /Default.aspx has changed - make sure and upgrade to new version or you will get an infinite loop when going to the web site without a page
    • Check Out Process - All pages in the checkout process have been changed to a div based structure and corresponding classes have been added to themes
    • IOrder.OnHold is now Read Only, use OnHoldReasonAppend("My Reason")
    • "Place Order" button has changed to incorporate PayPal mechanics
    • Custom email is now handled through Enterprise; any custom email code has to be removed from the Checkout page(s)
    • "ShowPanel" and "Dialog" contentplaceholders are added to all masterpages; WebDialog controls should be moved to Dialog placeholders on-page
    • MainAJAX contentplaceholder added to all masterpages; move any pages you want to use Ajax into this panel
  • Enterprise
    • uc_BRAINNav.ascx and uc_CustomerServiceNav.ascx were renamed to uc_Nav.ascx.
    • "Dialog" placeholders are added to all masterpages; WebDialog controls should be moved to Dialog placeholders on-page
When upgrading from version 8.1 or earlier to version 9.0 or later, you may have Users that are of User Type "Rep".  This User Type is no longer supported.  In order to access these users in System Management | Users, you will first need to run the following query in your SQL database:
Update BDUsers
Set UserType = 0
Where UserType = 1
This will set all Users of type "Rep" to type "Contact".  If you want any of these Users to have access to any of the Enterprise modules, you will then need to go into System Management | Users and change their User Type from "Contact" to "User".  Next, go to the Roles tab and assign the particular roles that you want them to have.  Caution: User types of "User" count against your number of licensed users.