<?php 
wpb2d_products($manager, array('single', 'bundle'), $extensions);
?>
            <p class="note_paragraph">
                <strong><?php 
_e('Please Note:');
?>
</strong>&nbsp;
                <?php 
echo sprintf(__('Each payment includes updates and support on a single website for one year.', 'wpbtd'));
?>
            </p>
        </div>

        <div id="multi-site-tab">
            <p class="paragraph-block">
                <?php 
echo sprintf(__('
                    These plans are perfect for web developers and people who manage multiple websites
                    because they allow you to install all extensions on the sites that you register.
                    Each plan includes updates and support for one year and you can update your limit at any time.
                ', 'wpbtd'));
?>
            </p>
            <?php 
wpb2d_products($manager, array('multi'), $extensions);
?>
        </div>
    </div>
</div>
			<?php 
wpb2d_products($manager, array('single', 'bundle'));
?>
			<p class="note_paragraph">
				<strong><?php 
_e('Please Note:');
?>
</strong>&nbsp;
				<?php 
echo sprintf(__('Each payment includes updates and support on a single website for one year.', 'wpbtd'));
?>
			</p>
		</div>

		<div id="multi-site-tab">
			<p class="paragraph-block">
				<?php 
echo sprintf(__('
					These plans are perfect for web developers and people who manage multiple websites
					because they allow you to install all extensions on the sites that you register.
					Each plan includes updates and support for one year and you can update your limit at any time.
				', 'wpbtd'));
?>
			</p>
			<?php 
wpb2d_products($manager, array('multi'));
?>
		</div>
	</div>
</div>