Search found 375 matches

by heinscott
Fri Apr 10, 2009 7:23 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Basket Checkout thru code
Replies: 6
Views: 3805

Re: Basket Checkout thru code

Here is the code I use for the shipment part. Seems to work fine for me. basket.Shipments.Add(new BasketShipment()); basket.Shipments[0].AddressId = _User.PrimaryAddressId; basket.Shipments[0].ShipMethodId = 4; basket.Package(); basket.Recalculate(); The only difference I can really see between how ...
by heinscott
Fri Apr 10, 2009 7:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help! Google Analytics Reporting Wrong after upgrade
Replies: 8
Views: 5006

Re: Help! Google Analytics Reporting Wrong after upgrade

So, should this be reported as a bug then?

Scott
by heinscott
Thu Apr 09, 2009 12:24 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help! Google Analytics Reporting Wrong after upgrade
Replies: 8
Views: 5006

Re: Help! Google Analytics Reporting Wrong after upgrade

Okay... It appears that the problem is occuring because around line 189 on the ReceiptPage.ascx.cs if (index > -1) _Order.Items[index].Price += (item.ExtendedPrice / _Order.Items[index].Quantity); It appears that the price of a parent order item is being modified temporarily to accomodate (I assume)...
by heinscott
Thu Apr 09, 2009 11:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help! Google Analytics Reporting Wrong after upgrade
Replies: 8
Views: 5006

Re: Help! Google Analytics Reporting Wrong after upgrade

No, I've checked for that... There is only one control on the page. The values are just being figured wrong. When I look at the source, the total ammount line being send to google is double. I have a feeling it has something to do with how kit pricing is figured. Most of the items in our store are i...
by heinscott
Thu Apr 09, 2009 9:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help! Google Analytics Reporting Wrong after upgrade
Replies: 8
Views: 5006

Re: Help! Google Analytics Reporting Wrong after upgrade

private void RegisterTransactionScript() { string scriptKey = "GoogleAnalyticsTrans:" + this.UniqueID; if (!Page.ClientScript.IsStartupScriptRegistered(scriptKey)) { LSDecimal shipping = 0; LSDecimal taxes = 0; LSDecimal total = 0; foreach (OrderItem item in _Order.Items) { LSDecimal extendedPrice ...
by heinscott
Thu Apr 09, 2009 8:25 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help! Google Analytics Reporting Wrong after upgrade
Replies: 8
Views: 5006

Re: Help! Google Analytics Reporting Wrong after upgrade

Okay another update to this drama... I've looked at the source code of the rendered receipt page, and it looks as if the each item in the order is being submitted to google twice. Does this make any sense? Here is what I am seeing in the code: pageTracker._addTrans("36885","","16.16","0.18","12.99",...
by heinscott
Thu Apr 09, 2009 7:27 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help! Google Analytics Reporting Wrong after upgrade
Replies: 8
Views: 5006

Re: Help! Google Analytics Reporting Wrong after upgrade

A bit more info.... I've looked at difference in code, and it look like from one install to the next, the GoogleAnalyticsWidget.aspx lost this piece of code: pageTracker._setAllowLinker(true); pageTracker._setDomainName("none"); Any idea if that could be the problem?? Thanks, Scott I've attached two...
by heinscott
Thu Apr 09, 2009 7:03 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help! Google Analytics Reporting Wrong after upgrade
Replies: 8
Views: 5006

Help! Google Analytics Reporting Wrong after upgrade

Hopefully someone can help with this... After upgrading to 7.02 last week, our Google Analytics started giving us double numbers for our sales. Does anyone know why this would be?? We haven't changed anything with regards to GA settings at all. Please help. I'd love to be able to solve this problem ...
by heinscott
Thu Apr 09, 2009 7:00 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: User Account - Email Address Requirement
Replies: 4
Views: 2336

Re: User Account - Email Address Requirement

Is there no answer, though, as to how deal with this problem? We'd rather not make up new email addresses everytime this situation arises.

Scott
by heinscott
Tue Apr 07, 2009 12:15 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Multiple Stores!!
Replies: 1
Views: 1604

Re: Multiple Stores!!

As far as I know, AbleCommerce does not support multiple store fronts, although the last link you posted is probably your best bet to getting this scenario working. Rick (Brewhaus) has been able to get this to work, although I'm sure that his method would require a bit of work in order to implement....
by heinscott
Tue Apr 07, 2009 11:15 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Next update and roadmap?
Replies: 18
Views: 13424

Re: Next update and roadmap?

How about cost of goods being recorded for kit items in the orderItems table??
by heinscott
Tue Apr 07, 2009 8:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Email required for phone orders???
Replies: 4
Views: 2600

Email required for phone orders???

It seems after the upgrade, an email address is now required to take a phone order. We have many customers who either a) Don't have an email address, or b) Don't want to give us an email address. Is there a way to allow for annonymous checkout from admin side, like there is on the onepagecheckout?? ...
by heinscott
Thu Apr 02, 2009 8:19 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Google Checkout?
Replies: 35
Views: 17464

Re: 7.0.2 Google Checkout?

Robbie... That already is the setup we are using. We have many, many shipping methods and many warehouses. After the upgrade, only the applicable shipping methods are showing up. Question for you... Are you still running a store with the non-upgraded version? If so, in your Google Checkout settings,...
by heinscott
Wed Apr 01, 2009 7:55 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Google Checkout?
Replies: 35
Views: 17464

Re: 7.0.2 Google Checkout?

I know that GC does not support multiple shipments, but what I am wondering is whether or not we can make it default to a standard shipping cost whenever this type of situation arises. Right now, GC is just not allowing the order to process at all, and subsequently, we could be losing these orders.....
by heinscott
Wed Apr 01, 2009 4:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Google Checkout?
Replies: 35
Views: 17464

Re: 7.0.2 Google Checkout?

7.02 launch... Status... Success. Now, for Google Checkout Update. 1. It seems as though one problem was fixed. Previously, no matter what was purchased from our store, Google Checkout would show ALL shipping options in the store. This is now fixed. Google only shows the relevant option for the prod...
by heinscott
Mon Mar 30, 2009 7:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Google Checkout?
Replies: 35
Views: 17464

Re: 7.0.2 Google Checkout?

Ah, we had a couple problems, so I had to roll back and plan for this week (Thursday). I'll let you know how the googe thing worked after that!

Scott
by heinscott
Thu Mar 26, 2009 9:20 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Google Checkout?
Replies: 35
Views: 17464

Re: 7.0.2 Google Checkout?

We are launching tomorrow morning. Will let you know after that. I also upgraded because of this issue. I pray everything works correctly!

Scott
by heinscott
Thu Mar 26, 2009 7:16 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 7.0.2 Google Checkout?
Replies: 35
Views: 17464

Re: 7.0.2 Google Checkout?

In google-checkout, you must explicitly point to the connector file on your site that pulls/pushes data. If your google account is setup to point to your currently running site, your development site won't be able to get the proper info from google. It is getting it's information from a site that ha...
by heinscott
Wed Mar 25, 2009 11:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help help resolve before launch!
Replies: 2
Views: 1671

Re: Help help resolve before launch!

What version of ajax are you running? I'm still on 2.0, so, I don't know if it has something to do with that, or with it being on a low-end local machine running Vista. I'd still love to hear any other ideas anyone might have for me.
Thanks,

Scott
by heinscott
Wed Mar 25, 2009 10:52 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help help resolve before launch!
Replies: 2
Views: 1671

Help help resolve before launch!

Hello. We are planning on launching our upgraded store this Friday, but, before we do, I wanted to try to resolve some weird issue we are having. It seems that for whatever reason, a lot of times when a page loads, many of the graphics will be missing, with just the empty placeholders with alt text ...
by heinscott
Mon Mar 23, 2009 1:16 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Question about duplicate SKUS
Replies: 2
Views: 1795

Re: Question about duplicate SKUS

I'm pretty sure that skus can be whatever you want. They are not setup to be a primary key for the products table.
by heinscott
Thu Mar 19, 2009 10:44 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Finishing the 7.02 Upgrade
Replies: 7
Views: 5052

Re: Finishing the 7.02 Upgrade

Thanks Judy. That answers my questions!
Scott
by heinscott
Thu Mar 19, 2009 8:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Finishing the 7.02 Upgrade
Replies: 7
Views: 5052

Re: Finishing the 7.02 Upgrade

One quick question Judy... I was wondering if you could explain what changes exactly I need to make after upgrade? Like you said with tax and shipping, but, what exactly changes that I should be aware of? Also, in the email templates, is it just a matter of switching OrderId to OrderNumber? Any help...
by heinscott
Thu Mar 19, 2009 7:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Dynamic Kit
Replies: 3
Views: 2107

Re: Dynamic Kit

Can be done with a bit of custom programming and some creativity with how you structure categories and products of this type... (for instance, if you have an Option A product that should include certain kit items, you could then also have a directory called Option A that would include all the kit it...