Title: Where to insert shortcode
Last modified: August 31, 2016

---

# Where to insert shortcode

 *  Resolved [Micha85](https://wordpress.org/support/users/micha85/)
 * (@micha85)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/where-to-insert-shortcode-1/)
 * Hi,
    this is an example product page of my website: [http://www.michaelaurban.com/de/product/sonnenaufgang-grand-canyon/?currency=EUR](http://www.michaelaurban.com/de/product/sonnenaufgang-grand-canyon/?currency=EUR)
   I have no sidebar and would like to offer my customers the possibility to switch
   currencies somewhere near the area where they can also choose the dimension of
   the picture (maybe above or below). How and where do I have to insert the code,
   and what code should I use when I want to keep it as simple as possible (only
   currency symbol US$/€ or shortcode USD/EUR, no flags)? Thanks a lot for your 
   help!
 * [https://wordpress.org/plugins/woocommerce-currency-switcher/](https://wordpress.org/plugins/woocommerce-currency-switcher/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/where-to-insert-shortcode-1/#post-7117649)
 * Hello
 * You can drop this shortcode [http://currency-switcher.com/documentation/#!/section_3](http://currency-switcher.com/documentation/#!/section_3)
   the current wp theme header.php
 * <?php echo do_shortcode(‘[woocs]’); ?> -> [http://clip2net.com/s/3uXc0zT](http://clip2net.com/s/3uXc0zT)
   before menu for example – this will make switcher more notable
 * Without flags – just disable it in the plugin settings
 * _only currency symbol US$/€ or shortcode USD/EUR, no flags_ – try next shortcode:`
   <?php echo do_shortcode('[woocs show_flags=0 width='100px' flag_position='right'
   txt_type='desc']'); ?>`
    + in the plugin settings in the second tab set its view
   as usual drop-down and you will get smth: [http://clip2net.com/s/3uXcVrn](http://clip2net.com/s/3uXcVrn)–
   US$ – this text set in the currency description …
 * p.s. if you need css coders: [https://www.fiverr.com/search/gigs?utf8=%E2%9C%93&search_in=category&source=guest-hp&locale=en&query=css&category=10&sub_category=140&page=1&layout=auto](https://www.fiverr.com/search/gigs?utf8=%E2%9C%93&search_in=category&source=guest-hp&locale=en&query=css&category=10&sub_category=140&page=1&layout=auto)–
   css works for 5$
 *  Thread Starter [Micha85](https://wordpress.org/support/users/micha85/)
 * (@micha85)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/where-to-insert-shortcode-1/#post-7117664)
 * Hi [@realmag777](https://wordpress.org/support/users/realmag777/),
    thanks for
   trying to help, but when I put the code from section 3 in my header, the currency
   drop down of course shows up ABOVE the title of my product. But I want to have
   it between the title and the dimension, or between the dimension and the amount/
   add to cart line. How do I achieve this? I don’t think I can play around with
   the original woocommerce file, as changes to this one will get deleted each time
   I update the plugin. Thanks a lot for your help, Michaela
 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/where-to-insert-shortcode-1/#post-7117696)
 * Hello Michaela
 * _I don’t think I can play around with the original woocommerce file_ – you can
   do it if will override this files [https://docs.woothemes.com/document/template-structure/](https://docs.woothemes.com/document/template-structure/)
 * Here is an example [http://clip2net.com/s/3v0fEw5](http://clip2net.com/s/3v0fEw5)
   how I did it for demo: [http://demo.currency-switcher.com/shop/clothing/happy-ninja/](http://demo.currency-switcher.com/shop/clothing/happy-ninja/)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Where to insert shortcode’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-currency-switcher/assets/icon-256x256.png?rev
   =2844633)
 * [FOX - Currency Switcher Professional for WooCommerce](https://wordpress.org/plugins/woocommerce-currency-switcher/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-currency-switcher/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-currency-switcher/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-currency-switcher/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-currency-switcher/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-currency-switcher/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [RealMag777](https://wordpress.org/support/users/realmag777/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/where-to-insert-shortcode-1/#post-7117696)
 * Status: resolved