Files
le-matelot/local/modules/GiftOffered/Config/config.xml
2020-01-27 08:56:08 +01:00

26 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<config xmlns="http://thelia.net/schema/dic/config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://thelia.net/schema/dic/config http://thelia.net/schema/dic/config/thelia-1.0.xsd">
<forms>
<form name="giftoffered.configuration.form" class="GiftOffered\Form\GiftOfferedUpdateForm" />
</forms>
<hooks>
<hook id="giftofferedcart.hook.front" class="GiftOffered\Hook\GiftOfferedCart">
<tag name="hook.event_listener" event="cart.bottom" type="front" method="onCartBottomBody" />
<tag name="hook.event_listener" event="cart.after-javascript-include" type="front" method="onCartIncludeJs"/>
</hook>
<!--
<hook id="giftofferedminicart.hook" class="GiftOffered\Hook\GiftOfferedMiniCart">
<tag name="hook.event_listener" event="main.body.bottom" type="front" method="onMainBodyBottom" />
</hook>
-->
<hook id="giftoffered.hook" class="GiftOffered\Hook\GiftOfferedBack">
<tag name="hook.event_listener" event="module.configuration" type="back" method="onModuleConfiguration"/>
</hook>
</hooks>
</config>