When I click on the “try out Smart Manager beta”, I get a blank screen. Do I need to buy this version?
Mark
Hi Store apps Sorry for the delay. My dev wanted to update WP and all plugins first to see if that was the problem. No luck.
I have the Temp login plugin as requested. It needs an email address. What should I assign?
How many days shall I give you once you reply?
Mark
I sent the link to your email last week. I don’t see any improvement. Do you need to start again with new credentials?
I guess I am not getting email for some reason.
Can your post the solution here?
Thanks,
Mark
@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.