forkel_counter

Magento Extension
Download latest - 1.1.0

Add a customizable counter that allows you to count up or down from any number. With a specific option like collection:catalog/product,from:-30 days,to:now you can get the size of a predefined collection. This module is using the class CountUp that works without a JavaScript framework.

A JavaScript fallback will display a warning message in case of issues.

Installation
- 1. Pull the code.
- 2. Copy the code in your document root directory where the /app/ folder is located.
- 3. Clear all caches and reload your Admin Panel to run the installation process.
- 4. After installation you should see a new menu item Forkel Counter inside of System > Configuration > General.

Features
- Blocks are available for CMS pages and XML layout files.
- Disable or enable JavaScript and CSS in System > Configuration > General > Forkel Counter to prevent conflicts with your theme.
- Display a Front Awesome icon.
- Display a custom prefix like $ or €.
- Display a custom suffix.
- Set a number ( -99 or 99 ) from where the counter should start.
- Set a number ( 290 or 10000 ) where the counter should stop.
- Set the amount of decimals.
- Set the counter duration in seconds.
- Override default options such as { "separator" : ",", "decimal" : ".", "useEasing" : true, "useGrouping" : true }
- Count rows from collections like sales/order or catalog/product in combination with a date filter.

Usage and Examples
Please visit the Forkel Counter project on GitHub for further details and examples.

Online Guides
- In Progress

Warranty
This module is provided as-is, with no warranty.

Updates
All micro, major and minor updates are available for free on GitHub and Magento Connect.

Support
This module is provided as-is, with no support. If you have technical problems, please open a new issue on GitHub or contact me on Magento Connect or http://www.tobiasforkel.de.

Releases (1)

Date Version Notes
2016-04-02 1.1.0

===== 1.1.0 =====
* Removed jQuery because I have replaced the counter plugin ( https://github.com/bfintal/Counter-Up ) with ( https://inorganik.github.io/countUp.js ) that allows you to count up and down without a JavaScript framework.
* Removed ( http://imakewebthings.com/waypoints ). Please add it to your theme manually.
* Added new parameter decimals and duration.
* Added default counter options in System > Forkel Counter > General
* Added new parameter options that allows you to set different ( https://inorganik.github.io/countUp.js ) settings for each counter.