CS2002 - Issue with Multiple Shipments
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Commerce Server > Commerce Server General > CS2002 - Issue with Multiple Shipments




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    CS2002 - Issue with Multiple Shipments  
Joy Esther


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-30-04 10:55 PM

Hi,

We need to provide the functionality of Shipping an Order to Multiple
Addresses. Each Shipping could be to a different state and different shippin
g
method also could be selected. And this means each Shipping can have
different tax and shipping cost calculated at the end of Order Processing.

By default, Retail2002, allows us to calculate the total only for the Order
Level and not at the Shipping Address Level.

Is the any way out or work around to do get this accomplished ? Let me know
your comments.

Thanks

Joy






[ Post a follow-up to this message ]



earme is offline     Re: CS2002 - Issue with Multiple Shipments  
earme


View Ip Address Report This Message To A Moderator Edit/Delete Message


Click Here to See the Profile for earme Click here to Send earme a Private Message Find more posts by earme Add earme to your buddy list
 
10-21-04 09:19 PM

I think that the totals are calculated for each shipment (should be done in 
the pipeline component), you just need to display them, correct?  You need t
o break the order into it's shipments.  This is how I did it:

set Shipments = mscsOrderGrp.Value.ORDERFORMS(OrderFormName).Shipments
	
for intShipmentCnt = 0 to Shipment.Count - 1
    orderShipment = Shipments (intShipmentCnt)
    ' what ever you want to print from the shipment
next

Some other things you might need to know:
orderShipment("_cy_subtotal_total")
orderShipment("_cy_shipping_total")
orderShipment("_cy_tax_total")

- Earme




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 04:14 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register