Opened 13 years ago
Closed 13 years ago
#13 closed Erweiterung (fixed)
Offline.html
| Reported by: | anonymous | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.0.0 |
| Component: | Shop | Version: | 1.06 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Mit 1.06 kam ja die Integrierte Piwik funktion.
Es wäre allerdings von vorteil wenn diese nicht nur in der index.html enthalten ist, sondern auch in der Offline.html
Den schließlich will man ja auch wenn die Seite Offline ist wissen, wieviele Besucher man hat usw.
Daher wäre mein Vorschlag folgenden Code ebenfalls in die Offline.html zu Integrieren:
{if ($smarty.const.TRACKING_COUNT_ADMIN_ACTIVE=='true' and $smarty.session.customers_status.customers_status_id == '0')
or $smarty.session.customers_status.customers_status_id != '0'}
{if $smarty.const.TRACKING_PIWIK_ACTIVE=='true'}
{piwik url=$smarty.const.TRACKING_PIWIK_LOCAL_PATH id=$smarty.const.TRACKING_PIWIK_ID goal=$smarty.const.TRACKING_PIWIK_GOAL}
{/if}
{if $smarty.const.TRACKING_GOOGLEANALYTICS_ACTIVE=='true'}
{googleanalytics account=$smarty.const.TRACKING_GOOGLEANALYTICS_ID trackorders=true}
{/if}
{/if}

fixed in r4720