Hello,
I just want to edit user meta (sunshine_email, etc.) in the custom user profile on worpress backoffice.
I’ve noticed that SunshinePhotoCart uses meta information for the user account but there is no option under the plugin (backoffice) to edit users, only in the frontend…
Thanks !
Hi there,
Just change GWEBPRO-STORE-LOCATOR-FRONTEND.PHP at the line:
document.location=formatUrl(‘dest=’+encode(address)+’&lat=’+lat+’&long=’+lng);
with:
document.location=formatUrl(‘dest=’+address+’&lat=’+lat+’&long=’+lng);
The problem is that while passing the URL the special characters get encoded.
Hope this works for you guys.
Best Regards.