Download the PHP package webgriffe/discount-sticker-extension without Composer
On this page you can find all versions of the php package webgriffe/discount-sticker-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package discount-sticker-extension
Magento Discount Sticker Extension
Adds a ready-to-use block to show discount rate of products in Magento.
Usage
Simply install the exentions with modman
or composer
. Then you can add the discount sticker block by adding these lines in your .phtml
files:
Where $_product
is a Mage_Catalog_Model_Product
instance of the product on which you want to display the discount.
If you want you can override default discount sticker template by overriding catalog/product/list/discount_sticker.phtml
in your theme.
Contributing
- Fork this repo
git submodule init && git submodule update
to get continuous integration toolcp ci/ci.sh.sample ci.sh
and enter your settings- Run
sh ci.sh
to get full working Magento environment - Do your change by adding related automated test on a dedicated branch
- Submit a pull request
Credits
Developed by Webgriffe®
All versions of discount-sticker-extension with dependencies
PHP Build Version
Package Version
The package webgriffe/discount-sticker-extension contains the following files
Loading the files please wait ....