python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Check if order note contains specific words and display message in WooCommerce customer completed order email notification
I'm trying to add a specific function to my customer-completed-order template file in WooCommerce.
I want that function to check if an order note is containing specific word "Loren ipsum" an...
lituoklis13
Votes: 0
Answers: 1
Different recipients based on country for WooCommerce new order email notification
I want to send different order email to different recipients:
If the shipping country is Israel the it email recipient should be abc@example.com
If it is France, Spain, Italy, etc, the recipient shou...
Shubham Dixit
Votes: 0
Answers: 1
Sort products in cart by category and also apply this sorting method on orders pages and email notifications in WooCommerce
I sort my cart by category using this code snippet:
//order in cart
function woocommerce_before_cart_contents(){
global $woocommerce;
$cat_wisw_pros = array();
foreach ( $woocommerce->c...
Luca Mezger
Votes: 0
Answers: 1
How to remove white space above header in WooCommerce email notifications
I try to remove white space above the header in WooCommerce email notifications.
I already pasted the email files into the folders:
public_html -> wp-content -> themes -> flatsome-child -&g...
Sofia Nêspera
Votes: 0
Answers: 1