Hi,
Inside the file themes/dante/woocommerce/single-product/meta.php
Find this code:
<span class="need-help"><?php _e("Need Help?", "swiftframework"); ?> <a href="#email-form" class="inline" data-toggle="modal"><?php _e("Contact Us", "swiftframework"); ?></a></span>
and replace by this one:
<span class="need-help">Product code <?php echo $product->get_sku();?> - <?php _e("Need Help?", "swiftframework"); ?> <a href="#email-form" class="inline" data-toggle="modal"><?php _e("Contact Us", "swiftframework"); ?></a></span>
Let us know if it worked.
Best Regards,
Rui