Search found 7 matches

by Takitani
Sun Mar 01, 2009 5:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Parcel Payment
Replies: 1
Views: 1780

Re: Parcel Payment

someone can help me ? thanks
by Takitani
Thu Feb 26, 2009 1:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Parcel Payment
Replies: 1
Views: 1780

Parcel Payment

Hi, i need to give my customers the ability to parcel the order.

Ex: total:
1000.00
Payment Gateway: Visa
Parcels:
1 x 1000.00
2 x 500.00
3 x 333.7
etc

I think this is not currently supported by AC and i need to make a custom (and huge) implementation, yet ?

Thanks.
by Takitani
Fri Feb 13, 2009 5:33 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Source Code Compilation
Replies: 2
Views: 2452

Re: Source Code Compilation

Ok understand. The license don't include configuration.dll source ?
How can i get updates to source when a new version is launched (my source it's for 7.0 but the current version of site is 7.02).

Thanks
by Takitani
Thu Feb 12, 2009 11:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Source Code Compilation
Replies: 2
Views: 2452

Source Code Compilation

Hi, i writing a forum message because the support (MyCases) told me to to this way. We have bought the software with source. I have logged in my account and downloaded 3 solutions: CommerceBuilder.Providers_Source_b9879.zip CommerceBuilder.Web.UI_Source_b9879.zip CommerceBuilder_Source_b9879.zip Pro...
by Takitani
Mon Oct 20, 2008 8:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to customize address (and any other) table ?
Replies: 6
Views: 4015

Re: How to customize address (and any other) table ?

I understand u point. U tell me to use something like this: UserSetting s = new UserSetting(); s.FieldName = "1|AddressCustomField"; s.FieldValue = "something here for addressid 1"; s.FieldName = "2|AddressCustomField"; s.FieldValue = "something here for addressid 2"; newUser.Settings.Add(s); newUse...
by Takitani
Sun Oct 19, 2008 10:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to customize address (and any other) table ?
Replies: 6
Views: 4015

Re: How to customize address (and any other) table ?

Don't understand your answer. I don't want to remove any usersettings .......
by Takitani
Fri Oct 17, 2008 1:57 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How to customize address (and any other) table ?
Replies: 6
Views: 4015

How to customize address (and any other) table ?

Hi, I'm starting to work on a customization of AbleCommerce and I need to add custom fields to the Address table. How is the best way to accomplish this ? Another question, we extend the User with another fields using the UserSettings engine. My user save method is something like this: MembershipCre...