Search found 4 matches

by fchilvarguer
Wed Mar 25, 2009 10:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom user defined fields on the checkout page
Replies: 9
Views: 4588

Re: Custom user defined fields on the checkout page

I'm actually trying to EXPORT the custom data.

So what I'm trying to figure out is here is the API/WebService method that Data Port uses to export data and modify it so
when a user uses Data Port to export order data, the custom fields will be part of the Orders XML structure.

Thanks,
Fernando
by fchilvarguer
Tue Mar 24, 2009 4:06 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom user defined fields on the checkout page
Replies: 9
Views: 4588

Re: Custom user defined fields on the checkout page

GREAT! Thanks for all your help. So I was able to implement my customizations without a problem. The customer answer my custom questions during checkout and I'm able to capture that information in the database. Next, I used the Data Port to export Orders from my store. Of course, as expected, my cus...
by fchilvarguer
Tue Mar 24, 2009 10:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom user defined fields on the checkout page
Replies: 9
Views: 4588

Re: Custom user defined fields on the checkout page

Thanks mazhar, I was able to generate my classes!! So I tested everything and it all works regarding the custom class and DAL. So moving to the next issue: where in the checkout process would I add my custom code to write the new fields? I added my text boxes to ConLib/OnePageCheckout.aspx but I can...
by fchilvarguer
Mon Mar 23, 2009 12:44 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom user defined fields on the checkout page
Replies: 9
Views: 4588

Re: Custom user defined fields on the checkout page

I'm evaluating AbleCommerce at the moment and I'm having a hard time finding documentation on how to add custom fields to the Order object. What I am trying to accomplish: Add 2 marketing questions to the checkout page and have the answers be stored with the associated Order. Can anyone point me whe...