• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 09, 2025, 11:19:38 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - AndyG

1
Mahesh - No, we didn't find a suitable solution and re-considered our approach.  We now collect the data after the sale by hijacking CatalogCheckoutFinishedBody.jsp, overriding CheckoutFinishedSubmitAction and writing the data to our own table.  - andy
2
EditCartBody.jsp iterates over CartItem objects.  I have modified this JSP to capture extra per-item data into the custom1,2,3 fields, and I can see the values written to the customers_basket table.  If I continue shopping and then return to the EditCartBody page, the custom values are missing.  I can display item.getCustom1() and its null.  What class do I need to extend to make sure that customers_basket.custom1 gets copied to the CartItem?  Thanks.

- andy