Announcement

Collapse
No announcement yet.

Dynamic currency conversion

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

    Dynamic currency conversion

    Hi all

    Bit of a long shot.... but has anyone discovered a way of feeding dynamically updated currency conversions to the alternate price on a product page.

    i.e. As well as displaying the price in sterling next to a product, is there a way of showing the true equivalent amount in, say, Euros and for this to update dynamically everytime the visitor refreshes the page?

    Cheers

    Nick
    Hazelnet Web Solutions
    www.hazelnet.co.uk
    Actinic & Worldpay Partners
    Specialising in ecommerce and
    online promotion.

    Workwear and Promotional Clothing
    www.workwearhouse.co.uk
    Logo Your Polo!

    #2
    You could do it in cgi or php - as long as you can parse for server side includes. Write a script (php or perl) to grab rates and pass the base currency to it in the template using an SSI call.

    I did this back with v3 - the problem arose with large numbers of products on a page - it got slow.

    regards

    Greg Hewitt-Long
    Web Design & Ecommerce - Affordable Web Hosting
    Free and low cost Merchant Accounts coming soon..
    NOD32 Antivirus - Reciprocal Links for Actinic Sites ONLY

    Comment


      #3
      Ii think that this thread contains the answer.

      Regards
      Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
      Visit our facebook page for the latest news and special offers from Mole End

      Top Quality Integrated label paper for Actinic and Sellerdeck
      A4 Paper with one or two peel off labels, free reports available for our customers
      Product Mash for Sellerdeck
      Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
      Multichannel order processing
      Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

      Comment


        #4
        Jan,

        I think you mean that *THAT* thread contains one of many possible solutions.

        That solution would definitely work - but it does rely on xe.net being up and functioning (which is wasn't on Tuesday for at least several hours). It would be more self-reliant to write two scripts:

        1. to grab rates to a flat-file or database on your machine, overwritting the last set of rates - either run periodically by cron (or similar scheduler), or some other method of run.

        2. to use this local "rates database" either dynamically when the page is retrieve, or when the rates are requested by the end-user (the popup method would be preferable for system load on busy Actinic stores).

        regards

        Greg
        Web Design & Ecommerce - Affordable Web Hosting
        Free and low cost Merchant Accounts coming soon..
        NOD32 Antivirus - Reciprocal Links for Actinic Sites ONLY

        Comment

        Working...
        X