|
Home > Archive > Commerce Server General > November 2006 > CS 2007 Starter Site - Country drop down
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CS 2007 Starter Site - Country drop down
|
|
| Shriroop 2006-11-07, 1:16 pm |
| Hi all,
I have managed to configure the CS 2007 Starter Site with the help of people
on this discussion group.
I can view the list of Products, I can search a product and then follow its
link. Cart is also viewable and if I have added a product in the cart I can
view that as well.
When I click on checkout, I come across shipping address. I cannot see that
my country drop is populated with any country names. I wonder how can I do
this?
Please if some one could guide me on this please!
Many thanks
Shriroop
| |
| Colin Bowern 2006-11-13, 8:42 am |
| Shriroop,
In the AddressManager.ascx.cs you'll see a line:
CommerceContext.Current.OrderSystem.GetRegionCodes();
It pulls from the RegionCodes table in the Transaction Config database. You
will want to append the data there.
Cheers,
Colin
"Shriroop" <Shriroop@discussions.microsoft.com> wrote in message
news:B5EC822B-BCFC-4848-A5BF-27BDC507D8E6@microsoft.com...
> Hi all,
>
> I have managed to configure the CS 2007 Starter Site with the help of
> people
> on this discussion group.
>
> I can view the list of Products, I can search a product and then follow
> its
> link. Cart is also viewable and if I have added a product in the cart I
> can
> view that as well.
>
> When I click on checkout, I come across shipping address. I cannot see
> that
> my country drop is populated with any country names. I wonder how can I do
> this?
>
> Please if some one could guide me on this please!
>
> Many thanks
> Shriroop
|
|
|
|
|