KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: wafeneto on August 04, 2009, 12:47:45 pm

Title: custom attribute on orders_products
Post by: wafeneto on August 04, 2009, 12:47:45 pm
hy, how can i perform a persistence on the custom1 field of the orders_products ´s table?


i try to change the AddToCartFromProdIdAction adding the follow code

b.setCustom1(selectedProd.getCustom1());
System.out.println("add a custom " + selectedProd.getCustom1());

that work fine ( i see  this phrase in the log the msg )
but after i checkout the order the custom1 attribute was no set in table orders_products

what else i need to change?
Title: Re: custom attribute on orders_products
Post by: trevor on August 04, 2009, 01:13:34 pm
Instead of using the API call createCheckoutOrder(), use createCheckoutOrderWithOptions() where one of the options is to copy the basket custom fields.