Search found 3 matches

by ireneable
Mon Jul 18, 2011 6:32 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Field in Address
Replies: 7
Views: 7150

Re: Custom Field in Address

Appreciate for your great help! Thank You!
by ireneable
Mon Jul 18, 2011 1:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Field in Address
Replies: 7
Views: 7150

Re: Custom Field in Address

Thank for your reply!

But it works only in edit Billing and Default Shipping Address. For new Other Shipping Address(es), it doesn't work since AddressId is zero before saving, so the ForeignKeyId(addressID) in ac_CustomFields must be zero.
Any suggestion?
by ireneable
Tue Jul 12, 2011 7:15 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom Field in Address
Replies: 7
Views: 7150

Custom Field in Address

I'm modifying the MyAddress page to add field "Mobile". The problem now is it seems I can't get back the CustomFieldId in EditSaveButton_Click function and also when user adds the new address entry, it's unable to get the AddressId (just save zero as AddressId). Many Thanks! Added this code in EditM...