Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 3 years ago.
Improve this questionCan someone be kind enough to help me with this problem as illustrated on the image ? I would like to be able to separate the product name , quantity, and price instead of being on one straight line. Your help would be much appreciated. Many thanks
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 3 years ago.
Improve this questionCan someone be kind enough to help me with this problem as illustrated on the image ? I would like to be able to separate the product name , quantity, and price instead of being on one straight line. Your help would be much appreciated. Many thanks
Share Improve this question asked Sep 7, 2016 at 2:19 BodrulBodrul 112 bronze badges 3- There's not enough information to answer this question. Are you using a plugin of some kind to generate this output? Do you have control of this page template? Do you have the means to modify it? – Jeremy Ross Commented Sep 7, 2016 at 2:25
- Hi yes im using the woo-commerce plugin. I have downloaded the entire site via ftp and have control of the files . what im after is to apply line breaks on the product, price and cost on the text only email that's sent when an order is placed . Where do i need to apply the changes? – Bodrul Commented Sep 7, 2016 at 2:47
- WooCommerce and other 3rd party plugin/theme dev support is off topic and not in this stacks scope. You should ask via their official support routes or in their groups and communities. – Tom J Nowell ♦ Commented Feb 2, 2022 at 19:17
1 Answer
Reset to default 0In your WordPress install, you'll go to 'WooCommerce/settings' and click the 'email' tab. From there you can see all of the emails that WooCommerce sends, and click on the title or gear icon to edit. The email format is determined by the template file that is listed at the bottom of the page. You can copy it to your theme to edit it. It requires some knowledge of PHP to make those modifications.
Depending on your comfort level with PHP, it may also be worth considering one of the many plugins that allow easy customization of WC emails.