Page 21 of 68 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 672
  1. #201
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    @version $Id: tpl_footer_googleanalytics.php,v 1.2.1 02.12.2006 13:06

  2. #202
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    Last version is:
    * @version $Id: tpl_footer_googleanalytics.php, v 1.2.2 16.12.2006 13:36

  3. #203
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    I've just downloading and replace with last version. I've only change this
    number_format($products->fields['final_price'], 3, '.', '')
    with this
    number_format($products->fields['final_price'], 2, ',', '')
    because I'm use Euro currency
    Is it all right?

  4. #204
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    !!!!!!!
    Why you do this updates and then ask me why YOUR modifications does not work? You must understand what you do before you do any changes. RTFM

  5. #205
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    this changes was suggested by you, in another thread!

  6. #206
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    Where??? ??

  7. #207
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

  8. #208
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    the link at your website to download the last version of google analytics is wrong: it point at google froogle. Give us, please, the right link to download the last version analytics integration

  9. #209
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Google Analytics Integration

    You really don't see difference between
    Quote Originally Posted by samad64 View Post
    Code:
    number_format($products->fields['final_price'], 2, ',', '')
    to
    Code:
    number_format($products->fields['final_price'], 2, '.', ',')
    and
    Quote Originally Posted by 100asa View Post
    change this
    Code:
    number_format($products->fields['final_price'], 3, '.', '')
    with this
    Code:
    number_format($products->fields['final_price'], 2, ',', '')
    RTFM! Google Analytics works with numbers, instead of with currency. Therefore to it is necessary to give it only sums. And always in one currency. Therefore in multiple currency shop it is necessary always to transform all the sums to default currency (I don't do this in public version - only by request).

  10. #210
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: Google Analytics Integration

    what's the best solution to use with one currency, Euro?

 

 
Page 21 of 68 FirstFirst ... 11192021222331 ... LastLast

Similar Threads

  1. Google Analytics: Site Search Integration
    By saitomedia in forum General Questions
    Replies: 1
    Last Post: 29 Jul 2010, 08:08 AM
  2. google analytics integration
    By amnon_d in forum General Questions
    Replies: 3
    Last Post: 14 Jul 2009, 12:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg