English (United Kingdom)
Jms Multi Site, formerly joomla multisite.
Create, share multiple joomla sites in few clicks !
Message
  • EU e-Privacy Directive

    This website uses cookies to manage authentication, navigation, and other functions. By using our website, you agree that we can place these types of cookies on your device.

    View e-Privacy Directive Documents

Welcome, Guest
Please Login or Register.    Lost Password?

Information for Google Analytics
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Information for Google Analytics
#9979
Information for Google Analytics 12 Years ago Karma: 0
Hello Edwin,

I'm setting up google analytics of a salve site and I need to enter the name of the php file that displays the THANK YOU FOR YOUR ORDER page.

If I was working with a normal site I would enter something similar to this:

mysite.com/components/com_virtuemart/views/cart/tmpl/order_done.php

As I'm working with a slave site where this path does not exist fisically and therefore don't know what I should enter.

Could you please help?

Thank you
waltervega
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#9992
Re: Information for Google Analytics 12 Years ago Karma: 54
The concept of JMS is to share the Joomla PHP code.

So if you want to modfiy the VM2 "order_done.php" file, you can do it and it will be shared by all the websites.

If you want to set a specific Google Analytic code in this source depending on the site ID, you can add a test to know which is the site ID runing.

You have the define "MULTISITES_ID" that contain this value.

so you can do

if ( defined( 'MULTISITES_ID')) { $site_id = MULTISITES_ID; }
else { $site_id = ':master_db:'; }

You can also use the free "Multisites Google Analytics" module available in our free download.
www.jms2win.com/en/component/docman/doc_...tes-google-analytics
edwin2win
Moderator
Posts: 5370
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
get the latest posts directly to your desktop
2Win, Multisite(s) are trademarks of Edwin2Win.
Joomla