• Welcome to KonaKart Community Forum. Please login or sign up.
 

List Orders by Coupon/Promotion

Started by tduffey, June 16, 2011, 04:41:19 pm

Previous topic - Next topic

tduffey

I am digging through the javadocs but not finding what I need...

Is there some way besides writing a custom query to get a list of completed orders having some coupon and/or promotion code?

Tom

julie

No, but you can search on custom fields so maybe before saving the order you can add something to a custom field based on whether the order has a coupon or promotion code.

tduffey

We ended up adding custom code to our order integration manager to persist information about the completed order to another database table.  Would be nice if a future version had a way to query for orders by promotion.