Developer forum

Forum » Ecommerce - Standard features » Fixed orderline

Fixed orderline

Nuno Aguiar
Reply

Hi,

 

We are trying to find out if a problem we are having is bug 17368, but I don't know what a fixed orderline is and how to identify one in the SQL. Can anyone help?

 

The problem we have in RMA's is that it doens't work with some products (maybe orderlines).

 

Best Regards,

Nuno Aguiar


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Nuno

Fixed orderlines are orderlines that have had their prices set specifically (could be a live integration or something that alters the price of that orderline) - that results in the property Orderline.Type = OrderLineType.Fixed.

In database it would look like this: EcomOrderLines, field OrderLineType should have a value of 2.

BR Nicolai

 

You must be logged in to post in the forum