Search found 19 matches

by Niraj8428
Mon Mar 16, 2009 3:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"
Replies: 12
Views: 16353

Re: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"

I have attached one page where we try to upload data from CSV to database using AC ddl's, we are able to save all other information but Payment, when we try to save payment information, it gives us error that "Object reference not set to an instance of an object" if you can please go through this pa...
by Niraj8428
Fri Mar 06, 2009 6:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Creating Orders from Code
Replies: 25
Views: 17496

Re: Creating Orders from Code

Thanks for your Help Mazhar but after looking in to those pages I found we have used almost same code and that is why we are able to save User, Basket, Basket Items, Order etc. but don't know why we are getting "Object reference not set to an instance of an object." error when we try to save Payment...
by Niraj8428
Wed Mar 04, 2009 10:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Creating Orders from Code
Replies: 25
Views: 17496

Re: Creating Orders from Code

see we are fetching order information from CSV file and trying to save in our shopping cart web site database which we have purchased from AC and now using AC dlls, commercebuilder.dll now able to save other information in db but not able to save Payment information, hope it makes sense actually thi...
by Niraj8428
Wed Mar 04, 2009 10:03 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Creating Orders from Code
Replies: 25
Views: 17496

Re: Creating Orders from Code

"..As for the creating order items... Only for the Shipping Cost. All the others are created automatically from basket items.." Does it mean we will only have to create basket and basket items only ? and order items will be created automatically? if so then how? for that we will have to call any met...
by Niraj8428
Wed Mar 04, 2009 9:58 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Creating Orders from Code
Replies: 25
Views: 17496

Re: Creating Orders from Code

"Object reference not set to an instance of an object"
by Niraj8428
Wed Mar 04, 2009 9:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "Basket.Recalculate()" and "Basket.Checkout()" need Help
Replies: 1
Views: 1526

"Basket.Recalculate()" and "Basket.Checkout()" need Help

We are fetching our order information from other site in form of CSV file, are able to successfully save Order, Basket, BasketItem, User etc. but when we try to call these methods "Basket.Recalculate()" and "Basket.Checkout()" we are getting "object reference not.." error, any idea why and do we nee...
by Niraj8428
Wed Mar 04, 2009 9:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Creating Orders from Code
Replies: 25
Views: 17496

Re: Creating Orders from Code

Thanks for this code, however we are struggling since last 3 days to save Payment information for our orders from CSV file. we have saved Users, Orders, Baskets, Basket Items etc. but are not able to save Payment information getting "Object reference not ... " error. don'g know why rest all are save...
by Niraj8428
Tue Mar 03, 2009 12:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Creating Orders from Code
Replies: 25
Views: 17496

Re: Creating Orders from Code

hey Captain we are in almost same condition want to save Order information, actual we have order information in form of CSV file from other website, can you please share code which you used to save Order info? what you saved first User? then Basket? then Payment ? what all we need to save and in whi...
by Niraj8428
Mon Mar 02, 2009 11:00 pm
Forum: 7.0 DataPort
Topic: How to write custom CSV import routine
Replies: 7
Views: 8058

Re: How to write custom CSV import routine

that didn't work, in your case how to set values for First Name and Last Name fields from CSV for User details? as they are not fields of User table.
by Niraj8428
Mon Mar 02, 2009 10:57 pm
Forum: 7.0 DataPort
Topic: CSV IMPORT OF ORDER DETAILS
Replies: 2
Views: 3957

Re: CSV IMPORT OF ORDER DETAILS

Nope, we have already assigned values for mention fields but still save is not working. my question is something different, it gives error of Null Reference Exception I believe we must assign values for collections of Order object. like in your case how to give values of First Name and Last Name if ...
by Niraj8428
Mon Mar 02, 2009 9:28 am
Forum: 7.0 DataPort
Topic: CSV IMPORT OF ORDER DETAILS
Replies: 2
Views: 3957

CSV IMPORT OF ORDER DETAILS

WE WANT TO IMPORT ORDER DETAILS INCLUDING PRODUCT AND CREDIT CARD INFORMATION FROM CSV FILE, CAN ANY ONE PLEASE TELL US WHICH ALL FIELDS WE MUST HAVE IN CSV FILE TO PERFORM THIS? what all columns we MUST HAVE if we want to import Order details FROM CSV? and using AC dlls how to import them as order ...
by Niraj8428
Mon Mar 02, 2009 9:22 am
Forum: 7.0 DataPort
Topic: How to write custom CSV import routine
Replies: 7
Views: 8058

Re: How to write custom CSV import routine

Hi Mazhar in your sample application to import User details how to import FirstName and LastName fields? as you said "..First and last name fields are available in address class so it will not import that information." because our ultimate goal is to import Order details but we are facing some issue...
by Niraj8428
Thu Feb 26, 2009 4:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"
Replies: 12
Views: 16353

Re: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"

hey database.config or web.config doesnt matter where I give this connection string right?
moreover this server and database details means details of our store on AbleCommerce right?
by Niraj8428
Thu Feb 26, 2009 3:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"
Replies: 12
Views: 16353

Re: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"

Thanks lot for this. I have created one website and have given reference to all required dlls, but dont know what I need to give in web config to access CommerceBuilder database? can you please give me connection string format and all details what I need to specify in web.config file to support this...
by Niraj8428
Thu Feb 26, 2009 12:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"
Replies: 12
Views: 16353

Re: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"

thanks, finally I am able to use these dlls and able to run the website I created including your page, however need one more favor, any idea how to upload Credit Card information related to orders?
by Niraj8428
Sat Feb 21, 2009 3:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"
Replies: 12
Views: 16353

Re: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"

from where to get using CommerceBuilder.Utilit? I am new with integration with AbleCommerece so no idea from where to get this? can you please help me out? if you can upload a small but complete sample including AC references it uses, then that will help us lot.

Thanks,
Niraj
by Niraj8428
Sat Feb 21, 2009 3:50 am
Forum: Good Reference Posts
Topic: How to write custom CSV import routine
Replies: 5
Views: 8638

Re: How to write custom CSV import routine

hi,

From where to get CommerceBuilder.Utility? if you can please upload the complete sample, as it contains only one page and no references are there, even one function "AlwaysConvert" is also missing.

Thanks.
Niraj
by Niraj8428
Sat Feb 21, 2009 3:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"
Replies: 12
Views: 16353

Re: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"

Hi Mazhar thanks for your reply, I have gone through threads you referred, but I think that still needs user interaction, we want to automate the process of data entry in store on Able Commerce.

Thanks,
Niraj.
by Niraj8428
Sat Feb 21, 2009 12:37 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: "Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"
Replies: 12
Views: 16353

"Uploading (Importing) AC7 CSV data" & “CommerceBuilder API"

Hi, We have one store on “AbleCommerce 7.0” and we have one other application from where we receive orders’ details in form of CSV file, now we don’t want to enter our other application’s orders in to our store on “AbleCommerce 7.0” manually using “Data Port”, then do “AbleCommerce 7.0” has any othe...