| Jason Xu 2004-09-07, 5:54 pm |
| Well, how tax is displayed in the site is totally depends on your code.
If you code the basket to display tax, then it will be there. If you code
tax display in order summary page, then it is there. If you have not code
to display tax in product detail page, it will not be there.
Again, Retail2002 in SDK is a very good sample for your reference.
Thanks,
Jason
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. Đ 2001 Microsoft Corporation. All rights
reserved.
--------------------
From: "Jorge" <msnews.microsoft.com>
References: <e8r0eaQiEHA.140@TK2MSFTNGP12.phx.gbl>
<fvexQcUiEHA.2408@cpmsftngxa10.phx.gbl>
Subject: Re: in order tax donīt apper whatīs wrong??
Date: Mon, 23 Aug 2004 21:54:24 +0200
Lines: 61
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <OpPo9rUiEHA.3264@tk2msftngp13.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: 90.red-81-35-94.pooles.rima-tde.net 81.35.94.90
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13
.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:14609
X-Tomcat-NG: microsoft.public.commerceserver.general
But if i write the code, the tax in product should be included??and i want
price that show in site sould be whitout tax and it include when you realise
a purchase, can you explain me this??
"Jason Xu" <huanchixonline@microsoft.com> escribió en el mensaje
news:fvexQcUiEHA.2408@cpmsftngxa10.phx.gbl...
> You need to write your own code to display the tax data.
>
> Such as in a OrderTotal user control:
> Public DisplayOrderGroup As OrderGroup
>
> Protected taxTotalText As System.Web.UI.HtmlControls.HtmlTableCell
>
> TaxTotal.Text = CType(DisplayOrderGroup.Item("saved_cy_tax_total"),
> Decimal).ToString("C")
>
> You can check Retail2002 site code as a sample (retail2002 pup file can be
> found in the SDK comes with Commerce Serer 2002).
>
>
> Thanks,
> Jason
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use. Đ 2001 Microsoft Corporation. All rights
> reserved.
>
> --------------------
> Reply-To: "jorge" <jorge@visualpr.net>
> From: "jorge" <jorge@visualpr.net>
> Subject: in order tax donīt apper whatīs wrong??
> Date: Mon, 23 Aug 2004 13:44:50 +0200
> Lines: 10
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.3790.181
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181
> Message-ID: <e8r0eaQiEHA.140@TK2MSFTNGP12.phx.gbl>
> Newsgroups: microsoft.public.commerceserver.general
> NNTP-Posting-Host: 202.red-80-38-81.pooles.rima-tde.net 80.38.81.202
> Path:
>
cpmsftngxa10.phx.gbl!TK2MSFTNGXA07.phx.gbl!TK2MSFTNGXA06.phx.gbl!cpmsftngxa0
> 6.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
> Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:14603
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> Hello!!
> iīm developing a commerce server project with 2002 version and i have a
> serious problem.
> I have created a tax method(16%) but i donīt know what i have do to see
this
> tax. when a user make a order tax donīt appear.
> I donīt know if i have include tax in anyplace o in basket
> please help me!!
> thanks
>
>
>
|