Changes to Customer Accounts Screens.
Numerous changes were made to the customer accounts section of the store, to make the code and the configurations more streamlined and easier to customize. The changes were limited to the following:
com.softslate.commerce.customer.customer
package./WEB-INF/conf/customer/struts-config-customer.xml
file.If you have created custom Struts configurations that override the
configurations defined in the
/WEB-INF/conf/customer/struts-config-customer.xml
file, you
must review the new code and incorporate your changes into it, as you upgrade to version
2.0.7.
Interface Changes.
Two interface changes were made to the
com.softslate.commerce.businessobjects.order.CartDiscountProcessor
interface. If you have created your own custom Java class implementing this interface, please
take note of the following two new additional methods that were added to it. (If your custom
class is a subclass of
com.softslate.commerce.businessobjects.order.BasicCartDiscountProcessor
, you may not need to make any changes as it will employ that class's implementation.)
Map processCustomerLogin(Map parameters)
has
been added to the interface.Map processCustomerLogout(Map parameters)
has
been added to the interface.Copyright © 2009-2017 SoftSlate, LLC. All Rights Reserved.
Powered by SoftSlate Commerce