SoftwareHeld/Widerruf
This addon adds a form to satisfy the "Widerruf-Button" requirements for OpenMage.
Feel free to use it at your own risk as long as you don't blame me for anything :)
Install
If you choose to use it, adjust your composer.json
(...)
"repositories": [
{
"type": "vcs",
"url": "https://work.software-held.com/OpenMage/SoftwareHeld_Widerruf.git"
}
],
(...)
Then run composer require softwareheld/widerruf --minimal-changes --optimize-autoloader -vvv or similar.
To update, run composer update softwareheld/widerruf --no-dev --minimal-changes --optimize-autoloader -vvv or similar.
HowTo
Per default the button should appear in the footer. If it does not, or you are using your own template:
You might have to add the block to your layout, e.g. like this
<block type="core/template" name="widerruf.link" template="softwareheld/widerruf/link.phtml" />
And/or the button where you want to have it, e.g. like this
<div class="widerruf-wrapper" style="text-align: center; margin-bottom: 10px;">
<?php echo $this->getChildHtml('widerruf.link'); ?>
</div>
Support
This is a semi-privat self hosted git server, so account creation is disabled, hence you can't create issues here. For support, please write an email to info@software-held.com