Products
<section class="module">
<div class="container">
<?php if ( get_sub_field( 'products' ) ) : ?>
<?php echo do_shortcode( '[products ids="' . implode( get_sub_field( 'products' ), ',' ) . '" columns="4" orderby="post__in"]'); ?> <!-- Relationship field. Return Post ID. -->
<?php endif; ?>
</div>
</section>