Search found 144 matches

by triplw
Wed Oct 30, 2013 4:40 am
Forum: AbleCommerce GOLD
Topic: Checkout by Amazon
Replies: 33
Views: 52045

Re: Checkout by Amazon

OK, sorry I guess you were right. Thanks for the help.
by triplw
Tue Oct 29, 2013 7:09 pm
Forum: AbleCommerce GOLD
Topic: Checkout by Amazon
Replies: 33
Views: 52045

Re: Checkout by Amazon

CommerceBuilder: 7.85.4938.5888
by triplw
Tue Oct 29, 2013 3:44 pm
Forum: AbleCommerce GOLD
Topic: Adwords Tracking
Replies: 6
Views: 4114

Re: Adwords Tracking

I made a user control similar to ~/ConLib/GoogleAnalyticsWidget.ascx and call it from the receipt page.
by triplw
Tue Oct 29, 2013 6:14 am
Forum: AbleCommerce GOLD
Topic: Checkout by Amazon
Replies: 33
Views: 52045

Re: Checkout by Amazon

I applied the patch for Gold R5 but the tax issue isn't resolved. New customers without an account that have not entered their address in the AC store are erroneously being charged sales tax for the state that the warehouse is in. The site isn't using the MiniBasket control and "Pay with Amazon" but...
by triplw
Mon Oct 07, 2013 9:50 am
Forum: AbleCommerce GOLD
Topic: Checkout by Amazon
Replies: 33
Views: 52045

Re: Checkout by Amazon

Thanks Katie, I'll look for your patch. My client did upload the tracking and got their payments but thought it was too time consuming. Amazon has a template to do batch uploads and it says that the only required fields are their order-id and ship-date unless it's a partial shipment. For partial shi...
by triplw
Sun Oct 06, 2013 1:57 pm
Forum: AbleCommerce GOLD
Topic: Checkout by Amazon
Replies: 33
Views: 52045

Re: Checkout by Amazon

I thought I had this working until I got an angry call from my client. Customers are being charged sales tax when they shouldn't be. I think it's new customers that are clicking on the CBA sidebar button before creating an account. They're using R5 build 5731. I see on R6 the fixed issue [AC8-2113] ...
by triplw
Mon Sep 16, 2013 4:23 pm
Forum: AbleCommerce GOLD
Topic: Checkout by Amazon
Replies: 33
Views: 52045

Re: Checkout by Amazon

Just a thought: have you tried the "add new Address" link? Maybe something about your stored address isn't working.
by triplw
Thu Aug 01, 2013 8:56 am
Forum: AbleCommerce GOLD
Topic: Enter Key to Search Page
Replies: 1
Views: 2669

Re: Enter Key to Search Page

Above post isn't really clear. Trying to set the Simple Search Button as the Default Button for the Enter Key. I think I figured it out. In ConLib/Utility/SimpleSearch.ascx protected void Page_Init() { Button myDefaultBtn = this.SearchButton; SearchPanel.DefaultButton = myDefaultBtn.UniqueID; .... A...
by triplw
Thu Aug 01, 2013 6:44 am
Forum: AbleCommerce GOLD
Topic: Enter Key to Search Page
Replies: 1
Views: 2669

Enter Key to Search Page

The enter key for site pages are going to the Basket page. So when a customer is using the search box in the header and hits enter instead of the search button they don't go to the search results page. How do I make the search button the default for the page?
by triplw
Mon Jul 29, 2013 6:56 pm
Forum: AbleCommerce GOLD
Topic: Server Error - Site is down
Replies: 3
Views: 3585

Re: Server Error - Site is down

Just launched the site 3 days ago and this is the first problem. The server admin recommended using Lucene search instead of SQL because "a search engine bot can overload the server if it auto-enters random words in site default search box and search provider is SQL." I had switched to SQL search im...
by triplw
Mon Jul 29, 2013 5:06 am
Forum: AbleCommerce GOLD
Topic: Server Error - Site is down
Replies: 3
Views: 3585

Server Error - Site is down

GOLD R5 LIVE site completely crashed and resetting the app pool doesn't help. this is the error: [NullReferenceException: Object reference not set to an instance of an object.] System.Web.PipelineModuleStepContainer.GetEventCount(RequestNotification notification, Boolean isPostEvent) +30 System.Web....
by triplw
Sat Jul 27, 2013 9:36 am
Forum: AbleCommerce GOLD
Topic: Urgent - Can't Add To Cart if not logged in
Replies: 2
Views: 3600

Re: Urgent - Can't Add To Cart if not logged in

Clearing the browser cache seemed to fix the problem. I'm just concerned that customers won't know how to do that.
by triplw
Sat Jul 27, 2013 9:22 am
Forum: AbleCommerce GOLD
Topic: Urgent - Can't Add To Cart if not logged in
Replies: 2
Views: 3600

Re: Urgent - Can't Add To Cart if not logged in

Update - it seems to be Firefox only. IE & Chrome seem to be working. I can't reproduce it on my local machine either. Still really a serious problem that needs resolved.
by triplw
Sat Jul 27, 2013 9:09 am
Forum: AbleCommerce GOLD
Topic: Urgent - Can't Add To Cart if not logged in
Replies: 2
Views: 3600

Urgent - Can't Add To Cart if not logged in

Just upgraded to Gold R5 from 7.0.7 and discovered that if you are not logged in and click "add to cart", your cart shows empty. I have anonymous user checkout enabled. I can't think of where else to look.

Should I revert to backups? Any help would be appreciated.
by triplw
Wed Jul 17, 2013 7:59 am
Forum: AbleCommerce GOLD
Topic: Database upgrade timeout
Replies: 1
Views: 2466

Database upgrade timeout

I'm getting the following error upgrading 7.0.7 database to Gold R5 on localhost. Is it safe to upgrade my live site? SQL: UPDATE ac_Addresses SET IsBilling = 1 Where AddressId IN (SELECT AddressId FROM ac_Addresses INNER JOIN ac_Users ON ac_Addresses.AddressId = ac_Users.PrimaryAddressId) Error: Ti...
by triplw
Thu Jun 27, 2013 10:18 am
Forum: AbleCommerce GOLD
Topic: Category Product Sort Order
Replies: 10
Views: 15164

Re: Category Product Sort Order

I need the same thing. I'm using the Category Grid (Deep Item Display). I tried adding

Code: Select all

<asp:ListItem Text="Click for options" Value=""></asp:ListItem>
to the SortResults DropDownList but products sill aren't displayed in the same order as Admin.
by triplw
Sat Mar 16, 2013 10:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Trusted Service
Replies: 3
Views: 5955

Re: Google Trusted Service

We put the code on our site Oct. 1st and it passed the testing scripts and we haven't heard anything since. Just says we have successfully applied. I guess we could end up in your situation eventually.

If you're interested I could send you my code for comparison.
by triplw
Wed Oct 31, 2012 12:26 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: dynamic redirect crashed site
Replies: 3
Views: 6968

Re: dynamic redirect crashed site

I think I'm going to have to delete a row in the database ac_redirects table.
by triplw
Wed Oct 31, 2012 12:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: dynamic redirect crashed site
Replies: 3
Views: 6968

dynamic redirect crashed site

I was using the dynamic redirect and it crashed the site. This is the error I'm getting: [ArgumentException: parsing "^mofcart/(*)" - Quantifier {x,y} following nothing.] System.Text.RegularExpressions.RegexParser.ScanRegex() +6928537 System.Text.RegularExpressions.RegexParser.Parse(String re, Regex...
by triplw
Thu Sep 13, 2012 3:23 pm
Forum: PCI Certification and Implementation Questions
Topic: Firefox autocomplete password
Replies: 4
Views: 14298

Re: Firefox autocomplete password

I know how to do that in firefox. We signed up with a new credit card company and they said that when they scanned my website that it was auto-completing the login password field and we weren't PCI compliant. I told them that it was the user's browser settings and they finally backed down.
by triplw
Thu Sep 06, 2012 8:54 am
Forum: PCI Certification and Implementation Questions
Topic: Firefox autocomplete password
Replies: 4
Views: 14298

Re: Firefox autocomplete password

On my windows7 machine using firefox 15.0 the password for my login is autofilling when remember me is checked or not. I am running a 7.0.6 store. I have tried to change the LoginDialog.ascx.cs by adding Password.Attributes.Add("autocomplete", "off"); There are no other modifications. It had no effe...
by triplw
Thu Sep 06, 2012 7:51 am
Forum: PCI Certification and Implementation Questions
Topic: Firefox autocomplete password
Replies: 4
Views: 14298

Firefox autocomplete password

The login password field is being autocompleted in Firefox and this caused my site to fail the security scan. How do I disable this?
by triplw
Wed Sep 05, 2012 7:45 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Trusted Store Badge
Replies: 3
Views: 6651

Google Trusted Store Badge

Has anyone implemented the code to display the Google Trusted Store Badge? Should it be added to PageHelper or in a new control like the Analytics Widget? Any help would be appreciated.
by triplw
Tue Sep 04, 2012 7:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Customer able to build Customized Products
Replies: 1
Views: 2602

Re: Customer able to build Customized Products

Have you looked at making the set up fee an accessory?
by triplw
Fri Aug 24, 2012 6:01 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Microdata / Rich Snippets: Price
Replies: 6
Views: 7165

Re: Microdata / Rich Snippets: Price

I put this in the content scriptlet and it seems to work.

<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="price">$Product.Price.ToString("ulc")</span>
<meta itemprop="priceCurrency" content="USD" />
</div>