Phone
+852 6339 2326
Work Hours
Monday to Friday: 9AM - 6PM
Create a Custom Template
Under /wp-content/plugins/woocommerce/templates, here have templates you can use with child theme, this time I want to place the currency switcher before the price, so I take out
/wp-content/plugins/woocommerce/templates/single-product/price.php
and put it under child theme
/wp-content/themes/child-theme/woocommerce/single-product/price.php
and then add the following code to the file
<?php echo do_shortcode("[your_shortcode]"); ?>