Search found 18 matches
- Wed Jun 10, 2009 10:36 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Integrated Carrier using FedEx
- Replies: 1
- Views: 1758
Integrated Carrier using FedEx
We are having the same problem but with FedEx. All Items are set up correctly, warehouses etc. When we click on the "estimator" we get back this message "No shipping methods are available for the current items and/or the given destination". If we proceed to the check out, there is not a shipping met...
- Fri May 29, 2009 1:32 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Authorization Errors
- Replies: 12
- Views: 8167
Re: Authorization Errors
WSE910: An error happened during the processing of a response message, and you can find the error in the inner exception. You can also find the response message in the Response property.; An error was discovered processing the <Security> header This is actually what is being placed in the ac_ErrorMe...
- Fri May 29, 2009 1:27 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Authorization Errors
- Replies: 12
- Views: 8167
Re: Authorization Errors
I found issues about time as well when doing searches, but nothing that really helped me. We have another Able Cart on the server but they are using Authorize.net instead of CyberSource. By running that code it only updates the server to have the same date/time that our internal network would have? ...
- Fri May 29, 2009 12:51 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: SSL and Credit Cards
- Replies: 4
- Views: 3109
Re: SSL and Credit Cards
We purchased a SSL and have it setup. I was just making sure we had to have it before moving forward.
Thanks!
Thanks!
- Fri May 29, 2009 12:51 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Authorization Errors
- Replies: 12
- Views: 8167
Re: Authorization Errors
Yes they are showing up correctly but a few minutes slower than what my phone says. I don't know what I would compare "actual time" against other then a few minutes off.
Is that something that would make this fail?
Is that something that would make this fail?
- Fri May 29, 2009 8:21 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: SSL and Credit Cards
- Replies: 4
- Views: 3109
SSL and Credit Cards
If our store is going to be using Credit Cards as the primary source of payment MUST SSL be active to do this?
Thanks.
Thanks.
- Fri May 29, 2009 7:48 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Authorization Errors
- Replies: 12
- Views: 8167
Re: Authorization Errors
I have done the upgrade that is on the help section of the website for CyberSource. I am still getting the same error as noted above... WSE910: An error happened during the processing of a response message, and you can find the error in the inner exception. You can also find the response message in ...
- Thu May 28, 2009 10:23 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Authorization Errors
- Replies: 12
- Views: 8167
Re: Authorization Errors
I unzipped the files to a temp folder and copied over the web.config and it is still giving me this error:
WSE910: An error happened during the processing of a response message, and you can find the error in the inner exception. You can also find the response message in the Response property.
WSE910: An error happened during the processing of a response message, and you can find the error in the inner exception. You can also find the response message in the Response property.
- Thu May 28, 2009 7:27 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Authorization Errors
- Replies: 12
- Views: 8167
Re: Authorization Errors
Do I need to unzip the package again to a temp folder and get the web.config out of there to replace in my stores root?
- Thu May 28, 2009 6:53 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Authorization Errors
- Replies: 12
- Views: 8167
Re: Authorization Errors
Thanks, I just tried doing that. I took the web.config out, went to the hompage which of course errors out. Pasted the web.config back in and ran the site. It took a while to load (because it would be rebuilding the site). That seemed to work, but when I placed another order to test I got a new erro...
- Wed May 27, 2009 3:18 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Authorization Errors
- Replies: 12
- Views: 8167
Authorization Errors
Hello, I have CyberSource setup as my Gateway for Visa/MC and I am still in TEST mode with them and on the site. When ever I make a payment I get the following Error. Could not load file or assembly 'Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one o...
- Tue Dec 16, 2008 8:17 am
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Simple Category List Images
- Replies: 7
- Views: 9304
Re: Simple Category List Images
Thanks so much! It worked perfectly. I really appriciate you helping me in figuring this out.
- Mon Dec 15, 2008 9:48 am
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Simple Category List Images
- Replies: 7
- Views: 9304
Re: Simple Category List Images
That code did put image place holders in, but the pathing was wrong and the links were wrong. Example is... Image url = http://www.site.com/ConLib/App_Themes/ThemeName/images/%3C%25#Eval(%22Name%22)%25%3E.jpg Link url = http://www.site.com/ConLib/%22%3C%25#Eval(%22NavigateUrl%22)%25 Any ideas? Thank...
- Mon Dec 15, 2008 9:24 am
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Simple Category List Images
- Replies: 7
- Views: 9304
Re: Simple Category List Images
Got the same error...
[[ConLib:SimpleCategoryList]] The server tag is not well formed.
[[ConLib:SimpleCategoryList]] The server tag is not well formed.
- Mon Dec 15, 2008 9:09 am
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Simple Category List Images
- Replies: 7
- Views: 9304
Simple Category List Images
Is there a way to have images instead of text links for the categories? I attempted this making all the image the same as the text of the "Name" of the category... <asp:HyperLink ID="CategoryLink" runat="server" ImageUrl="images/<%#Eval("Name")%>.jpg" NavigateUrl="<%#Eval("NavigateUrl")%>"></asp:Hyp...
- Fri Nov 14, 2008 7:25 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Credit Card Encryption
- Replies: 4
- Views: 3134
Re: Credit Card Encryption
Well, although the original question was about the Encryption. Not saving the credit card information is even better.
BUT knowing that is how to make it encrypted is also a great thing to know.
Thanks for the help
.
Derek
BUT knowing that is how to make it encrypted is also a great thing to know.
Thanks for the help

Derek
- Wed Nov 12, 2008 11:25 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Credit Card Encryption
- Replies: 4
- Views: 3134
Re: Credit Card Encryption
Ahh! Great, didn't see that setting before.
Thanks for helping.
Thanks for helping.
- Wed Nov 12, 2008 10:39 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Credit Card Encryption
- Replies: 4
- Views: 3134
Credit Card Encryption
Hello, My company has setup all the necessary parts to make the shopping cart work with shipping info and payment gateways. The only problem is when we us a credit card to purchase an order Able stores the credit card number and exp date in the ac_Payments table in the column EncryptedAccountData. I...