Repository URL to install this package:
|
Version:
1.6.10 ▾
|
jsarnowski/cartflows-pro
/
beaver-builder
/
cartflows-pro-bb-offer-product-quantity
/
includes
/
frontend.php
|
|---|
<?php
/**
* Frontend view
*
* @package offer-product-quantity
*/
?>
<div class="cartflows-pro-bb__offer-product-quantity cartflows-bb__offer-product-quantity_align-<?php echo $settings->align; ?>">
<?php
echo do_shortcode( '[cartflows_offer_product_quantity]' );
?>
</div>