|
Home > Archive > Commerce Server Solution Sites > February 2004 > Summary and Confirmation Pages - Running Total.pcf
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 |
Summary and Confirmation Pages - Running Total.pcf
|
|
|
| We extended the retail site solution as our foundation
I am wondering if it is neccessary to re-run the basket
and total pipelines a second time. The summary page runs
those pipelines first. Then re-runs them on the
Confirmation page. My coded works fine as mentioned.
But, I have added cybersource Tax service to my total
pipeline and I perfer not to re-run the tax service
component (Total.pcf). I have thought of several work-
arounds - 1) remove tax component from the total.pcf and
create a new pipeline. 2) check a flag to determine
whether to run the tax component.
3) Run basket, total pipelines once (Summary Page). Then
on the confirmation page, I would prefer to run the
checkout.pcf (during initialization) and a final checkout
(checkoutcomplete) once the user clicks on the process
order. I was not able to execute the 3rd method
successfully
Thanks
Mark
| |
| Max Akbar 2004-02-16, 4:34 pm |
| You would normally re-run the basket, total, and Checkout. If you are
getting an error during the checkout process for running the three pipeline
components that there is an issue with one of your component I would enable
the logging functionality of the pipeline and see what the logs tell you
look at the event log too.
Regards,
-Max
"Mark" <anonymous@discussions.microsoft.com> wrote in message
news:ed0b01c3f18d$6a1f8840$a301280a@phx.gbl...
> We extended the retail site solution as our foundation
>
> I am wondering if it is neccessary to re-run the basket
> and total pipelines a second time. The summary page runs
> those pipelines first. Then re-runs them on the
> Confirmation page. My coded works fine as mentioned.
> But, I have added cybersource Tax service to my total
> pipeline and I perfer not to re-run the tax service
> component (Total.pcf). I have thought of several work-
> arounds - 1) remove tax component from the total.pcf and
> create a new pipeline. 2) check a flag to determine
> whether to run the tax component.
> 3) Run basket, total pipelines once (Summary Page). Then
> on the confirmation page, I would prefer to run the
> checkout.pcf (during initialization) and a final checkout
> (checkoutcomplete) once the user clicks on the process
> order. I was not able to execute the 3rd method
> successfully
>
> Thanks
>
> Mark
|
|
|
|
|