Skip to content

A collection of helpful scripts used to implement tracking pixels in Magento. Just apply templates and local.xml!

Notifications You must be signed in to change notification settings

BranchLabs/Magento_Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

BranchLabs_Tracking

A collection of helpful scripts to be used with tracking pixels.

Provides out of the box functionality for

  • Getting the current product's information safely.
  • Getting the last order's information safely.
  • Getting the current category's name.
  • Getting the name of a category associated with a product.
  • Busting out of Magento EE's full page cache.
> tree app/code/community/BranchLabs/Tracking/
app/
├── code
│   └── community
│       └── BranchLabs
│           └── Tracking
│               ├── Block
│               │   ├── Cachebuster.php
│               │   └── Default.php -- Where most of the functionality is stored
│               ├── etc
│               │   ├── cache.xml
│               │   └── config.xml
│               ├── Helper
│               │   └── Data.php
│               └── Model
│                   └── Placeholder.php
└── etc
    └── modules
        └── BranchLabs_Tracking.xml

About

A collection of helpful scripts used to implement tracking pixels in Magento. Just apply templates and local.xml!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages