Ask a Question related to Dreamweaver AppDev, Design and Development.
-
James Noon #1
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
-
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... -
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... -
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... -
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... -
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; ...... -
Paul Whitham TMM #2
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



Reply With Quote

