Modify

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}

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 13 years ago

Resolution: fixed
Status: newclosed

fixed in r4720

Modify Ticket

Action
as closed The owner will remain somebody.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.