WooCommerce Email Template Customizer

WooCommerce Email Template Customizer v1.2.12

No permission to download

ntn

Active member
Trusted Uploader
Aug 8, 2019
197
170
43
Hie no update on codecanyon as yet.. will update as soon as i see it.
 
  • Like
Reactions: omid020

ntn

Active member
Trusted Uploader
Aug 8, 2019
197
170
43
ntn updated WooCommerce Email Template Customizer with a new update entry:

WooCommerce Email Template Customizer 1.0.1.4

**1.0.1.4 - 2021.03.10 **/
- Fixed: Align image in Text Editor
- Updated: Width of template
- Updated: Order detail - Image width of horizontal style
- Updated: Responsive point
- Updated: Hide shipping address if shipping method is local pickup
- Fixed: Keep format of note to customer
- Updated: Add Attachment files
- Updated: Order subtotal component option: hide shipping row when shipping is free

Read the rest of this update entry...
 

shadowrazor

Active member
Apr 8, 2020
93
33
28
125
wwwverse
If you try to edit a design, theres some JS issue I think whichdoesnt let you center elements or switch tabs in the left options column

Ended up using WooMail as an alternative.
 
  • Like
Reactions: Chijioke

ntn

Active member
Trusted Uploader
Aug 8, 2019
197
170
43

Nabeel

Active member
Jul 1, 2019
759
155
43
Malakwal
www.sellbuy.pk
I enabled two payment plans at website one is direct bank transfer and another is COD. when I edit template it works only for COD and when customer choose Direct Bank Transfer it sent email for default template, it should work for all payment methods.
 

ntn

Active member
Trusted Uploader
Aug 8, 2019
197
170
43

Septabyte

Member
Jan 28, 2021
50
18
8
Does anyone know how to auto-insert tracking numbers in the customer order status "completed" email?
 

pingelpangel

New member
Oct 30, 2019
8
2
3
Does anyone know how to auto-insert tracking numbers in the customer order status "completed" email?

If the tracking number is part of the Order Metadata you can do it by adding a custom function to the functions.php. For example like this:

add_action( 'woocommerce_email_after_order_table', 'add_trackingnr_meta', 10, 3);

function add_trackingnr_meta( $order_obj, $sent_to_admin, $plain_text )
{

// Important: You need to know the Metaname !!tracking_number!!! is just an example
$is_trackingNr = get_post_meta( $order_obj->get_order_number(), 'tracking_number', true );

// we won't display anything if its empty
if( empty( $is_trackingNr ) )
return;

// Html Email
if ( $plain_text === false )
{
echo '<h2>Trackinginformations</h2>
<ul>
<li><strong>Tracking Number:</strong> ' . $is_trackingNr . '</li>
</ul>';
}
//Plaintext Email
else
{
echo "\n Trackinginformations\n
<strong>Trackingnumber: </strong>$is_trackingNr\n\n";
}
}

Just to clearify this function will always send a Tracking Number if its set and Part of the Ordermeta.
It will not check the Order State(completed eg).
 

ntn

Active member
Trusted Uploader
Aug 8, 2019
197
170
43
Tomz updated WooCommerce Email Template Customizer with a new update entry:

WooCommerce Email Template Customizer v1.0.2

Download WooCommerce Email Template Customizer v1.0.2 Nulled Free
v1.0.2 - 2021.09.09

- Updated: Add do shortcode
- Updated: Order detail template overridable
- Updated: Font-family
- Updated: Center on mobile option for text element
- Updated: Fix button on outlook
- Updated: Show custom css on preview
- Updated: Remove product link in order detail
- Updated: Add shortcode {from_email}

Read the rest of this update entry...
 

Forum statistics

Threads
69,206
Messages
908,333
Members
236,821
Latest member
rehman

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu