Search found 8 matches

by damionhickman
Wed Jun 29, 2011 11:41 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How do you remove a user from a group programmatically?
Replies: 2
Views: 2657

How do you remove a user from a group programmatically?

Im able to add a user to a group, but seems that removing a user from a group at runtime looks like it works but is not saved to the database. Here's what I am using to test with: Token.Instance.User.UserGroups.RemoveAt(Token.Instance.User.UserGroups.IndexOf(Token.Instance.User.UserId, 9)); Token.In...
by damionhickman
Fri May 13, 2011 9:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Not able to get negotiated rates from UPS
Replies: 14
Views: 8317

Re: Not able to get negotiated rates from UPS

plugables wrote:Source for UPS gateway has already been made available. viewtopic.php?f=47&t=6651

You may write a custom version of UPS gateway to handle this.
Thanks but this code is outdated and does not function on AC 7.0.3+
by damionhickman
Tue May 10, 2011 10:33 am
Forum: Good Reference Posts
Topic: Source for UPS Gateway and a blank shipping source
Replies: 5
Views: 18238

Re: Source for UPS Gateway and a blank shipping source

Sorry to bump an old topic, but this won't compile for AC 7.0.5 - Is there an updated version of this or a patch?

Thanks!

edit: it compiles, but it's missing a few dependencies it looks like when I try to use it in AC
by damionhickman
Fri Apr 22, 2011 4:48 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Not able to get negotiated rates from UPS
Replies: 14
Views: 8317

Re: Not able to get negotiated rates from UPS

I captured the XML Ablecommerce is sending out and sent it over to UPS developer support, who told me that there's two portions missing from that XML that's preventing the Negotiated Rates from being sent out. Thank you for your inquiry. There are two elements missing from your XML Rating Request th...
by damionhickman
Thu Apr 21, 2011 11:21 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Not able to get negotiated rates from UPS
Replies: 14
Views: 8317

Re: Not able to get negotiated rates from UPS

Thanks jmestep - that saves me a lot of time! "Please enable ABR Rates for user ID AbleCxxxx under the Negotiated Rates section of the Registration Services web site for the shipper account number that is being used to submit rate requests." How are you get the randomly generated userID (AbleCXXXXX)...
by damionhickman
Tue Apr 19, 2011 11:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Not able to get negotiated rates from UPS
Replies: 14
Views: 8317

Re: Not able to get negotiated rates from UPS

You can give your custom implementations of UPS provider in order to achieve this. Have a look at this topic http://wiki.ablecommerce.com/index.php/Integrating_A_Shipping_Carrier At the bottom of that page there is link to forums thread containing complete source code of UPS shipping provider. Down...
by damionhickman
Mon Apr 18, 2011 4:35 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Not able to get negotiated rates from UPS
Replies: 14
Views: 8317

Not able to get negotiated rates from UPS

It looks like AC does not send the <AccessRequest> node in its XML when getting a rate quote from UPS per the UPS.log. UPS Says that the node, which contains AccessLicenseNumber, UserID and Password are required for negotiated rates, but there is no fields to enter these in AbleCommerce. Is this a b...