HI,
I created a personalized email for order confirmation f a product category to the customer(Trigger= Order Status Updated To Complete).
Here is the body of the email:
<p align="center">Reservation Nr. [wcj_order_number]<br />
On behalf of: [order_func func="get_billing_first_name"] [order_func func="get_billing_last_name"] -<br /><br />
<p align="center">
<table class="table_main"><tr><td align="center">[wcj_order_items_table
table_class="table_ebike-test"
variation_as_metadate=no
columns="item_quantity|item_name|"
columns_titles="Qty|Reservation and Details| "
columns_styles="width:5%;text-align:left;|width:75%;text-align:left;|width:20%;|;text-align:left;"]
</td></tr>
<tr><td style="padding-top:2%;padding-bottom:2%">
</td></tr></table>
Unfortunately, when the customer places the order, he receives the mail but the shortcode values are not printed. However, if I enter the order and resend the confirmation email, then the email is generated correctly. Why? Thank you