Shortcode | Explanation | |
woo_multi_currency | [woo_multi_currency] | Display a currency switcher widget with default style. |
woo_multi_currency_plain_horizontal | [woo_multi_currency_plain_horizontal] | Display a currency switcher widget with plain horizontal style. |
woo_multi_currency_plain_vertical | [woo_multi_currency_plain_vertical] | Display a currency switcher widget with plain vertical style. |
woo_multi_currency_plain_vertical_2 | [woo_multi_currency_plain_vertical_2] | Display a currency switcher widget with plain vertical style. |
woo_multi_currency_layout3 | [woo_multi_currency_layout3] | Display a currency switcher widget with flag horizontal style. |
woo_multi_currency_layout4 | [woo_multi_currency_layout4] | Display a currency switcher widget with flag vertical style. |
woo_multi_currency_layout5 | [woo_multi_currency_layout5] | Display a currency switcher widget with flag and currency code vertical style. |
woo_multi_currency_layout6 | [woo_multi_currency_layout6] | Display a currency switcher widget with currency symbol horizontal style. |
woo_multi_currency_layout7 | [woo_multi_currency_layout7] | Display a currency switcher widget with currency symbol vertical style. |
woo_multi_currency_layout8 | [woo_multi_currency_layout8] | Display a currency switcher widget with circle block of currency symbol vertical style. |
woo_multi_currency_layout9 | [woo_multi_currency_layout9] | Display a currency switcher widget with curved hiding block of currency horizontal style. |
woo_multi_currency_layout10 | [woo_multi_currency_layout10] | Display a currency switcher widget with flag, currency name, currency symbol vertical style. |
woo_multi_currency_layout11 | [woo_multi_currency_layout11] | Display a currency switcher widget with flag, currency name, currency code vertical style. |
woo_multi_currency_product_price_switcher | ![]() | Display a product price switcher. Note: This is applied for specific product pages built with Elementor or other page builders. |
woo_multi_currency_rates | [woo_multi_currency_rates] | This shortcode will display the exchange rate between a parameter currency and your default currency on the front-end. You can change to other currencies by changing the currencies parameter (e.g., currencies=”GBP,EUR”). |
woo_multi_currency_exchange product_id=”” currency=”” price=”” original_price=”” | [woo_multi_currency_exchange product_id=”18797″ currency=”GBP” price=”66″ original_price=”88″] | – To display product price in a particular currency. – On a single product page, you don’t need additional parameters. – Other than on a single product page, you need to add some parameters: Product ID: Add the ID of the product you want to convert currency. Currency: Add the currency you want to convert the product price; leave blank, and the price will be converted to the currency currently applied to customers. Price: Product price. Original price: Add this value if the item is on sale. |
woo_multi_currency_convertor | [woo_multi_currency_convertor] | To display a currency converter to convert a specific value among currencies. |
woo_multi_currency_product_collate E.g. woo_multi_currency_product_collate layout=”inline” price_convert=”100″ price_range=”100|200″ | [woo_multi_currency_product_collate layout=”inline” price_convert=”100″ price_range=”100|200″] [woo_multi_currency_product_collate layout=”split” price_convert=”100″ price_range=”100|200″] | This shortcode display a product price collated with other currency. Shortcode parameter: “layout”: layout of shortcode (“inline” or “split”) “price_convert”: price number in default currency to display “price_range”: min price and max price in default currency to display (eg: 100|200) |
flag_size= value[0-1] | This is for configuring the size of flag – adding flag_size= value[0-1] to the shortcode of currency selector widget. |