I have set the Google Analystic on admin but they can't show on the page!

I have set the Google Analystic on admin but they can’t show on the page! Is that problem of our template, please? Could you check that for us? Our Website is Hera Wigs Store.

Waiting for your quick reply, thanks in advance!

Michael Cao

3 answers

Profile photo of chavan 100.00 $tone June 3, 2011
Public

Easy Solution:

File Path: app\design\frontend\default\jm_tyrolitetemplate\p age\html\footer.phtml

Add your complete google analytics good at the end of the line in footer.phtml

Note: If you Find my Post useful please click on the Thanks Icon

#1
Profile photo of Michael Cao 0.00 $tone June 4, 2011
Public

Hi Chavan,

Yes, I know it can be. But for Magento 1.5.0.1, we should only put Google Analytics account number on admin of Magento then it’s ok and I have done but it can’t work!

By the way, I have added Upsell products but it’s little left for the picture, you can check by followed link: http://www.herawigs.com/human-hair-l…s-on-sale.html so could you let’s know how to solve that, please?

Thanks in advance, Michael Cao.

#2
Profile photo of chavan 100.00 $tone June 4, 2011
Public

Go to this File: /skin/frontend/default/jm_tyrolite/css/theme.css

Replace the Following

Code:

.ja-tab-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 15px 0;


}

with

Code:

 .ja-tab-content {     background: none repeat scroll 0 0 #FFFFFF;     border-color: -moz-use-text-color #DDDDDD #DDDDDD;     border-right: 1px solid #DDDDDD;     border-style: none solid solid;     border-width: 0 1px 1px;     padding: 15px 0; }

Once done add the Following at the of the same file

Code:

#ja-tab-decription{
padding:10px;
}

#ja-tab-additional{
padding:10px;
}

#ja-tabitem-upsell h2{
padding:0 0 0 10px;
}
#ja-tabitem-upsell {
padding:15px 0;
}

#ja-tabitem-tags{
padding:10px;
}

Note: If you Find my Post useful please click on the Thanks Icon

#3

Please login or Register to Submit Answer

Written By

Comments