Find the file opcheckout.js, it should be in your ’skin/{interface}/{theme}/js/’ directory.

Open it and look for:

[crayon lang=»php»]gotoSection: function(section)
{
section = $(‹opc-‹+section);
section.addClassName(‹allow›);
this.accordion.openSection(section);
}, [/crayon]

Replace with:
[crayon lang=»php»]gotoSection: function(section)
{
section = $(‹opc-‹+section);
try {
pageTracker._trackPageview(‹/checkout/› + section + ‹/›);
} catch(err) {}
section.addClassName(‹allow›);
this.accordion.openSection(section);
},[/crayon]

Open your Google Analytics and add the following as a goal:

Active goal: on
Match type: Head Match
Goal URL: /checkout/onepage/success/

Goal Name: Successful Purchase

Case sensitive: [unchecked]

Step 1: /checkout/onepage Checkout Start [required step: yes]
Step 2: /checkout/onepage/opc-billing Billing Adddress
Step 3: /checkout/onepage/opc-shipping Shipping Adddress
Step 4: /checkout/onepage/opc-shipping_method Shipping Method
Step 5: /checkout/onepage/opc-payment Payment Method
Step 6: /checkout/onepage/opc-review Order Summary
Step 7: /checkout/onepage/opc-review-placeOrderClicked Confirmation Button Clicked

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert.