Multi Currency Switcher

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]"); ?>

Leave a Reply

Your email address will not be published. Required fields are marked *