08-23-04 10:50 PM
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
[ Post a follow-up to this message ]
|