Search found 4 matches

by JohnK
Mon Dec 20, 2010 10:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Membership Provider
Replies: 3
Views: 4874

Re: Custom Membership Provider

Thanks... Yeah, we bought the source so I could look into that but I was under the impression that since AbleCommerce was using a MembershipProvider themselves, that we would simply have to set this up in the config to use our own. I don't really feel like looking through all the source but I guess ...
by JohnK
Thu Dec 16, 2010 2:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Membership Provider
Replies: 3
Views: 4874

Custom Membership Provider

I have posted about this issue before when I was prototyping with AbleCommerce but now I actually need to get the site up. Anyway, I have AbleCommerce 7.0.5 sp1 and I am attempting to implement a custom membership provider. It seems that no matter what I do, the default AbleCommerce MembershipProvid...
by JohnK
Wed Sep 01, 2010 10:06 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Serial Provider
Replies: 3
Views: 3037

Re: Custom Serial Provider

Thanks a lot. So I would access the order item from my implemented SerialKeyProviderClass using DigitalGood_.OrderItemDigitalGoods[x].OrderItem? If so, in the case where a user buys more than one license I will need to figure out a way to know which OrderItemDigitalGoods I have already created licen...
by JohnK
Tue Aug 31, 2010 5:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Serial Provider
Replies: 3
Views: 3037

Custom Serial Provider

I have read through this thread http://forums.ablecommerce.com/viewtopic.php?f=42&t=7630 but the solution they went with really doesn't work for me. They ended up sending emails to their licensing server in order to generate the correct license. We need to create a system where users can buy subscri...