@version $Id: tpl_footer_googleanalytics.php,v 1.2.1 02.12.2006 13:06
@version $Id: tpl_footer_googleanalytics.php,v 1.2.1 02.12.2006 13:06
Last version is:
* @version $Id: tpl_footer_googleanalytics.php, v 1.2.2 16.12.2006 13:36
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?
!!!!!!!![]()
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
this changes was suggested by you, in another thread!
Where??? ??
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
You really don't see difference between
and
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).
what's the best solution to use with one currency, Euro?