@meniscus,
As you are unable to receive the mail, you can follow the below steps to resolve the Smart Manager Beta not working issue:
Step 1: Open the smart-manager-for-wp-e-commerce/new/assets/js/smart-manager.js
file
Step 2: Search for sm.dashboard_model[sm.dashboard_key].sort_params
and replace the same with (sm.dashboard_model.hasOwnProperty(sm.dashboard_key) && sm.dashboard_model[sm.dashboard_key].hasOwnProperty('sort_params') ) ? sm.dashboard_model[sm.dashboard_key].sort_params : ''
AND also search for sm.dashboard_model[sm.dashboard_key].tables
and replace the same with (sm.dashboard_model.hasOwnProperty(sm.dashboard_key) && sm.dashboard_model[sm.dashboard_key].hasOwnProperty('tables') ) ? sm.dashboard_model[sm.dashboard_key].tables : ''
Step 3: Save the file and try to access Smart Manager Beta and do let us know your views on the same.