Commerce Server General - Question for MS people -> Retail2002 pipeline

This is Interesting: Free IT Magazines  
Home > Archive > Commerce Server General > May 2004 > Question for MS people -> Retail2002 pipeline





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 Question for MS people -> Retail2002 pipeline
ryanr@nni.com

2004-05-11, 8:20 pm

I'm working with the code from the "Building Solutions with CS2002"
book, so hand in there.

1.) Is the order.shipments key part of (accessible from) the Checkout
pipeline?

2.) If not, how can I add it?

3.) If so, can you tell me what is wrong with adding this line (as a
starting point for accessing the SimpleLists) to the Checkout pipeline
(Scriptor, following the Accept Payment section):


Function mscsexecute(config, orderform, context, flags)
Dim shipments
shipments = orderform.[shipments]
mscsexecute = 1

End Function



Thanks,
Ryan
Michael O'Donovan [MSFT]

2004-05-12, 6:47 am

Hi Ryan,

Try

Dim shipments
set shipments = orderform.Value("shipments")

Hope this helps,
Michael

--
This posting is provided "AS IS" with no warranties, and confers no rights.
<ryanr@nni.com> wrote in message
news:8iq1a059gprgqo9cpe3f5r3ttcvuk9vhts@
4ax.com...
> I'm working with the code from the "Building Solutions with CS2002"
> book, so hand in there.
>
> 1.) Is the order.shipments key part of (accessible from) the Checkout
> pipeline?
>
> 2.) If not, how can I add it?
>
> 3.) If so, can you tell me what is wrong with adding this line (as a
> starting point for accessing the SimpleLists) to the Checkout pipeline
> (Scriptor, following the Accept Payment section):
>
>
> Function mscsexecute(config, orderform, context, flags)
> Dim shipments
> shipments = orderform.[shipments]
> mscsexecute = 1
>
> End Function
>
>
>
> Thanks,
> Ryan



ryanr@nni.com

2004-05-12, 12:07 pm

Can't believe I missed that. On a side note, do you know how it is
possible to copy the receipt page into an email? I saw some code
dealing with the MessageManager (taking an OrderID as an overload),
but it was written for ASP sties.

Many Thanks,
Ryan

On Wed, 12 May 2004 11:33:05 +0100, "Michael O'Donovan [MSFT]"
<michodon@online.microsoft.com> wrote:

>Hi Ryan,
>
>Try
>
>Dim shipments
>set shipments = orderform.Value("shipments")
>
>Hope this helps,
>Michael


Sandra Castellanos

2004-05-13, 11:59 am

Hi,

I am doing the email thing, right now. Look in the CS2002 documentation for
thearticle "Sending a Purchase Confirmation by e-mail". I am doing it with
using a template, and it is working. If you have any problems, just let me
know.

Regards,

SC
<ryanr@nni.com> wrote in message
news:h1i4a0h31s7hgdpugcvinjl2pm2nr3hv1h@
4ax.com...
> Can't believe I missed that. On a side note, do you know how it is
> possible to copy the receipt page into an email? I saw some code
> dealing with the MessageManager (taking an OrderID as an overload),
> but it was written for ASP sties.
>
> Many Thanks,
> Ryan
>
> On Wed, 12 May 2004 11:33:05 +0100, "Michael O'Donovan [MSFT]"
> <michodon@online.microsoft.com> wrote:
>
>



Sandra Castellanos

2004-05-13, 11:59 am

Oh I forgot

There is only one thing I haven't been able to manage and it is to get the
receipt no into the email. The number I am getting is orderform.orderid, but
it is not the code that it shows as receipt no. The number I need is
orderform.parentordergroup("order_no"). But nothing I have done has worked
on getting it.

If you can figure it out please let me know

Regards,

SC
<ryanr@nni.com> wrote in message
news:8iq1a059gprgqo9cpe3f5r3ttcvuk9vhts@
4ax.com...
> I'm working with the code from the "Building Solutions with CS2002"
> book, so hand in there.
>
> 1.) Is the order.shipments key part of (accessible from) the Checkout
> pipeline?
>
> 2.) If not, how can I add it?
>
> 3.) If so, can you tell me what is wrong with adding this line (as a
> starting point for accessing the SimpleLists) to the Checkout pipeline
> (Scriptor, following the Accept Payment section):
>
>
> Function mscsexecute(config, orderform, context, flags)
> Dim shipments
> shipments = orderform.[shipments]
> mscsexecute = 1
>
> End Function
>
>
>
> Thanks,
> Ryan



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com