Search found 17 matches
- Thu Oct 01, 2009 10:20 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Cant add more than 1 ship ment to a new basket
- Replies: 8
- Views: 5255
Re: Cant add more than 1 ship ment to a new basket
Whoops, sorry Joe. Assumed you were part of the staff here. Thanks for giving it a shot.
- Thu Oct 01, 2009 9:35 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Cant add more than 1 ship ment to a new basket
- Replies: 8
- Views: 5255
Re: Cant add more than 1 ship ment to a new basket
Thank you for the quick response. I have tried saving the basketitems collection after I add an item, but the problem is the basketitems are never added after the first shipment. The list remains empty, with a count of 0, hasshippableitems = false and shippableproductcount = 0 no matter what I've tr...
- Wed Sep 30, 2009 4:10 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Cant add more than 1 ship ment to a new basket
- Replies: 8
- Views: 5255
Cant add more than 1 ship ment to a new basket
We need the ability for admins to go in and change existing orders. Ablecommerce has this built in to the admin, but it will not recalculate shipping and/or tax. To accomplish this, I try to create a new order from the existing one, and delete the old one after its done. The code is as follows: Bask...
- Fri Jul 31, 2009 8:36 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Enable SSL forces redirect to http from public https pages
- Replies: 2
- Views: 2241
Re: Enable SSL forces redirect to http from public https pages
Thanks for the quick response. That fixed the problem. The search feature does not return anything for the term 'ssl'
- Fri Jul 31, 2009 8:04 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Enable SSL forces redirect to http from public https pages
- Replies: 2
- Views: 2241
Enable SSL forces redirect to http from public https pages
With 7.0.3, we are experiencing a problem with enabling SSL in the ablecommerce backend that forces all https traffic to http except the admin pages. From the admin pages, the https css is not being served correctly because it will return an html with a javascript redirect to the http url. For examp...
- Fri Jul 24, 2009 12:16 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Does anybody recognize this email?
- Replies: 2
- Views: 3473
Does anybody recognize this email?
A client recently replied to an order receipt email she received from our ablecommerce store. The thing is, nobody recognizes this email template and it does not match any templates we have in the admin. The reply to email address is also not the default address for email templates and uses a name t...
- Tue Jul 14, 2009 8:45 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Basket.Recalculate() overwrites shipment's province
- Replies: 1
- Views: 1789
Basket.Recalculate() overwrites shipment's province
We are running Ablecommerce 7.0.3 When calling Recalculate() on a basket, the basket's shipment province and postal codes are replaced with the warehouse's province and postal code for some reason. The following is a code snippet from our checkout process. Address address = new Address(); address.Co...
- Thu Jun 25, 2009 2:37 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Basket shipment ApplyShipMethod()
- Replies: 1
- Views: 1728
Basket shipment ApplyShipMethod()
There is a section of our store where we'd like a separate fully functional shopping basket. The basket will need to be able to display the shipping costs associated with an order. If we use Token.Instance.User.Basket, the following code works like a charm: Token.Instance.User.Basket.Save(); Token.I...
- Fri Jun 12, 2009 10:36 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: AC 7.0.0 -> 7.0.3 upgrade help
- Replies: 1
- Views: 1585
AC 7.0.0 -> 7.0.3 upgrade help
I downloaded and installed: ac_7_0_3_stable_upgrade_b12458.exe and following the instructions: http://help.ablecommerce.com/index.htm#upgrades/ac7_aspnet/upgrade_from_7.0.x_to_7.0.3.htm After upgrading and going through all the Post upgrade steps from 7.0.1 to 7.0.3, the upgraded site wont build. Th...
- Thu Mar 05, 2009 2:30 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: uh, does ablecommerce work with ff3 or ie8?
- Replies: 7
- Views: 5057
Re: uh, does ablecommerce work with ff3 or ie8?
I've downgraded ie8 down to 7 and was having the same problems. I found a work around, some what, that seems to fix the problem if you turn the security settings to "medium". I dont know why and dont have the time to find out. We just tried another machine that cannot use the admin or asset manager ...
- Wed Mar 04, 2009 12:59 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: uh, does ablecommerce work with ff3 or ie8?
- Replies: 7
- Views: 5057
Re: uh, does ablecommerce work with ff3 or ie8?
I am on Win Server 2003 R2 x64 SP2. I've also tried on an xp SP2 machine with same results in firefox 3. Incredibly, the whole admin is now working without problem. I do not know why, but I am sure it is client-side and has to do with the "Processing..." ajax loading before every post back. When it ...
- Tue Mar 03, 2009 4:22 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: uh, does ablecommerce work with ff3 or ie8?
- Replies: 7
- Views: 5057
Re: uh, does ablecommerce work with ff3 or ie8?
i've tried on both windows xp and server 2003. i actually got it to work for a while, but it will still break intermittently. i realize the problem sounds pretty vague, but i dont understand how 3 separate machines (2 from the office and my personal pc) all have the same issue, in ie8 i can not even...
- Tue Mar 03, 2009 3:23 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: uh, does ablecommerce work with ff3 or ie8?
- Replies: 7
- Views: 5057
uh, does ablecommerce work with ff3 or ie8?
for the life of me, i can not get any postbacks to work in the admin backend with firefox 3 or ie 8. if i switch to ie6, the whole site runs great, but with firefox or ie 8, anything that requires a postback does nothing. no request goes out or anything. i've tried this on 3 seperate machines, and c...
- Mon Dec 08, 2008 10:03 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Disable email triggers through API?
- Replies: 2
- Views: 2328
Re: Disable email triggers through API?
Thank you for the suggestion. I decided to just remove the triggers on both sites and manually email them in the correct places.
- Thu Dec 04, 2008 4:35 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Disable email triggers through API?
- Replies: 2
- Views: 2328
Disable email triggers through API?
We have a custom site that uses the AbleCommerce API that acts as a portal to re-brand products on our main site. We have customers login and take orders from the custom site, and the orders are fed to the main site as a regular order. Problem is it still uses the main site's email templates for all...
- Tue Nov 18, 2008 12:15 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: The item xxx is no longer available...
- Replies: 3
- Views: 3160
Re: The item xxx is no longer available...
Thank you! did not select a variant
- Mon Nov 17, 2008 6:04 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: The item xxx is no longer available...
- Replies: 3
- Views: 3160
The item xxx is no longer available...
We are testing the ablecommerce API on a standalone site with a demo license and have added a few dummy items into our basket. We do not need payment processing and only want orders entered into the site with a pending status. We have the following code in the checkout page: Token.Instance.User.Bask...