oont-contents/plugins/side-cart-woocommerce/admin/templates/preview/xoo-wsc-product-preview.php
2025-04-06 08:34:48 +02:00

5 lines
No EOL
340 B
PHP

<# if ( "cards" === data.product.layout ) { #>
<?php xoo_wsc_helper()->get_template( 'xoo-wsc-product-card-preview.php', $productData, XOO_WSC_PATH.'/admin/templates/preview' ); ?>
<# }else{ #>
<?php xoo_wsc_helper()->get_template( 'xoo-wsc-product-row-preview.php', $productData, XOO_WSC_PATH.'/admin/templates/preview' ); ?>
<# } #>