public function onPayplansSystemStart() { //add your example-app path to app loader $appPath = dirname(__FILE__) . DS . 'example' . DS . 'app'; PayplansHelperApp::addAppsPath($appPath); // theme can also be loaded here return true; }
<?php if (!$isNotPaid) { ?> <div class="pull-left text-right"> <!-- renewal button --> <?php $apps = PayplansHelperApp::getApplicableApps('Renewal', $subscription); foreach ($apps as $renewal) { echo $renewal->renderWidget($subscription->getId()); } ?> <!-- upgrade button --> <?php $apps = PayplansHelperApp::getApplicableApps('Upgrade', $subscription); foreach ($apps as $upgrade) { echo $upgrade->renderWidget($subscription->getId()); } ?> </div> <?php } ?> </div> </div> <div> </div> <div id="subscription<?php