apply Credits and Additional Customer fields

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
ryanstowasser
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 90
Joined: Tue Oct 30, 2007 4:28 pm
Contact:

apply Credits and Additional Customer fields

Post by ryanstowasser » Thu Jul 24, 2008 2:31 pm

I have a client that wants to use a web service to validate a customer on the site with another system. That system will return a number that needs to be applied to the customer’s order as a credit.

My current thinking is to leverage the Gift Certificate functionality to discount the order.

My second question is on adding additional customer fields to the user. There is a ac_CustomFields table that I have seen referenced in the forums for what looks similar to what I want. Should I use the CustomFields Table or add columns onto the User table? What do you recommend?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: apply Credits and Additional Customer fields

Post by mazhar » Fri Jul 25, 2008 6:55 am

My second question is on adding additional customer fields to the user. There is a ac_CustomFields table that I have seen referenced in the forums for what looks similar to what I want. Should I use the CustomFields Table or add columns onto the User table? What do you recommend?
The functionality for adding additional customer field is already there,so no need for any database modification. You can add the information in User.Settings property, which connects to a UserSettingsCollection class.
Please read the following post
viewtopic.php?f=45&t=7228

User avatar
ryanstowasser
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 90
Joined: Tue Oct 30, 2007 4:28 pm
Contact:

Re: apply Credits and Additional Customer fields

Post by ryanstowasser » Fri Jul 25, 2008 10:59 am

thank you for the link. This will be very helpful.

Post Reply