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

15 lines
296 B
PHP

<?php
/**
* Underscore.js template
*
* @package fusion-builder
* @since 2.0
*/
?>
<script type="text/html" id="tmpl-fusion_woo_cart_shipping-shortcode">
<form {{{ _.fusionGetAttributes( wooCartShippingAttr ) }}} method="post" action="#">
{{{ cart_shipping_content }}}
</form>
</script>