Page 3 of 3

Re: [RELEASED] Google Analytics PRO Module

Posted: Thu May 17, 2012 12:34 pm
by MrZimm
I'm using Version 1.5.1.3, https://adultdiaperscanada.ca

Modual stopped working and I can't figure out for the life of me whats up. Re installed a few times and nothing. No changes to the site during the time the reporting stopped.

Created a ticket for support on opencart sadly haven't heard anything back.

Anyone else experience this? The Google code just isn't showing up... but it's enabled.

Re: [RELEASED] Google Analytics PRO Module

Posted: Thu May 31, 2012 6:45 pm
by spikeachu
MrZimm wrote:I'm using Version 1.5.1.3, https://adultdiaperscanada.ca

Modual stopped working and I can't figure out for the life of me whats up. Re installed a few times and nothing. No changes to the site during the time the reporting stopped.

Created a ticket for support on opencart sadly haven't heard anything back.

Anyone else experience this? The Google code just isn't showing up... but it's enabled.
Are you using vQmod with caching set to true?

I'm finding that when I set caching to true, this module doesn't show. When I return the setting to false, this mod works correctly.

Any ideas on how to resolve?

Re: [RELEASED] Google Analytics PRO Module

Posted: Mon Jun 04, 2012 5:12 pm
by spikeachu
I've figured it out.

The mod writes information to the .tpl file in a different way. Which means the page is cached before the Analytics code is written to the page.

I reverted to the traditional method and the issue is resolved.

Re: [RELEASED] Google Analytics PRO Module

Posted: Sat Jun 30, 2012 7:47 pm
by tophat
MrZimm wrote:I'm using Version 1.5.1.3, https://adultdiaperscanada.ca

Modual stopped working and I can't figure out for the life of me whats up. Re installed a few times and nothing. No changes to the site during the time the reporting stopped.

Created a ticket for support on opencart sadly haven't heard anything back.

Anyone else experience this? The Google code just isn't showing up... but it's enabled.
Yep, Same.

BE WARNED, this user/developer doesn't offer any support and simply ignored nearly every ticket I raised with him. It also doesn't Work. So I've paid for this extension with nothing to show for it which is a shame. Any help by some kind folk would be much appreciated as I really want and require this feature.

Many Thanks.

Re: [RELEASED] Google Analytics PRO Module

Posted: Sat Jun 30, 2012 8:38 pm
by imaginetech
Actually, the module does work. Fine, straight out of the box.

It has problems when people highly customize their does using third party templates that break all kinds of core OpenCart functionality to look pretty.

I remember your support request and if it hasn't been resolved to your satisfaction reply to the ticket and I'll sort it out.

Understand though that its not my responsibility to make site my modules work with other modules that modify OpenCart.

I've always made my modules with no file editing required, especially since we moved to the vQmod system.

Thank you

Re: [RELEASED] Google Analytics PRO Module

Posted: Sat Jun 30, 2012 9:13 pm
by tophat
imaginetech wrote:Actually, the module does work. Fine, straight out of the box.

It has problems when people highly customize their does using third party templates that break all kinds of core OpenCart functionality to look pretty.

I remember your support request and if it hasn't been resolved to your satisfaction reply to the ticket and I'll sort it out.

Understand though that its not my responsibility to make site my modules work with other modules that modify OpenCart.

I've always made my modules with no file editing required, especially since we moved to the vQmod system.

Thank you
I have made 4 or 5 ticket requests (several months apart now) and sent several emails with NO replies whatsoever. So, please check accordingly and kindly let me know why it is not working and never has worked. It appears it takes one to voice concern on this forum to get a response! Had given up to be honest as this was going back many months now!

I've never been made aware that it was a compatability issue with other files. Sounds like nonesense as I haven't got it working without any other extensions. The base theme perhaps may cause something, but its not just me that is experiencing this issue and beside, a module should at least be designed to work with themes given that almost everyone uses one!

I'll glady revoke any negativity expressed here if you can get the module working or a refund is made.

Thanks.

Re: [RELEASED] Google Analytics PRO Module

Posted: Sun Jul 01, 2012 1:55 am
by spikeachu
imaginetech wrote:Actually, the module does work. Fine, straight out of the box.

It has problems when people highly customize their does using third party templates that break all kinds of core OpenCart functionality to look pretty.

I remember your support request and if it hasn't been resolved to your satisfaction reply to the ticket and I'll sort it out.

Understand though that its not my responsibility to make site my modules work with other modules that modify OpenCart.

I've always made my modules with no file editing required, especially since we moved to the vQmod system.

Thank you
Hi Imaginetech,

The Google Adsense Pro module fails when you enable the caching feature of vQmod. It's a relatively simple fix,

I had to change the _write_tracking_code as below, the only downside being that _display_exception function is now redundant.

Regards, Mike.

Code: Select all

private function _write_tracking_code()
	{
		$this->data['tracking_code'] = $this->_submit_click_code . $this->_tracking_code;
					
		if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/module/googleanalytics.tpl')) {
			$this->template = $this->config->get('config_template') . '/template/module/googleanalytics.tpl';
		} else {
			$this->template = 'default/template/module/googleanalytics.tpl';
		}

		$this->render();
		
	}

Re: [RELEASED] Google Analytics PRO Module

Posted: Thu Jul 05, 2012 1:24 am
by tophat
So... 4 days later, no reply.

Re: [RELEASED] Google Analytics PRO Module

Posted: Thu Jul 05, 2012 5:02 am
by imaginetech
tophat wrote:So... 4 days later, no reply. Perhaps I'm asking too much?! (It's only been 4 or 5 months in total)
Not doing support via forum thread.

As I said open/reopen a support ticket:-

https://opencartstorecom.zendesk.com/home

Thank you