Search found 21 matches

by jake.pretot
Sat Mar 03, 2012 1:06 pm
Forum: 7.0 DataPort
Topic: Uploading Payment via DataPort and XML
Replies: 1
Views: 8391

Re: Uploading Payment via DataPort and XML

For some reason, I close out of DataPort, then opened again and tried the import again. This time it worked. Not sure why though.
by jake.pretot
Sat Mar 03, 2012 12:29 pm
Forum: 7.0 DataPort
Topic: Uploading Payment via DataPort and XML
Replies: 1
Views: 8391

Uploading Payment via DataPort and XML

I can successfully create an order, but the payment creation is failing. All that I'm attempting to do is record a payment on the order. This will only create a record in the ac_payments table and no transaction. What am I missing? This is what I'm uploading in the XML file... :cry: .... </OrderItem...
by jake.pretot
Sat Mar 03, 2012 10:39 am
Forum: 7.0 DataPort
Topic: Uploading Orders from Call Center
Replies: 3
Views: 10297

Re: Uploading Orders from Call Center

Success!!! Well, at least partial. I downloaded the orders store data to xml, then searched for order that I wanted to model after. I put '0' in for all the ids to create new ids for order, order items, shipment, etc., then uploaded to store. Now just have to figure out how to create a new date for ...
by jake.pretot
Sat Mar 03, 2012 9:25 am
Forum: 7.0 DataPort
Topic: Uploading Orders from Call Center
Replies: 3
Views: 10297

Re: Uploading Orders from Call Center

Have you created any custom xml import templates for dataport? At this point, we need to get something quickly.
by jake.pretot
Sat Mar 03, 2012 2:58 am
Forum: 7.0 DataPort
Topic: Uploading Orders from Call Center
Replies: 3
Views: 10297

Uploading Orders from Call Center

We have a call center who takes orders, then provides us with a file (csv or xml) with customer info, order info, order items info, payment info. We are wanting to upload that data into the AC cart using the DataPort tool. I don't know where to start. I'm thinking I need to upload using xml file so ...
by jake.pretot
Mon Sep 21, 2009 12:11 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need a True One Page Checkout like Volusion
Replies: 2
Views: 2196

Re: Need a True One Page Checkout like Volusion

I think we've pretty much got it figured out, but might follow up with you next week. Thanks! IMHO, the "onepagecheckout.ascx" is one page, but it might as well be 2 separate pages with how everything is intertwined. What we've found is that there is a real need in the direct marketing industry for ...
by jake.pretot
Fri Sep 18, 2009 12:35 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need a True One Page Checkout like Volusion
Replies: 2
Views: 2196

Need a True One Page Checkout like Volusion

We have been working on a true one page checkout for our client, but frankly it is a pain in the @ss to get it configured correctly without errors. Our client says they might switch over to Volusion's shopping cart because they offer the one page checkout: http://www.volusion.com/onepagecheckoutover...
by jake.pretot
Tue Aug 25, 2009 6:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Anyone seen this arror before?
Replies: 11
Views: 5660

Re: Anyone seen this arror before?

I'm also having this problem. Did anybody identify the problem?
by jake.pretot
Wed Mar 18, 2009 11:49 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Turn off CVV Requirement
Replies: 1
Views: 1712

Turn off CVV Requirement

I have to create orders in the Admin area, but do not have CVV information for the credit cards. How can I turn off the requirement for CVV code? I only want to do this on the Admin..Create Order page(s). This is urgent, we can't enter orders that we need to ship today. Thanks!

-Jake
by jake.pretot
Wed Mar 18, 2009 7:31 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recurring Charges - Subscription Total Number of Payments
Replies: 5
Views: 3444

Re: Recurring Charges - Subscription Total Number of Payments

Entering 999 is not a good solution because then it displays 999 for the number of months of payments on the customer receipt. That's actually what I had to do, but then had to find every place where it was displayed and alter the text to not display the number of payments, making it more generic. I...
by jake.pretot
Sat Mar 14, 2009 11:17 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recurring Charges - Subscription Total Number of Payments
Replies: 5
Views: 3444

Re: Recurring Charges - Subscription Total Number of Payments

Thanks for the reply Mazhar, but this does not work. Check the image I have attached. This option or the other for a recurring charge without initial payment, both require a total number of payments. Just to let you know, we have the updated dll that fixed the sort order problem, not sure if that be...
by jake.pretot
Sat Mar 14, 2009 11:11 am
Forum: Feature Requests
Topic: Verify Shipping Address
Replies: 8
Views: 14300

Re: Verify Shipping Address

Yes, could really use shipping address verification.
by jake.pretot
Wed Mar 11, 2009 12:15 am
Forum: Good Reference Posts
Topic: TIP: How to disable the shipping estimator
Replies: 2
Views: 5501

Re: TIP: How to disable the shipping estimator

This did not work for me. I had to hide the <div> with
style="display: none;"
by jake.pretot
Tue Mar 10, 2009 5:34 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recurring Charges - Subscription Total Number of Payments
Replies: 5
Views: 3444

Re: Recurring Charges - Subscription Total Number of Payments

Please help, really need to get the subscription settings/configuration resolved! Here is what is needed:

$39.95 Monthly until cancelled

Thanks!

-Jake
by jake.pretot
Mon Mar 09, 2009 7:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Recurring Charges - Subscription Total Number of Payments
Replies: 5
Views: 3444

Recurring Charges - Subscription Total Number of Payments

Hello-

We are used to scheduling recurring payments for monthly subscription to not have an end date. Customers are signing up for a subscription product that is only month to month, not for a 1 year subscription. Can the AC handle this situation?

-Jake
by jake.pretot
Thu Mar 05, 2009 3:00 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: FirstData TeleCheck
Replies: 0
Views: 2033

FirstData TeleCheck

Hello-

We need to add a payment Gateway for FirstData for processing TeleChecks. Time is short and we don't want to program a custom gateway for this payment method. What would anybody recommend as a solution?

Thanks in advance.

-Jake
by jake.pretot
Thu Mar 05, 2009 12:10 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Creating Orders from Code
Replies: 25
Views: 17476

Re: Creating Orders from Code

Mazhar-

That is exactly what we were looking for! Thanks for pointing us in the right direction!

-Jake
by jake.pretot
Thu Mar 05, 2009 11:32 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Creating Orders from Code
Replies: 25
Views: 17476

Re: Creating Orders from Code

Are you talking about the ucProcessPayment.ascx? I found this code there... protected void SaveButton_Click(object sender, EventArgs e) { if (Page.IsValid && CustomValidation()) { PaymentMethod method = GetSelectedMethod(); if (method != null) { Payment payment = new Payment(); payment.OrderId = _Or...
by jake.pretot
Thu Mar 05, 2009 11:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Creating Orders from Code
Replies: 25
Views: 17476

Re: Creating Orders from Code

Mazhar- What I'm afraid of is that if we insert directly into the orders and order items tables, that we will overlook some other behind the scenes processing that inserts into other tables. For example, if we have a subscription product, making sure that information gets inserted into the right pla...
by jake.pretot
Thu Mar 05, 2009 8:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Creating Orders from Code
Replies: 25
Views: 17476

Re: Creating Orders from Code

Hi Mazhar- I'm working on the project with Niraj. One thing that I want to make clear is that the orders we are importing are orders, but the payment has not been processed yet, only authorized by the call center. We have gotten to the point where the order record(s) was created in the ac_orders tab...