Search found 58 matches

by SteveHiner
Sun Sep 20, 2015 10:11 pm
Forum: AbleCommerce GOLD
Topic: PayPal IPN versus API
Replies: 16
Views: 11901

Re: PayPal IPN versus API

We have also had periodic issues with PayPal. I'm quite interested in whatever you discover. I'll have to wait for another one to fail to dig into potential reasons why so unfortunately right now I can't provide any more details for you.
by SteveHiner
Fri Apr 17, 2015 12:29 pm
Forum: AbleCommerce GOLD
Topic: Can Able Gold automatically classify an address?
Replies: 9
Views: 6708

Re: Can Able Gold automatically classify an address?

So our only options are: 1) Let the customer decide so some customer intentionally mark it as commercial to save shipping and we lose money on the sale. a) Optionally contact customers and cancel their order if they marked it incorrectly thus likely losing the sale. 2) Force it to always be resident...
by SteveHiner
Tue Dec 31, 2013 1:04 pm
Forum: AbleCommerce GOLD
Topic: Error in ManageProducts.aspx for product names with quotes
Replies: 4
Views: 3856

Re: Error in ManageProducts.aspx for product names with quotes

If you delete a product that does not have the quote in the name do you get a confirmation message? If so then you did reproduce it but just didn't realize something was missing. You could also open the F12 tools in your browser and watch the console to see if any errors get thrown. I knew about it ...
by SteveHiner
Tue Dec 31, 2013 12:59 pm
Forum: AbleCommerce GOLD
Topic: HTML Edit windows in IE 11
Replies: 11
Views: 6101

Re: HTML Edit windows in IE 11

It's caused by Able using a slightly out of date version of TinyMCE. You can fix it with the patch I posted (which I don't think is terribly complicated but I'm a programmer so I'm not the best one to gauge something like that) or you can wait for Able to update to the new TinyMCE. You could, in the...
by SteveHiner
Tue Dec 24, 2013 3:16 pm
Forum: AbleCommerce GOLD
Topic: Error in ManageProducts.aspx for product names with quotes
Replies: 4
Views: 3856

Error in ManageProducts.aspx for product names with quotes

The current R6 version has this markup: <asp:LinkButton ID="D" runat="server" ToolTip="Delete" CommandName="Do_Delete" CommandArgument='<%#Eval("Id")%>' OnClientClick='<%# Eval("Name", "return confirm(\"Are you sure you want to delete {0}?\")") %>'> <asp:Image ID="DI" runat="server" SkinID="DeleteIc...
by SteveHiner
Sun Dec 22, 2013 1:22 pm
Forum: AbleCommerce GOLD
Topic: Deployment plans, wanna give me advice?
Replies: 3
Views: 2931

Re: Deployment plans, wanna give me advice?

Thanks Joe, I have made a note to do that before the upgrade. In fact, maybe I'll just do it now to be sure.
by SteveHiner
Sun Dec 15, 2013 5:31 pm
Forum: AbleCommerce GOLD
Topic: Deployment plans, wanna give me advice?
Replies: 3
Views: 2931

Deployment plans, wanna give me advice?

I'm currently upgrading a 7.0.6 site to Gold. I installed a backup of the production database on my laptop, installed Gold and upgraded the database. Now I'm customizing the site to add all the changes we made to the original 7.0 version. My plan for rolling out to production is to: close the store ...
by SteveHiner
Sat Dec 14, 2013 10:35 pm
Forum: AbleCommerce GOLD
Topic: R6 install with upgraded 7.06 db and I can't get into admin
Replies: 5
Views: 3566

Re: R6 install with upgraded 7.06 db and I can't get into admin

Thanks, I reset that in the table and after a reboot it works. Now the whole store appears to be working correctly and I'm migrating all our customizations from the 7.0.6 version of the store. It's actually not nearly as bad to migrate as I feared it would be. I believe, but have not fully confirmed...
by SteveHiner
Sat Dec 14, 2013 10:31 pm
Forum: AbleCommerce GOLD
Topic: Fixed: HTML editing broken in IE11
Replies: 1
Views: 2406

Fixed: HTML editing broken in IE11

Able Gold uses TinyMCE 3.4.9 as the page editor in the admin. I found out tonight that on IE11, if you click the HTML button to edit the code directly you get a popup with no HTML in it. Behind the scenes the javascript is throwing an error because of the browser being misdetected. The bug is fixed ...
by SteveHiner
Wed Dec 11, 2013 10:43 pm
Forum: AbleCommerce GOLD
Topic: R6 install with upgraded 7.06 db and I can't get into admin
Replies: 5
Views: 3566

Re: R6 install with upgraded 7.06 db and I can't get into admin

Actually restarting my laptop fixed that problem. After the restart the default page on the site no longer worked though. It gave me a weird error message instead but every other page, including the admin, worked fine. Now the default page of the site works again but when I try to login I get redire...
by SteveHiner
Sun Dec 08, 2013 11:29 pm
Forum: AbleCommerce GOLD
Topic: R6 install with upgraded 7.06 db and I can't get into admin
Replies: 5
Views: 3566

R6 install with upgraded 7.06 db and I can't get into admin

I just installed a test version of Gold R6 on my laptop running under local host. Before running it I restored a backup of our production database. There were a few bumps in the installation but nothing I couldn't handle and little I couldn't explain (and fix before doing the production upgrade). I ...
by SteveHiner
Wed Nov 30, 2011 11:13 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Custom EditMyAddressPage isn't getting used
Replies: 0
Views: 2163

Custom EditMyAddressPage isn't getting used

I've been modifying all the buttons on the site to use images instead of the default CSS styled buttons. All of them so far have worked fine but the Save and Cancel button on /Members/EditMyAddress.aspx still show the old buttons. Here's what I've done: /Members/EditMyAddress.aspx shows a scriptlet ...
by SteveHiner
Wed Nov 30, 2011 10:41 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variable price kits don't use new price in the cart
Replies: 2
Views: 2527

Re: Variable price kits don't use new price in the cart

Unfortunately Able isn't going to let you get away with that. Kit prices are determined from a different set of routines. ... I use the variable-price trick all the time, works great in about every situation except kits. Thank you Joe. While that isn't good news at least I can stop trying. I agree,...
by SteveHiner
Mon Nov 28, 2011 2:29 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Variable price kits don't use new price in the cart
Replies: 2
Views: 2527

Variable price kits don't use new price in the cart

We're using the variable price feature combined with some custom fields to handle quantity discounts on our site. When an item is added to the basket the correct price is calculated and the basket item is added after changing the Price property to the desired price. This works great on the site, how...
by SteveHiner
Thu Mar 31, 2011 12:55 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Javascript line endings being stripped in 7.0.6
Replies: 0
Views: 1900

Javascript line endings being stripped in 7.0.6

Since the upgrade to 7.0.6 we have found that some of our scripts quit working. I just found out why. On the server in the custom scriptlet "Home Page.htm" the script looks like this: <script type="text/javascript"> // Instructions on how // To use the script Code here; </script> But when I view sou...
by SteveHiner
Tue Mar 15, 2011 12:06 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Disappearing AbleCommerce Bar
Replies: 3
Views: 2627

Re: Disappearing AbleCommerce Bar

I believe I have narrowed this down to an issue with our host. I noticed that we're getting javascript errors saying "Sys is undefined". That led me to this page: http://weblogs.asp.net/chrisri/archive/2007/02/02/demystifying-sys-is-undefined.aspx Using Fiddler2 I was able to discover that the web s...
by SteveHiner
Fri Mar 04, 2011 10:47 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Release Schedule
Replies: 5
Views: 5722

Re: Release Schedule

I was planning to do a 7.0.4 to 7.0.6 upgrade tonight and I find this. Clearly they didn't release 7.0.7 last month but I'm wondering how close it is. I'd hate to do an update to a version that is going to be out of date as soon as I install it. I did some searching and didn't find any info about wh...
by SteveHiner
Thu Jul 29, 2010 1:35 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How can I show the "processing" popup on a button click?
Replies: 3
Views: 3257

Re: How can I show the "processing" popup on a button click?

Thank you for the suggestion but I don't think that alone will solve my problem. I still fundamentally need to figure out how to tie into the button click properly on the client side. If I can figure out how to run any script at all when a purchase is made then I'll be home free since then I can use...
by SteveHiner
Fri Jul 09, 2010 2:37 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: How can I show the "processing" popup on a button click?
Replies: 3
Views: 3257

How can I show the "processing" popup on a button click?

I have heavily modified the category list page on our site and added Buy buttons to each item in the list so you can buy things directly from that page. I now have a problem that when the user is scrolled down the page and they click a buy button they don't know that the item was added to the cart b...
by SteveHiner
Fri Jan 29, 2010 3:36 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How can I stop the cart from combining BasketItems?
Replies: 2
Views: 1869

Re: How can I stop the cart from combining BasketItems?

I didn't see a way to add a customer template to a BasketItem. What I did find is the GiftMessage and LineMessage properties. By setting those to a random text string it will keep items separate in the cart, just like I want it. I will likely settle on GiftMessage long term because gifts don't make ...
by SteveHiner
Thu Jan 28, 2010 5:20 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: How can I stop the cart from combining BasketItems?
Replies: 2
Views: 1869

How can I stop the cart from combining BasketItems?

Due to the way we do pricing on our site I have a need to prevent the cart and minicart from combining the items added to it. If a user adds 100 of Item #1 to the cart then adds 500 more I want to have two separate line items in the cart. I tried making a minor mod to the BasketItem by adding a cust...
by SteveHiner
Wed Dec 23, 2009 3:51 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SSL Redirect Loop
Replies: 15
Views: 22232

Re: SSL Redirect Loop

Able tech support just figured out what the problem is - we're hosting with Mosso and they use clustering servers. I guess the SSL features in Able don't work with clustered hosting. I guess I'll talk to Mosso and see if they can help figure this out. This really sucks. I don't want to go through th...
by SteveHiner
Wed Dec 23, 2009 9:56 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SSL Redirect Loop
Replies: 15
Views: 22232

Re: SSL Redirect Loop

From the data I see while running Fiddler2 it appears that when a user goes to: https://www.domain.com/Login.aspx the server sends back a 302 redirect to: https://www.domain.com/Login.aspx. Note, those are the same URLs. IE will sit there for a few minutes following the redirects like an gullible ch...
by SteveHiner
Tue Dec 22, 2009 11:05 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: SSL Redirect Loop
Replies: 15
Views: 22232

Re: SSL Redirect Loop

First of all, thank you Judy for taking the time to help me out. I really appreciate it. Ok, I just had some time to work with this again. No, we have not recently switched domains at all. I checked the license and the domain name matches our site. I added demoMode="True" as the first line in the co...