mattwellss / UniversalVariable-Magento-Extension

Universal Variable Magento Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento Extension for Universal Variable

Qubit's Universal Variable streamlines the process of passing values between OpenTag and your pages, whilst future-proofing against updates and changes. We recommend creating the relevant JavaScript object on your page prior to deploying OpenTag's container script. Doing this will assure that all values will be present on the page when the script runs and can be used by libraried OpenTag scripts. You only need to declare the object variables you use. For example, if your pages only have category and no subcategory, just declare the category. Likewise, if you feel the need to extend objects, or feel like renaming them, please do so. However, please take a note of the new variable names, as these are needed to access your scripts in your OpenTag container.

Useful links

Universal Variable Specification

Exported JavaScript object under universal_variable on all pages follows open standarded universal variable specification. The specificaiton is also available on GitHub: http://github.com/QuBitProducts/UniversalVariable

Supported Magento Versions

We've tested the followed versions. Please submit Github Issues with detailed description if you find any bugs.

  • 1.6.x, 1.7.x, 1.8.x CE
  • 1.6.x, 1.7.x, 1.8.x Enterprise

Installation

Magento Connect

This is the recommanded way of installing the extenion. Get your extension key on the extension page and install the extension in your Magento Connect extension manager.

Development

Happy Contributors

Thank you to the contributors improving our code base:

License

The extension is released under Apache License 2.0

About

Universal Variable Magento Extension

License:Apache License 2.0


Languages

Language:PHP 87.4%Language:HTML 12.6%