Hello – recently my email template sent to customers once they place an order are including the site title outside the main email body.
this is a WooCommerce store.
I haven’t made any changes recently that I can recall, and tried deleting the copied email template from my server and just use the original but the issue persists.
Any Advise on how to remove it?
Please see screenshot link:
https://ibb.co/K7DM3jV
Thank you for your help!
If you want to change the content of your WooCommerce emails, you can do so by editing the templates. You can access the templates by going to WooCommerce > Settings > Emails. From there, you can select the template you want to edit and make your changes.
If that doesn't get you your disired result you can also overwrite the woocommerce email template by copying the template to your child theme.
Copy the following file from:
wp-content/plugins/woocommerce/templates/emails/email-header.php
To
wp-content/themes/my-theme-directory/woocommerce/emails/email-header.php
Then remove the {site_title} from there and you should be fine.
Let me know if this solved your issue, if not, I will look into it further.
Related
We’re just getting started with WooCommerce and are preparing a store with just a few categories and products in it to play around with it and get to know it before we get seriously into it.
We don’t yet have an SSL certificate for our website.
Does this mean that we won’t be able to create a store and test it until we get an SSL certificate?
As is, we’re seeing blank pages when we go to cart and try to go to checkout. On those pages, our header is there, but the page below the header is empty, blank.
I posted this same question in an existing thread that mentioned this, but haven’t had a reply. Thought maybe it might be missed in that other thread.
maybe, can you see do code shablon this page?
Thank you.
I came across this issue while writing a custom WooCommerce theme from scratch. I realized that if your theme has a page.php template (or any of the fall-back templates in the WP hierarchy) - you need to make sure, that the_content(); function gets called in the template that your page post-type is going to use (either page.php, singular.php or index.php) - if you are using the standard WooCommerce setup.
If not, the WooCommerce short-codes are simply never output - which the cart, checkout, my-account and order-tracking pages depend on.
Make sure to enter the [woocommerce_cart] shortcode in the Cart page and [woocommerce_checkout] shortcode on the checkout page.
And Goto Woocommerce settings and set the Cart Page, Checkout page.
This should solve the issue.
Meanwhile, check the Woocommerce -> System Status and look for errors.
If you are using any page builder, make sure you enter the Shortcodes in the text box modules.
If you still face the issue, try reverting back to Gutenburg editor or classic editor instead of Page builder.
How to debug:
wordpress.org/support/topic/how-to-debug-issues-after-updates
Perhaps it would be easier to find what is causing the conflict. Try temporarily switching back to the WordPress Twenty Sixteen Theme, or Storefront, and disable all plugins except for WooCommerce. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict
The cart, my-account and checkout pages are all blank when I try view them. All I get is the header and footer. All I have done so far is download WooCommerce, go through the settings and add theme support. My shop page wasn't working until I added theme support but now thats the only page that does. Also I've noticed that if I use WooCommerce shortcode in my php files I can get the pages. But the shortcode doesn't seem to be working in the backend. BTW I'm using my own custom theme incase thats relevant.
What can I do to fix this?
update:
This must be an issue with my theme as if I set one of the default ones to active all the WooCommerce pages show. But I don't know what my themes issue is yet.
update: I have noticed that the WooCommerce pages are allowing me to add templates to them, apart from the shop page which is working. Why is this happening?
There are few steps to do.
First turn on debug, by switching WP_DEBUG to true.
View source of page, and check if everything is being rendered, and also check console for JS error.
At last, for theme, if after switching to default theme, content shows up, there is a theme related issue.
Check for missing templates or template parts or structure within related with page from which content is missing and compare it with default themes templates and template parts.
See if there is some template part missing, or modified, like content.php or content-page.php, the_content() , etc.
I want to add the user registration form to several pages in WordPress.
Until now, I couldn't find any solution for that.
I tried to copy the form from the WooCommerce login/registration template.
Unfortunately without success.
Is there any way to do this without a plugin?
Maybe I made a mistake at my first try to solve that problem.
You could copy the form from the file /wp-content/plugins/woocommerce/templates/myaccount/form-login.php and use it everywhere on the site.
Works fine ;)
(Note! It's not necessary to know what is UltimateMember to can help me)
I created a custom template for a customer and I have a little problem with the plugin UltimateMember, plugin that allow users have a custom profile (upload avatar photo and little more). The problem is, when I try to change avatar photo, the modal windows that allow you choose a photo, does not appear using my template. It works great with default wordpress templates.
Here two interesting pics about this situation. You can see that "This" is not charged in my custom template and I don't understand why...
Default template:
http://tattoobiter.com/default.png
Custom template:
http://tattoobiter.com/custom.png
Thank you.
Problem solved, It seems wordpress have problems to charge javascript external scripts if don't have
The issue is on Woocommerce permalink. I have added 7 menus to my woocomerce website, of which 5 of them contains the products, the others are HOME and CART. The problem is, I ain't aware of the permalink concept. Though, I tried to link my products to the respective page by changing permalink as
Custom Structure : http://example.org/%product_cat%/
Category base : products
and it works fine for the 5 products in the menu, but the problem occurs with my CART menu.
When I click it shows
"Page not found! Something has gone wrong. Sorry about that!"
I tried with Woocommerce settings, where I couldn't find any option to resolve this.
Hi try to go to Woocommerce setting and then on Checkout tab set the Cart page to your designated Cart Page that you created. (Same goes as your checkout page). Or try to go to permalink and save again.
What is the link that shows in the browser when you get the "Page not found" error?
If you go to Woocommerce Settings > Checkout, you will see a section called Checkout Pages. Make sure you set your cart and checkout pages to the correct page and save it. If that does not fix your issue, go to Settings > Permalinks and click save. Test again.
You also want to make sure you update your theme and plugins. If none of these options work, please send the url that shows when you get the "page not found" error.
The best way is to use a special plugin as well as you can save time and quickly manage URL’s on your WooCommerce store.
In my opinion, the best plugin for managing links to the WooCommerce platform is the WooCommerce Permalink Manager by Premmerce that allows you to configure URL generation strategy for your store. I used almost all similar plugins, but I can confidently say that it’s the best solution in this area. This plugin is completely free and has a friendly interface. So you can use this tool without any skill.
I hope It will help to you!