Implications for a multi lingual, multi curreny e commerce site ??

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Implications for a multi lingual, multi curreny e commerce site ??

    Hi

    I'm about to start wotk on a large e commerce site which is to be multi
    lingual and support multi currencies.

    The site needs full content management so obviously it needs some severe
    planning.

    I was wondering if anyone knows of any resourses / advice for such a site.

    I will be using asp and sql server

    Many Thanks, James


    James Noon Guest

  2. Similar Questions and Discussions

    1. Multi-site login, need help...
      Heya, I am wondering if anyone could suggest some possible solutions to create a login form (using Joomla's pre-fabbed one) that would login to...
    2. multi language - multi track?
      hello everybody! im planning an interactive multimedia-cd featuring menues with text, audio and video. this cd will be available for different...
    3. Multi-demensional, multi-key hash : Help :(
      Hey Group I am new to hashes, so please be kind : ) I am trying to create a hash of hash's with the following characteristics: 1. The outer...
    4. Form validation for multi-rows and multi-columns
      Hello All, I have a classical ASP form with multi-rows and multi-columns that allows users to enter multiple records at once. How do you check...
    5. multi file multi colomn
      can you more clearly explain your problem? - do your files contain of many lines and you want this: f1l1;f2l1;f3l1; ... f1l2;f2l2;f3l2; ......
  3. #2

    Default Re: Implications for a multi lingual, multi curreny e commerce site ??

    Here are my thoughts on doing this.

    1) Use cookies on the site to determine the currency and language being
    used.
    2) Number & date formating on the pages can be handled using different
    LCID settings which you can set based on the cookies
    3) Determine what you base currency will be and only store your prices in
    the products table. Have a second table to hold the conversion rates (unless
    you are using live rates) and do your conversion to the other currencies at
    run time.
    4) The sales table should be the only one where you store the Foreign
    currency amount so that you can show this on any order status page.
    5) The number of languages involved will determine whether you store the
    content in a different table, or as additional columns in the existing
    table.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "James Noon" <james@chameleon-web.co.uk> wrote in message
    news:d3ltbs$fi3$1@forums.macromedia.com...
    > Hi
    >
    > I'm about to start wotk on a large e commerce site which is to be multi
    > lingual and support multi currencies.
    >
    > The site needs full content management so obviously it needs some severe
    > planning.
    >
    > I was wondering if anyone knows of any resourses / advice for such a site.
    >
    > I will be using asp and sql server
    >
    > Many Thanks, James
    >
    >

    Paul Whitham TMM Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139