Custom order number
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Custom order number

 
Post new topic   Reply to topic    Windows Server Forum Index -> Commerce Server
Author Message
Jimut
Guest





Posted: Wed Dec 15, 2004 4:50 pm    Post subject: Custom order number Reply with quote

Hi,

While generating an order I want to have a custom order number instead of
the order number generated by commerce server. How Can I do that same ? I
am using basket.SaveAsOrder() to generate a purchase order.

Regards,
Jimut.
Back to top
Ravi Shankar
Guest





Posted: Fri Dec 17, 2004 5:53 pm    Post subject: RE: Custom order number Reply with quote

After you do a basket.saveasorder you get a reference to the PurchaseOrder
and then

PurchaseOrder.OrderForms("default").Item("order_number") = "whatever your
custom order number is"
PurchaseOrder.Save

This sequence should solve your problem...

Regards.

"Jimut" wrote:

Quote:
Hi,

While generating an order I want to have a custom order number instead of
the order number generated by commerce server. How Can I do that same ? I
am using basket.SaveAsOrder() to generate a purchase order.

Regards,
Jimut.

Back to top
Jimut
Guest





Posted: Wed Dec 22, 2004 9:04 am    Post subject: Re: Custom order number Reply with quote

Thanks a lot. The following code worked for me :

PurchaseOrder.OrderForms("default"). ParentOrderGroup["order_number"] =
"whatever your
custom order number is"

Regards,
Jimut.
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Commerce Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB