Upgrade Info - Appendix 1 (v1.1 to v1.2)

Overview
Below are the template changes in v1.2. You will need to deploy the changes manually if you made template changes and are using a different theme. Note that the details will reference data in the original theme, so you'll need to find the corresponding information in your own templates. Language files should be copied to all language folders.

New files should be added to your setup from the latest download zip file.
Template Files
1 Open the 'content/*theme*/footer.tpl.php' file:

After the following code:

<script src="<?php echo $this->META['basehref'] . $this->META['themefolder']; ?>js/plugins/jquery.bootbox.js"></script>
Add

<script src="https://js.stripe.com/v3"></script>
Update/Add Files
content/**theme**/html/js/gateway.htm
content/**theme**/images/gateway.png
Back to Appendix
Back to Upgrades