Skip to content

arush/Arush-Chartbeat-Magento-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

To install, copy the files in the repo to your corresponding Magento folders, then copy the following code into the following files:

1column.phtml, 2column-left.phtml, 2column-right.phtml, 3column.phtml
…just beneath the <head> tag:

<!-- Chartbeat module -->
<?php 	if(Mage::getStoreConfig('analytics/chartbeat/analytics_chartbeat_on')) {
		echo Mage::getStoreConfig('analytics/chartbeat/analytics_chartbeat_head_code'); }?>
<!-- END Chartbeat module -->


footer.phtml
…right at the bottom

<!-- Chartbeat module -->

<?php 	if(Mage::getStoreConfig('analytics/chartbeat/analytics_chartbeat_on')) {
		echo Mage::getStoreConfig('analytics/chartbeat/analytics_chartbeat_foot_code');
	}
?>

<!-- END Chartbeat module -->

About

Magento module to easily add Chartbeat code to all your pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages