2026-02-05 17:08:59 +03:00

15 lines
267 B
PHP

<?php
/**
* Underscore.js template
*
* @package fusion-builder
* @since 2.0
*/
?>
<script type="text/html" id="tmpl-fusion_woo_cart_table-shortcode">
<table {{{ _.fusionGetAttributes( wooCartTable ) }}} cellspacing="0">
{{{ cart_table }}}
</table>
</script>