Groenleer ICT Services

30 June 2009

osticket 1.6rc5 beschikbaar via Installatron

Filed under: Installatron, osticket — martijn @ 08:00

Afgelopen nacht heeft Groenleer ICT Services de installer voor osticket versie 1.6rc5 toegevoegd aan Installatron.

Vanaf heden kunt u uw osticket installatie upgraden naar 1.6rc5 of een nieuwe installatie plaatsen.

24 June 2009

How to track conversions with Google Analytics for your Magento Single Page Checkout

Filed under: Uncategorized — Tags: — martijn @ 15:29

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

Open it and look for:

gotoSection: function(section)
{
section = $('opc-'+section);
section.addClassName('allow');
this.accordion.openSection(section);
},

Replace it with:

gotoSection: function(section)
{
section = $('opc-'+section);
try {
pageTracker._trackPageview('/checkout/' + section + '/');
} catch(err) {}
section.addClassName('allow');
this.accordion.openSection(section);
},

Open your Google Analytics
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 ClickedAdddress

Coppermine 1.4.25 beschikbaar via Installatron

Filed under: Coppermine, Installatron — martijn @ 08:00

Afgelopen nacht heeft Groenleer ICT Services de installer voor Coppermine versie 1.4.25 toegevoegd aan Installatron.

Vanaf heden kunt u uw Coppermine installatie upgraden naar 1.4.25 of een nieuwe installatie plaatsen.

23 June 2009

ZenCart 1.3.8.1 beschikbaar via Installatron

Filed under: Installatron, Zencart — martijn @ 08:01

Afgelopen nacht heeft Groenleer ICT Services de installer voor Zencart versie 1.3.8.1 toegevoegd aan Installatron.

Vanaf heden kunt u uw ZenCart installatie upgraden naar 1.3.8.1 of een nieuwe installatie plaatsen.

Cubecart 3.0.19 beschikbaar via Installatron

Filed under: CubeCart, Installatron — martijn @ 08:00

Afgelopen nacht heeft Groenleer ICT Services de installer voor Cubecart versie 3.0.19 toegevoegd aan Installatron.

Vanaf heden kunt u uw Cubecart installatie upgraden naar 3.0.19 of een nieuwe installatie plaatsen.

Older Posts »