Hide Dynamic Products block from confirmation email template

STOMAIL-7324
This commit is contained in:
 Ján Mikláš
2025-04-28 13:09:28 +02:00
committed by Aschepikov
parent 9143902093
commit f50b87029b

View File

@ -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) %>,
};