Announcement

Collapse
No announcement yet.

Can I use a currency converter with SellerDeck?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can I use a currency converter with SellerDeck?

    By default, SellerDeck cannot support multiple currency conversion. However, it is possible to embed the Universal Currency ConverterTM (produced by Xenon Laboratories Inc) within your Shopping Cart and your Checkout. The Universal Currency ConverterTM can appear as either an embedded frame or as a floating window. It will take the value from the Shopping Cart and present you with a range of currencies to convert the value into. The Universal Currency ConverterTM is updated in real time to give you all the accuracy you will need.

    In order to incorporate the Universal Currency ConverterTM into your catalogue:

    Select 'Shopping Cart' from the 'Select Page Type' drop down list on the 'Design' tab.

    Click on the 'Shopping Cart' title above the grid to open the layout called 'View Cart Page Shopping Cart Grid'. Scroll down to the bottom of this layout until you find:

    </Actinic:XMLTEMPLATE>

    Just above this line, enter the following:

    <iframe src="http://www.xe.com/pca/input.php?Amount=<actinic:variable name="Total" />&From=GBP&ToSelect=USD" width="620" height="200" name="Currency" frameborder="0" scrolling="no"></iframe>

    Change the currency values in red if required.
Working...
X