Voucher plugin Question

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
the instructions are in the plugin settings page, here they are

**************************************************************************

In \themes\flow\templates\upgrade.html find:

<?php include_once(SITE_TEMPLATES_PATH . '/partial/_upgrade_boxes.inc.php'); ?>

After add:

<?php
// include any plugin includes
pluginHelper::includeAppends('_upgrade.php');
?>

**************************************************************************

That’s all! :)
 

paypal1352

New Member
YetiShare User
Wurlie User
Mar 2, 2012
297
2
0
i'm not sure,

does it work if you include the file directly

<?php include_once('/path_to_your_voucher_plugin_include_dir/_upgrade.php'); ?>

of course add your path to the _upgrade file in the plugin voucher /include directory

either way even if this works i'm not sure if it'll function 100% properly, maybe put in a support ticket, or better yet update everything to 4.3 when its fully released, the beta version so far is superior to 4.2