Search found 42 matches

by AlanW
Thu Aug 09, 2012 11:45 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Duplicate Page Title and Content issues
Replies: 1
Views: 3105

Duplicate Page Title and Content issues

I can't figure out how to clean up the following Duplicate Page Title and Content warnings from my SEO page crawler service. We're on VERSION: 7.0.7.14481 The crawl report also warns that the home page has duplicate page content with a reference to a 404 error. Can anyone point me in the right direc...
by AlanW
Fri Oct 22, 2010 9:04 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Adwords Tracking
Replies: 7
Views: 8289

Re: Google Adwords Tracking

Created user control for Google AdWords Tracking as follows, then made use of the control in "Footer With Google Analytics" scriplet. I'm getting following error at bottom of checkout page. <%@ Control Language="C#" ClassName="GoogleAdWordsWidget" %> <!-- HTTP Google Code for Sale Conversion Page --...
by AlanW
Mon Sep 13, 2010 7:47 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Adwords Conversion Tracking
Replies: 1
Views: 2153

Google Adwords Conversion Tracking

I've followed this thread and viewtopic.php?f=42&t=11325. I still don't understand where to put the AdWords tracking code. I have Google Analytics set up properly but the conversions are not being recorded for AdWords. My Checkout/Receipt.aspx page is using the footer with Google Analytics Widget. S...
by AlanW
Tue Sep 07, 2010 1:49 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Adwords Tracking
Replies: 7
Views: 8289

Re: Google Adwords Tracking

I've followed this thread and viewtopic.php?f=42&t=11325. I still don't understand where to put the AdWords tracking code. I have Google Analytics set up properly but the conversions are not being recorded for AdWords. My Checkout/Receipt.aspx page is using the footer with Google Analytics Widget. S...
by AlanW
Wed Jun 30, 2010 12:45 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unique URL for second step of checkout process
Replies: 7
Views: 5971

Re: Unique URL for second step of checkout process

Mazhar, Can you provide example of changes we should make to Continue Button so we don't break the code? onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$wpm$CheckoutPage$ctl02$ContinueButton", "", true, "OPC", "", false, false))" Find a way to add: onclick="javas...
by AlanW
Tue Jun 22, 2010 7:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unique URL for second step of checkout process
Replies: 7
Views: 5971

Re: Unique URL for second step of checkout process

Mazhar,

Will changes to the Continue Button (see previous post) break the code?


Best regards,
Alan Wills
by AlanW
Tue Jun 15, 2010 9:57 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unique URL for second step of checkout process
Replies: 7
Views: 5971

Re: Unique URL for second step of checkout process

Thanks Mazhar,

Noted. That is clean method for including java script to footer of each page.

Will changes to the Continue Button (see previous post) break the code?

Best regards,
Alan Wills
PracticeRange.com
by AlanW
Mon Jun 14, 2010 3:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unique URL for second step of checkout process
Replies: 7
Views: 5971

Re: Unique URL for second step of checkout process

We could implement event tracking, however, this wouldn’t appear in the funnel visualization. Not a big issue, but we’ll need to remember to do the math when reviewing funnel results. In regards to the funnel, I made a slight modification as I noticed you can jump straight to checkout w/o having to ...
by AlanW
Fri Jun 11, 2010 10:26 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Unique URL for second step of checkout process
Replies: 7
Views: 5971

Unique URL for second step of checkout process

We are setting up a Goals funnel inside Google Analytics to address cart abandonment. The shipping info and billing steps require two screens to complete the order. Ideally we want to track each page individually to identify where customers abandon the order. Do they bail out on the shipping screen ...
by AlanW
Wed Apr 28, 2010 10:03 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Analytics - Tracking OrderNumber instead of OrderID
Replies: 2
Views: 2460

Re: Google Analytics - Tracking OrderNumber instead of OrderID

Mazhar,

Your solution worked perfectly.
Thanks for the prompt reply.

--Alan
by AlanW
Tue Apr 27, 2010 2:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Google Analytics - Tracking OrderNumber instead of OrderID
Replies: 2
Views: 2460

Google Analytics - Tracking OrderNumber instead of OrderID

Google Analytics is tracking OrderID. OrderID is not the same as our OrderNumber. How and where do I update the tracking code to use OrderNumber? VERSION: 7.0.3 BUILD: 12458 Best regards, Alan Wills ------------------------------------------------------------------- PracticeRange.com ---------------...
by AlanW
Thu Jul 16, 2009 9:50 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Percentage Volume discount on Kitted Product
Replies: 3
Views: 2686

Re: Percentage Volume discount on Kitted Product

Here are a few products to demonstrate the problem. DISCOUNT WORKS http://www.practicerange.com/Medicus-Maximus-Hittable-Weighted-Clubs-Bundle-P612.aspx DOES NOT WORK http://www.practicerange.com/Putting-Package-P763.aspx Discount shows beneath the order box Discounts buy any, save 10% but it is not...
by AlanW
Wed Jul 15, 2009 1:17 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Percentage Volume discount on Kitted Product
Replies: 3
Views: 2686

Percentage Volume discount on Kitted Product

I have several kitted products with volume discount applied. The volume discount is set up as a 10% discount based on quantity of line item. Discount is not getting applied to the order. If discount is changed to dollar amount instead of percentage the discount will be applied properly. version 7.0....
by AlanW
Wed Jul 15, 2009 12:08 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Using different AddtoCart images
Replies: 2
Views: 3444

Re: Using different AddtoCart images

Site crashing caused by extra code inserted by FrontPage editor. Got to stop using that program but old habits die hard.

Everything working now.

Thanks
by AlanW
Wed Jul 15, 2009 10:10 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Using different AddtoCart images
Replies: 2
Views: 3444

Using different AddtoCart images

We use an image called AddtoCart button in BuyProductDialog.ascx The name of the image is picked up from the style.skin – the SkinID=”BuyNowButton” The same image is used for PopularProductsDialog, related items, etc. I want to use a new image for BuyProductDialog.ascx and keep the other images the ...
by AlanW
Fri Jun 19, 2009 9:08 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: viewstate MAC and state information invalid
Replies: 1
Views: 2055

Re: viewstate MAC and state information invalid

It turns out something was left out of the upgrade instructions. Patched the install and replaced global.asax file.

The bug report is at http://bugs.ablecommerce.com/show_bug.cgi?id=7880


--Alan
by AlanW
Wed Jun 17, 2009 3:01 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Affiliate Wiz is passing OrderID instead of Order Number
Replies: 4
Views: 3428

Re: Affiliate Wiz is passing OrderID instead of Order Number

Yes that change AffiliateTracker.ascx control worked. Affiliate Wiz is passing on the correct Order Number.

Thanks,
Alan
by AlanW
Wed Jun 17, 2009 10:40 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Affiliate Wiz is passing OrderID instead of Order Number
Replies: 4
Views: 3428

Re: Affiliate Wiz is passing OrderID instead of Order Number

AffiliateTracker.ascx control is using the save variable for OrderId and OrderNumber. Could this be the problem passing Order Number to Affiliate Wiz? url = url.Replace("[OrderId]", _Order.OrderId.ToString()); url = url.Replace("[OrderNumber]", _Order.OrderId.ToString()); url = url.Replace("[OrderTo...
by AlanW
Wed Jun 17, 2009 6:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Checkout Failed 100 times
Replies: 15
Views: 20079

Re: Checkout Failed 100 times

Similar error this morning. Error log recorded three errors in a row, 10:27:50 then 10:28:05 then 10:28:08 PM. All the same error message and debug data. An error occurred during the checkout process. The checkout has failed 100 times and will NOT BE attempted again. UserId: 61144 / customer@verizon...
by AlanW
Mon Jun 15, 2009 10:39 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: MetaTags.aspx throws error in 7.0.3
Replies: 6
Views: 6520

Re: MetaTags.aspx throws error in 7.0.3

Thanks Mazhar,

OK, now I see how Admin menu choices were set up incorrectly.
Thanks for explanation and posted files.
MetaTags utility is working again.


Best regards,

Alan
by AlanW
Mon Jun 15, 2009 10:02 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: MetaTags.aspx throws error in 7.0.3
Replies: 6
Views: 6520

Re: MetaTags.aspx throws error in 7.0.3

The file is located in Admin/Products/ folder We had to enter a link to MetaTags.aspx again in menu.sitemap after update to 7.0.3 Here is code from menu.sitemap where we call MetaTags.aspx from Admin menu. <siteMapNode title="Catalog" LookId="TopItemLook" roles="System,Admin,Jr. Admin,Manage Catalog...
by AlanW
Mon Jun 15, 2009 9:18 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: MetaTags.aspx throws error in 7.0.3
Replies: 6
Views: 6520

Re: MetaTags.aspx throws error in 7.0.3

Here's the MetaTags.aspx code we've been using. <%@ Page Language="C#" MasterPageFile="Product.master" Title="Meta Tags" Inherits="CommerceBuilder.Web.UI.AbleCommerceAdminPage" %> <%@ Register Assembly="CommerceBuilder.Web" Namespace="CommerceBuilder.Web.UI.WebControls" TagPrefix="cb" %> <%@ Registe...
by AlanW
Mon Jun 15, 2009 8:28 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: MetaTags.aspx throws error in 7.0.3
Replies: 6
Views: 6520

MetaTags.aspx throws error in 7.0.3

We've been using the MetaTags.aspx utility (code posted Aug 13, 2008 ) http://forums.ablecommerce.com/viewtopic.php?f=42&t=7875&hilit=metatags.aspx Since we upgraded to 7.0.3 the page throws this error. What needs to change in the metatags.aspc code to patch up this page? Exception of type 'System.W...
by AlanW
Mon Jun 15, 2009 8:07 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: viewstate MAC and state information invalid
Replies: 1
Views: 2055

viewstate MAC and state information invalid

The error log is filling up with thousands of errors. Alternating between these two. The state information is invalid for this page and might be corrupted.; Invalid viewstate.... Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster,..... All of them occur agains...
by AlanW
Wed Jun 10, 2009 2:37 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Failed to access IIS metabase.
Replies: 6
Views: 5700

Re: Failed to access IIS metabase.

I was able to repair the installation of .NET 3.5 Framework in the Add/Remove Programs to get past the "Failed to access IIS metabase." error message.