Developer forum

Forum » Ecommerce - Standard features » Create shipping documents

Create shipping documents

Lars Larsen
Lars Larsen
Reply

Hi

In the backend there is this button "Create shipping documents" on an order. When clicking it a new page is opened and a popup message tells how many orders has been processed. But what is this button doing and how can I customize the shipping documents? Can't find any documentation of the button on the doc-site.


Replies

 
Adrian Ursu Dynamicweb Employee
Adrian Ursu
Reply
This post has been marked as an answer

Hi Lars,

As far as I know, the button calls for a method "CreateShippingDocuments" that resides in the Shipping Provider code.

I believe that currently, it is connected to the Shipping methods supported by DW and each shipping provider has its own rules for generating the documents.

For custom ShippingProviders, you have to modify the above mentioned method to follow your ShippingProvider documentation.

I don't have a lot of coding specific information since this is usually handled by one of my coleagues. This is my non-developer understanding about how this works. Maybe someone from DW can give you more details about how to tweak it or expand it as a functionality.

Adrian 

Votes for this answer: 1

 

You must be logged in to post in the forum