dazmania Posted August 10, 2017 Share Posted August 10, 2017 Hi all, I hope you are well. I understand that it's easy enough to pull the PS_SHOP_EMAIL from configuration but I would like to know if it is possible to obtain the Webmaster email address to use inside my Prestashop module? Many thanks,Darren Link to comment Share on other sites More sharing options...
bellini13 Posted August 11, 2017 Share Posted August 11, 2017 Could you clarify what a webmaster email address is in Prestashop? Are you looking for an employee record, a contact record, something else? Link to comment Share on other sites More sharing options...
Scully Posted August 11, 2017 Share Posted August 11, 2017 In fact the question isn't clear enough. If you wan't to see all mail addresses from your configuration, you could use this SQL statement: SELECT * FROM `pre_configuration` where value like '%@%'; Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now