Search found 276 matches

by mfreeze
Mon Jul 29, 2013 6:32 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS and ABLE don't agree
Replies: 29
Views: 47150

Re: USPS and ABLE don't agree

Following is the relevant section of the log. Send: API=RateV3&XML=<?xml version="1.0"?><RateV3Request USERID="512EZSOX1396"><Package ID="0"><Service>ALL</Service><ZipOrigination>33410</ZipOrigination><ZipDestination>08803</ZipDestination><Pounds>0</Pounds><Ounces>6.0</Ounces><Container>FLAT RATE EN...
by mfreeze
Sun Jul 28, 2013 9:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: USPS and ABLE don't agree
Replies: 29
Views: 47150

Re: USPS and ABLE don't agree

I have applied this fix and it did not work for 7.0.7...............

Help!
by mfreeze
Thu Jan 17, 2013 12:38 pm
Forum: 7.0 DataPort
Topic: Version mismatch error for dataport
Replies: 3
Views: 10964

Re: Version mismatch error for dataport

I am having the same problem with the Dataport utility. I checked the release of the downloaded dataport and the release is 7.0.7 but the level is wrong. It is 14430.
by mfreeze
Thu Apr 19, 2012 10:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Store digital goods on a network drive?
Replies: 1
Views: 3204

Store digital goods on a network drive?

Is there a way to store all digital goods on a network drive and have them downloaded from there?
by mfreeze
Thu Mar 01, 2012 4:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Path '/App_Themes/AbleCommerce/ComponentArt.skin' is forbidd
Replies: 4
Views: 6086

Re: Path '/App_Themes/AbleCommerce/ComponentArt.skin' is forbidd

All of our sites at different times are getting the following...

An error has occured at http://www.eternityweddingbands.com/Default.aspx

An item with the same key has already been added.

These are only since we upgrade to 7.07..

Thanks in advance ....
by mfreeze
Thu Mar 01, 2012 4:21 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: FedEx and Saturday Orders
Replies: 9
Views: 9746

Re: FedEx and Saturday Orders

Did anyone report this as a bug yet, concerning rate being calculated higher when a customer orders on Saturday??
by mfreeze
Tue Feb 21, 2012 10:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: FedEx and Saturday Orders
Replies: 9
Views: 9746

Re: FedEx and Saturday Orders

Okay.... Great.... please keep us posted......
by mfreeze
Tue Feb 21, 2012 10:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: FedEx and Saturday Orders
Replies: 9
Views: 9746

Re: FedEx and Saturday Orders

Hi....

We are having the same problem with orders being placed on Saturday.....

Did anyone find theproblem or resolution??

Thanks,
Mary Freeze
by mfreeze
Tue Feb 07, 2012 10:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Coupon Code Issue
Replies: 6
Views: 7051

Re: Coupon Code Issue

We found the problem. One of my programmers had at the customer's request, moved the coupon dialog to just above the payment information.

This caused the double posting of the message. We moved it to another location higher on the page and it solved the problem.
by mfreeze
Mon Feb 06, 2012 11:54 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Coupon Code Issue
Replies: 6
Views: 7051

Re: Coupon Code Issue

I checked and she has 3 coupon codes EZ20, EZ40 and EZMB50 (which has expired). So that does not appear to be the issue.

Can comebody from Able look at this issue?
by mfreeze
Fri Feb 03, 2012 11:55 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Coupon Code Issue
Replies: 6
Views: 7051

Coupon Code Issue

One of my clients entered a new coupon code after being upgraded to 7.07 SR1a. Now there is an issue when a non-logged in customer (anonymous user) uses the code. The code is accepted and the discount applied but 2 messages below appear on the screen. Payment MethodCoupon or Promotional Code Invalid...
by mfreeze
Tue Nov 08, 2011 12:41 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: clear page tracking
Replies: 1
Views: 2980

clear page tracking

I have a site that has over 1.5 million records in the page tracking log. I can't clear it because it times out. Where are these records stored so I can delete them?
by mfreeze
Mon Oct 17, 2011 1:02 pm
Forum: 7.0 DataPort
Topic: Importing Custom Fields
Replies: 1
Views: 8362

Importing Custom Fields

What colums are needed for importing variations using the dataport?
by mfreeze
Thu Jul 14, 2011 1:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Version not updated with 7.0.7 SR1a upgrade
Replies: 6
Views: 6389

Re: Version not updated with 7.0.7 SR1a upgrade

Yes. That file says <BuildNumber>14481</BuildNumber> but the doc says it should be 7.0.7 SR1a (build 14600).

I manually changed that line on the site I just updated
by mfreeze
Wed Jul 13, 2011 2:43 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Version not updated with 7.0.7 SR1a upgrade
Replies: 6
Views: 6389

Version not updated with 7.0.7 SR1a upgrade

I have upgraded a couple of my 7.0.7 sites to SR1a and noticed that the version number is not updating. When I check About after the upgrade I still see the following. AbleCommerce for ASP.NET AbleCommerce for ASP.NET VERSION: 7.0.7.14481 MSSQL v2005 AC SCHEMA v2000 .NET CLR v2.0.50727.3620 ASP.NET ...
by mfreeze
Tue Jul 12, 2011 9:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: enable product reviews for specific user group only
Replies: 2
Views: 4944

Re: enable product reviews for specific user group only

We figured it out. Just replace the above code with that below.

Code: Select all

ReviewLink.Visible = (CommerceBuilder.Common.Token.Instance.User.IsInGroup(1));
by mfreeze
Tue Jul 12, 2011 8:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: enable product reviews for specific user group only
Replies: 2
Views: 4944

Re: enable product reviews for specific user group only

I found the following line in the code and am trying to figure out how to alter it to set visibility for only admin users. Can somebody point me in the right direction? ReviewLink.Visible = (Store.GetCachedSettings().ProductReviewEnabled != CommerceBuilder.Users.UserAuthFilter.None && _Product.Allow...
by mfreeze
Mon Jul 11, 2011 10:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: enable product reviews for specific user group only
Replies: 2
Views: 4944

enable product reviews for specific user group only

Is there a way to enable product reviews for slected user group(s) only?
by mfreeze
Fri Jun 24, 2011 12:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AC7.0.7 FEDEX error
Replies: 4
Views: 5084

Re: AC7.0.7 FEDEX error

I found that there are fixes in Service Pack 1 that are supposed to fix this issue. I will be applying the service pack this weekend.
by mfreeze
Thu Jun 23, 2011 1:23 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: AC7.0.7 FEDEX error
Replies: 4
Views: 5084

AC7.0.7 FEDEX error

In AC7.0.7, I get the following error after filling out the form and clicking finish. Has anybody else encountered this. WebException: The remote server returned an error: (500) Internal Server Error.] System.Net.HttpWebRequest.GetResponse() +5375213 CommerceBuilder.Shipping.Providers.ShippingProvid...
by mfreeze
Mon Apr 25, 2011 9:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How long before a basket is considered abandoned
Replies: 1
Views: 2816

How long before a basket is considered abandoned

After a customer creates a basket without making a purchase, how long before it will appear in the Abandonded Baskets report?
by mfreeze
Thu Mar 10, 2011 11:34 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Release Schedule
Replies: 5
Views: 5724

Re: Release Schedule

Can somebody from Able give us an estimate so we can make upgrade decisions?
by mfreeze
Tue Feb 08, 2011 4:59 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Identify Abandoned Cart Users IP address?
Replies: 6
Views: 14142

Re: Identify Abandoned Cart Users IP address?

After putting the IPLOGGER conlib into the product page, how would I retrieve and display the comment field in the basket?
by mfreeze
Thu Jan 13, 2011 1:42 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Effect of changing SKU on existing unpaid orders
Replies: 2
Views: 3357

Effect of changing SKU on existing unpaid orders

In 7.0.5 would changing the SKU of an existing product affect the ability to process existing unpaid/unshipped orders?