- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Google IP anonymisieren
Hallo zusammen,
ich habe zwei Magento 1.7.0.2 Projekte und bei einem gibt es die Option unter Konfiguration > Verkäufe > Google API > "IP Adresse verschleiern" und bei dem anderen nicht.
Kann mir das wer erklären?
Beste Grüße
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Google IP anonymisieren
Hello @wolfgang007
Compare all extension installed.
you can find all module under app/etc/modules
I think one of the module installed for this.
If works then give kudos.
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Google IP anonymisieren
Hello @Sunil Patel
thanks for your reply.
I've checked every .xml file in this folder and there isn't any option like "Anonymize IP".
Can I activate the option in my local.xml file?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Google IP anonymisieren
Hello,
you can try to find same text using grep command
grep -Ril "text" directoty path
so you will find it/
Maybe you meed search using the english word
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Google IP anonymisieren
Hallo @wolfgang007,
möglicherweise wird diese Option durch ein Modul deaktiviert.
Sind denn auch die gleichen Module in beiden Shops installiert?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Google IP anonymisieren
Hallo @roman204
danke für den Hinweis.
Habe nun testweise alle Module unter Konfiguration > Erweitert deaktiviert und jetzt funktioniert sowohl Backend und Frontend nicht mehr :-(
Hast du hier eine Lösung parat?
Beste Grüße
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Google IP anonymisieren
Auwehh, dann musst du jetzt in der Datenbank die Ausgabe der Module wieder einschalten. So geht das natürlich nicht. Ich dachte du schaust in den Modulen im Quellcode nach...