<?xml version="1.0" encoding="UTF-8"?>
<modification>
<name>Model And Article</name>
<id>Model And Article</id>
<code>OCMP_MAA</code>
<version>3.0.2</version>
<vqmver required="true">2.4.0</vqmver>
<author>ManiNalliapppan</author>
<file path="catalog/controller/product/category.php">
<operation>
<search ><![CDATA[ 'tax' => $tax,]]></search>
<add position="after"><![CDATA['model' => $result['model'],
'sku' => $result['sku'],]]></add>
</operation>
</file>
<file path="catalog/view/theme/*/template/product/category.twig">
<operation>
<search ><![CDATA[ <p class="description">{{ product.description }}</p> ]]></search>
<add position="before"><![CDATA[{{text_model}} : {{ product.model }}<br />
{{text_sku}} : {{ product.sku }}]]></add>
</operation>
</file>
<file path="catalog/language/*/product/category.php">
<operation>
<search position="before"><![CDATA[$_['text_limit'] = 'Limit';]]></search>
<add trim="true"><![CDATA[$_['text_sku'] = 'SKU';
$_['text_model'] = 'Модел';]]></add>
</operation>
</file>
</modificatio>
Comments
Post a Comment