<modification>
		<id></id>
		<name>Product Warranty</name>
		<code>ka_product_warranty</code>
		<version>4.0.4.5</version>
		<author>karapuz (support@ka-station.com)</author>
		<link>https://www.opencart.com/index.php?route=marketplace/extension/info&amp;extension_id=32650</link>
		
	<file path="catalog/view/theme/fastor/template/account/account.twig">
		<operation>
			<search  index="0"><![CDATA[ text_transaction]]></search>
			<add position="after"><![CDATA[		{# //karapuz (Product Warranty)  #}
		{% if (product_warranty is not empty) %} 
		<li><a href="{{ product_warranty }}">{{ _context['Product Warranties'] }}</a></li>
		{% endif %}
		{# ///karapuz (Product Warranty) #}]]></add>
		</operation>
	</file>
	<file path="catalog/view/theme/fastor/template/common/footer.twig">
		<operation>
			<search  index="0"><![CDATA[ text_sitemap]]></search>
			<add position="after"><![CDATA[      {# //karapuz (Product Warranty)  #}
      {% if (product_warranty is not empty) %} 
        <li><a href="{{ product_warranty }}">{{ _context['Product Warranty'] }}</a></li>
      {% endif %} 
      {% if (ka_sn_checking is not empty) %} 
        <li><a href="{{ ka_sn_checking }}">{{ _context['S/N Checking'] }}</a></li>
      {% endif %}
      {# ///karapuz (Product Warranty) #}]]></add>
		</operation>
	</file>
	<file path="catalog/view/theme/fastor/template/extension/module/account.twig">
		<operation>
			<search  index="0"><![CDATA[ <a href="{{ transaction }}" class="list-group-item">{{ text_transaction }}</a>]]></search>
			<add position="replace"><![CDATA[{% if (product_warranty) %}<a href="{{ transaction }}" class="list-group-item">{{ text_transaction }}</a> <a href="{{ product_warranty }}" class="list-group-item">{{ _context['Product Warranties'] }}</a>{% endif %}]]></add>
		</operation>
	</file>
</modification>