Ad_Manager

Magento Extension
Download latest - 1.0.1

Ad Manager for displaying custom ads in any place of magento .With this a merchant can easily add and manage there ads from admin.

Key Features
1 Place particular ads at any place of magento
2 Show multiple ads on same page
3 Add ads from magento admin
4 Assign time for the ads to be displayed
5 Assign default days to be ads showing on the site
6 Ads can be group
7 Easily manageable from admin

To show ads on frontend use the below code in any template
Mage::helper('campaign')->showbanner('content')

Note: Change " content " with the parameter value you specified in the admin for "position" for a particular ad in above code. You can define any value to position field in admin for an ad and to call that ad on frontend you need to use the same value specified for position in the above code.

Releases (2)

Date Version Notes
2016-01-15 1.0.1

Fix package directories issues

2016-01-15 1.0.0

This is fully tested on our servers and works well