Hide Dynamic Products block from confirmation email template
STOMAIL-7324
This commit is contained in:
committed by
Aschepikov
parent
9143902093
commit
f50b87029b
@ -1648,7 +1648,7 @@
|
||||
hiddenWidgets: ['automatedLatestContentLayout', 'header', 'footer', 'posts', 'products'],
|
||||
<% endif %>
|
||||
<% if is_confirmation_email_template %>
|
||||
hiddenWidgets: ['automatedLatestContentLayout', 'coupon', 'header', 'footer', 'posts', 'products'],
|
||||
hiddenWidgets: ['automatedLatestContentLayout', 'coupon', 'header', 'footer', 'posts', 'products', 'dynamicProducts'],
|
||||
<% endif %>
|
||||
coupon: <%= json_encode(woocommerce.coupon.config) %>,
|
||||
};
|
||||
|
Reference in New Issue
Block a user