Thread: Order Details
View Single Post
  #1  
Old 02-16-2018, 04:00 AM
 
Soptareanu Alex Soptareanu Alex is offline
 

Member
  
Join Date: Sep 2016
Posts: 24
 

Default Order Details

Anyone can explain me how actualy processQuick() function works ? In \XLite\Model\OrderItem I create a new property(item_disponibility). His value is set when I add some product in cart based on a product property.
In my Order Details I show in the table this propery. It shows very well but if I want to add another product on that particulary order, I recive an error when it calls recalculate method because of item_disponibility that has no value and it send a null to database column. The question is how to pass this value to entity before make the persistence in xc_order_items table.

I use a XCART 5.3.2.13 version !
__________________
alex
Reply With Quote