Search found 3 matches

by hamidkm
Fri Feb 26, 2010 1:09 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Search Orders on CouponCode
Replies: 3
Views: 2261

Re: Search Orders on CouponCode

Thanks for the response.

How about doing some custom filtering in the DataSource, Selected event?
I mean removing the records from the datasource that don't have the coupon condition.
Would you suggest that? If yes, would you suggest using Linq or not.

Thanks
by hamidkm
Thu Feb 25, 2010 4:04 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Search Orders on CouponCode
Replies: 3
Views: 2261

Search Orders on CouponCode

I need to change the Orders search interface in the admin tool and be able to filter Orders based on the Coupon Code.
Any Idea how I can implement this?
I tried adding extra filters to the OrderSearchCriteria Object, but didn't work.
by hamidkm
Thu Feb 11, 2010 12:02 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: #include and #parse in email templates
Replies: 1
Views: 2691

#include and #parse in email templates

I am trying to use the nVelocity #include directive to include a html fragment inside the the email templates, like this: #include("env.vm") or #parse("env.vm") But, no matter where I put the env.vm file I get this error: Some error has occurred while parsing email template. Please fix the email tem...