Tom Prince
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Custom Emails] Send new order email to customerHi there, does this help?
https://wordpress.org/support/topic/cant-send-custom-emails-to-customers-only/
Let me know if not, because I got this working 🙂
Forum: Plugins
In reply to: [Woo Custom Emails] Undefined variableI added the $email variable myself with an empty string
$email = ''; //variable is the string of html to insert into the footerThis then allows this section to work, however I’m not sure what the developers intend to do here
Forum: Plugins
In reply to: [Woo Custom Emails] Cant send custom emails to customers onlyI managed to get this working by setting the ‘recipients’ to an invalid email (“Customer”).
With the function ticked this should then send a HTML email to the customers billing address.
Forum: Fixing WordPress
In reply to: Custom User Roles and CapabilitiesWell I have some custom posts, events and groups, and I’d like each of these to be edited by different types of user.
I want 5 users in total including the admin, and all of these need access to the admin area of the site, with different levels of restricted access.
they each need to be able to edit their profile, and eventually, when I create the functionality, be able to view and upload content on a shared area.There’s quite a lot to do here, and I’m stumbling at the first hurdle of different roles.
Thanks