0

I want to customize the email template

I have added as per below by override two files default.phmtl and items.phtml (I have added three addition td tags).

Below is email which I receive exactly

enter image description here

But the order total section is shows problematic.

can any one guide how to move this section right using CSS or any other way

asked Oct 30, 2020 at 11:47
1
  • you can check my answer i have same trouble but something debug and after working it :) Commented Oct 30, 2020 at 12:08

1 Answer 1

0

I have resolved this by ovrerride sales_email_order_items.xml file

Override this file in your theme and add below code

<referenceBlock name="order_totals">
 <arguments>
 <argument name="label_properties" xsi:type="string">colspan="5"</argument>
 </arguments>
</referenceBlock>

You just need to change colspan value as per your customization.

answered Nov 2, 2020 at 13:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.