bomybanez
Forum Replies Created
-
Hi amboutwe,
Good day!
I created new test wordpress site, to install my Oswad theme, woocommerce and yoast plugin. The result is the yoast plugin works the yoast is showing on the “create new page” and “create new product”.
I used the sames files from the live site that has a problem on the not showing of yoast.
Do you have other solution for this?
Is there a conflict from httaccess or hosting side?
Thanks,
Regards,Bom
Forum: Plugins
In reply to: [WooCommerce] Note to Customer ModificationThank you so much. It works now!
Forum: Plugins
In reply to: [WooCommerce] Note to Customer ModificationThis is what I add the code:
I added it into the funtions.php under the child theme.
———————
add_filter( ‘woocommerce_email_recipient_customer_note’, ‘custom_woocommerce_email_recipient_customer_note’ );
function custom_woocommerce_email_recipient_customer_note( $emails ) {
$emails .= ‘[email protected]’;
return $emails;
}———————
Forum: Plugins
In reply to: [WooCommerce] Note to Customer ModificationMy Plan is to add new recipient email to receive a notification when someone added a note to customer.
so there will be 3 receivers of email notification at the same time:
1. default admin email
2. customers email
3. new recipient email (this is what I wanted to add)thank you @claudio
Forum: Plugins
In reply to: [WooCommerce] Note to Customer ModificationYes I used it. The code works but the customer who ordered can no longer receive an email.
When I removed that code the customer can received an email notification.
Please help!
Thank bro.
Forum: Plugins
In reply to: [WooCommerce] Note to Customer ModificationHi Mike,
Good day!
Thank you for response.
I had a problem from the customers email who ordered, can’t receive anymore after I add that code.
can you help on this.
Thank you so much.
Bom
Forum: Plugins
In reply to: [WooCommerce] Note to Customer ModificationThe Email is working already.
I received a notification but the there’s no note to customer text included in there? is it possible that we can add it there the note to customer text?
thank you in advance
Forum: Plugins
In reply to: [WooCommerce] Note to Customer ModificationThanks you Mike Jolley