Dynamic Converter in action

Dynamic Converter is very flexible - you can configure it so that it fits in with the look and feel of your site.


Dynamic Converter Example #1

This example shows a list of products.

The base price (in US Dollars) is shown at the top and the converted price is show below. No decimal places are used.

If you choose this examples base currency (US Dollars) you will see the converted price change to the text 'Convert' to encourage international viewers to click to change your currency.

Dynamic Converter Example
$490
Men's diamond wedding ring
You can click on the price in this example to change your currency.
Dynamic Converter Example
$900
Men's Platinum and White Gold wedding ring
You can click on the price in this example to change your currency.

Your DC console settings for this example will be:

Same currency display: convert
Before currency display: <br>
After currency display: BLANK
Print base amount: SELECTED
Show decimals: 0:No


Dynamic Converter Example #2

This example uses a simple list. You can change your currency by clicking on the select your currency link.

In this example you cannot click on the price to change your currency.

If you choose this examples base currency (GB Pounds) you will see the converted price disappear.

Click here to select your currency

Product Price
Item A £20.00
Item B £300.00
Item C £500.00
Item D £890.00
Item E £1,200.00

Your DC console settings for this example will be:

Same currency display: -
Before currency display: &nbsp;(
After currency display: )
Print base amount: SELECTED
Don't link prices: SELECTED

For the link, you will need to place this html in the place you want the link to appear:
<span id="select_currency_link"></span>


Dynamic Converter Example #3

In this example, you can click on the flag of your choice to change the currency.

Only the converted price is displayed and decimal places has been switched off.

Dynamic Converterer Example

California Driving Tour

California and the surrounding areas in Nevada and Arizona are wonderful places for a driving tour of the USA. They offer a great variety of scenery with some spectacular attractions. Here is my favorite driving tour in the California - Nevada - Arizona area.
Tour Price: GBP £1,525 p/p
Convert to your currency:
View prices in US Dollars View prices in Pounds View prices in Canadian Dollars View prices in New Zealand Dollars

Your DC console settings for this example will be:

Same currency display: show
Before currency display: EMPTY
After currency display: EMPTY
Print base amount: NOT SELECTED
Don't link prices: SELECTED
Show decimals: 0:No

For the flag link, you will need to place this html in the place you want the link(s) to appear:
<img src="/path/flag.png" alt="currency" title="View in currency" onclick="if (window.dc_select_currency) dc_select_currency( 'ISO4217' );">


Dynamic Converter Example #4

It is easy to place a currency selection box on your site. In this example, you can select your currency using the currency drop down.

The converted prices are displayed under the base price in brackets.

If you choose this examples base currency (Euros) you will see the converted price disappear.

Convert to your currency
Dynamic Converterer Example
€120.00
(£85.77 GBP )
Dynamic Converterer Example
€220.00
(£157.24 GBP )
Dynamic Converterer Example
€310.00
(£221.57 GBP )
Dynamic Converterer Example
€1,120.00
(£800.51 GBP )
Dynamic Converterer Example
€1,520.00
(£1,086.40 GBP )
Dynamic Converterer Example
€420.00
(£300.19 GBP )

Your DC console settings for this example will be:

Same currency display: -
Before currency display: <br>(
After currency display: )
Print base amount: SELECTED
Don't link prices: SELECTED

For the link, you will need to place this html in the place you want the link to appear: <span id="currency_select"></span>


Dynamic Converter Example #5

This example shows how Dynamic Converter can be used within dropdown selection boxes.

Try clicking on one of the drop downs and you will see the converted price in brackets next to the base price.

Also the dynamic price is update on the attribute selection which is then reconverted.

Desktop PC
A powerful desktop PC for the home or office.

Standard Features:
  • 6.3GHz Outel® Beyond Processor with 5MB cache
  • No floppy drive but a 8GB flash drive
  • Outel z810 Direct PCI-e Video with 1024Mb VRAM
  • Micro-Tower Chassis
  • 3 Button Internet Keyboard
  • On-Board Digital Sound

Price:   $3,450.00

Select size of Monitor:

Select amount of Memory:

Select capacity of Hard Disk:

Select Extra Drive:

Your DC console settings for this example will be:

Same currency display: -
Before currency display: (
After currency display: )
Print base amount: SELECTED
Don't link prices: NOT SELECTED
Before currency display in a dropdown menu: (
After currency display in a dropdown menu: )
Replace detected dropdown prices with selected format: NOT SELECTED

For the link, you will need to place this html in the place you want the dropdown to appear: <span id="currency_select"></span>
And you need to add the class dcconvert to the select tag you want converted. <select class="dcconvert">
;