HEX
Server: Apache
System: Linux server.mart2global.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64
User: henzergrouphenz (1442)
PHP: 7.4.28
Disabled: NONE
Upload Files
File: /home/henzergrouphenz/public_html/wp-content/themes/metro/woocommerce/custom/single/content-3.php
<?php
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.0
 */

namespace radiustheme\Metro;
?>
<div class="single-product-top-3">
	<?php do_action( 'woocommerce_before_single_product_summary' );?>
	<div class="clear"></div>
	<div class="rtin-top-item">
		<div class="rtin-top-left">
			<?php do_action( 'woocommerce_single_product_summary' );?>
		</div>
		<div class="rtin-top-right">
			<?php woocommerce_output_product_data_tabs();?>
		</div>		
	</div>
</div>
<div class="single-product-bottom-3">
	<?php do_action( 'woocommerce_after_single_product_summary' );?>
</div>