Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aliaramli/ea19587ef44e6aeab8ff3554d05b272e to your computer and use it in GitHub Desktop.
Save aliaramli/ea19587ef44e6aeab8ff3554d05b272e to your computer and use it in GitHub Desktop.
//Create folder for the child theme
mkdir -p /var/www/<your-website-directoy>/wp-content/themes/child-storefront/woocommerce/emails
//Add the customer-on-hold-order.php to the child theme emails template directory
cp /var/www/<your-website-directoy>/wp-content/plugins/woocommerce/templates/emails/customer-on-hold-order.php /var/www/<your-website-directoy>/wp-content/themes/child-storefront/woocommerce/emails
//Dont forget to grant permission to the folder :D
chown -R www-data:www-data /var/www/<your-website-directoy>/wp-content/themes/child-storefront/woocommerce/emails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment