Developer forum

Forum » Development » Extra fields in order lines

Extra fields in order lines


Reply

In eCommerce you can add Order fields and Product fields but is there a way to add fields to order lines?

 

The fields will contain information about individual order lines (orderline state, how many items have been delivered, planned delivery date,...)

 

 


Replies

 
Reply
paul wrote:

In eCommerce you can add Order fields and Product fields but is there a way to add fields to order lines?

 

The fields will contain information about individual order lines (orderline state, how many items have been delivered, planned delivery date,...)

 

 

Unfortunately not yet, but there have been multiple requests to this feature, so hopefully sometime soon:)
 

 
Reply

But you can add all the fields you want to the EcomOrderLines table. The downside is that they won't appear on the order in backend, neither in the frontend template unless you make and extender and render the orderlines using your custom code.

 
Reply
Sorensen wrote:

But you can add all the fields you want to the EcomOrderLines table. The downside is that they won't appear on the order in backend, neither in the frontend template unless you make and extender and render the orderlines using your custom code.


 

will these fields still be there after updates to dynamicweb?

 
Reply

Yes, but give them a name that we will not think of naming a field later on.

 

You must be logged in to post in the forum