Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<modification>
<name>Remove price fetured</name>
<code>remove-price-featured</code>
<version>3.0.x</version>
<author>skip</author>
<file path="catalog/view/theme/*/template/extension/module/featured.twig">
<operation>
<search><![CDATA[
{% if product.price %}
]]></search>
<add position="replace" offset="11"><![CDATA[
]]></add>
</operation>
</file>
</modification>