I'm trying to style WordPress WooCommerce emails, but except for the "default" template I cannot find a preview button...
I can't create an order every time that I'll change something, do you know any way to preview all the different types of emails? like customer-completed-order or customer-invoice?
Thanks in advance.
I found a solution here:
http://enru.co.uk/2014/02/17/testing-woocommerce-emails/
In case someone else has the same issue, this works great.
Related
i'm new in wordpress development and now a days i'm facing a problem. I want to create a separate template page for videos of every woocommerce product, and it's url must be like "/category-name/product-name/videos/"
still confused is it possible or not?
Is there a way how can i do this? If is it possible through coding or through any plugin please let me know
Thanks in advance.
I am doing a project and I have a problem that I can not solve. I need to display an HTML code when the administrator of my WordPress site publishes a page or a post.
I have in my code used the hook edit_form_after_title to realize that but the HTML code does not appear at all. I also used the hook edit_form_after_editor to see if the problem did not come from but unfortunately without success.
PHP code is here:
add_action('edit_form_after_title', array($this, 'postEditActionExecute'));
require_once(plugin_dir_path(__FILE__).'../assets/views/socialCommentClient.php');
Unfortunately I tried to find solutions and looked at the list of available hooks but I didn't find anything.
Your help would be valuable :) Thank you!
I have enabled all emails from admin end woocommerce, but when I submit order the design of the email is not working I mean it's not showing the original default woocommerce emails design it's showing something like paragraphs I have tried to customizations but nothing happens. please guide me where I am making mistakes the email screenshot given below:
Even where from its coming, I have tried to find but no solution gets. I have tried emails customizations, templetes plugins as well nothing going to work. Also, my woocommerce plugin is the latest as well. Please suggest me.
Thanks
So I've been looking everywhere and even asked WooCommerce support, but I just can't find an answer.
There is a search form when you add an order as admin in the WooCommerce Backend (see screenshot). When you search in this field, you only search based on the productname.
I would like to be able to search on tags in this search field as well. Does anyone know how I could achieve this?
I've tried plugins. I've tried to add other suggestions in functions.php, but those where never fully ment for what I'm trying to achieve.
I really hope someone would like to help me out!
Thanks in advance!
I really just want to add a fixed image to my zencart shopping cart without going to the admin panel. I have tried normal with no luck. I have also tried with the same issue.
I suspect there is a php function which gives me the correct page to my template folder, so if anyone knows how to do it please help
I created a function to build it for me. Did not find one directly to use.