<modification>
	<id>Setting Replacement</id>
	<version>1.5.4</version>
	<vqmver>2.1.7</vqmver>
	<author>Fate</author>
	<file name="catalog/controller/product/category.php">
		<operation>
		<search position="replace"><![CDATA[
			'description' => utf8_substr(strip_tags(html_entity_decode($result['description'], ENT_QUOTES, 'UTF-8')), 0, 100) . '..',
		]]></search>
		<add><![CDATA[
			'description' => utf8_substr(strip_tags(html_entity_decode($result['description'], ENT_QUOTES, 'UTF-8')), 0, 500) . '..',
		]]></add>
		</operation>
		<operation>
		<search position="replace" offset="23" index="2"><![CDATA[
			$this->data['limits'][] = array(
		]]></search>
		<add><![CDATA[
			$this->data['limits'][] = array(
				'text'  => 24,
				'value' => 24,
				'href'  => $this->url->link('product/category', 'path=' . $this->request->get['path'] . $url . '&limit=24')
			);
			
			$this->data['limits'][] = array(
				'text'  => 36,
				'value' => 36,
				'href'  => $this->url->link('product/category', 'path=' . $this->request->get['path'] . $url . '&limit=36')
			);

			$this->data['limits'][] = array(
				'text'  => 48,
				'value' => 48,
				'href'  => $this->url->link('product/category', 'path=' . $this->request->get['path'] . $url . '&limit=48')
			);
			
			$this->data['limits'][] = array(
				'text'  => 60,
				'value' => 60,
				'href'  => $this->url->link('product/category', 'path=' . $this->request->get['path'] . $url . '&limit=60')
			);
		]]></add>
		</operation>
		<operation>
		<search position="replace"><![CDATA[
			$this->data['thumb'] = '';
		]]></search>
		<add><![CDATA[
			$this->data['thumb'] = $this->model_tool_image->resize('no_image.jpg', $this->config->get('config_image_category_width'), $this->config->get('config_image_category_height'));
		]]></add>
		</operation>
		<operation>
		<search position="replace"><![CDATA[
			$image = false;
		]]></search>
		<add><![CDATA[
			$image = $this->model_tool_image->resize('no_image.jpg', $this->config->get('config_image_product_width'), $this->config->get('config_image_product_height'));
		]]></add>
		</operation>			
	</file>
	<file name="catalog/controller/module/featured.php">
		<operation>
		<search position="replace"><![CDATA[
			$image = false;
		]]></search>
		<add><![CDATA[
			$image = $this->model_tool_image->resize('no_image.jpg', $this->config->get('config_image_product_width'), $this->config->get('config_image_product_height'));
		]]></add>
		</operation>	
	</file>
	<file name="catalog/controller/module/latest.php">
		<operation>
		<search position="replace"><![CDATA[
			$image = false;
		]]></search>
		<add><![CDATA[
			$image = $this->model_tool_image->resize('no_image.jpg', $this->config->get('config_image_product_width'), $this->config->get('config_image_product_height'));
		]]></add>
		</operation>	
	</file>	
	<file name="catalog/controller/product/search.php">
		<operation>
		<search position="replace"><![CDATA[
			'description' => utf8_substr(strip_tags(html_entity_decode($result['description'], ENT_QUOTES, 'UTF-8')), 0, 100) . '..',
		]]></search>
		<add><![CDATA[
			'description' => utf8_substr(strip_tags(html_entity_decode($result['description'], ENT_QUOTES, 'UTF-8')), 0, 500) . '..',
		]]></add>
		</operation>
		<operation>
		<search position="replace"><![CDATA[
			$image = false;
		]]></search>
		<add><![CDATA[
			$image = $this->model_tool_image->resize('no_image.jpg', $this->config->get('config_image_product_width'), $this->config->get('config_image_product_height'));
		]]></add>
		</operation>			
	</file>		
	<file name="catalog/view/theme/default/template/product/product.tpl">
		<operation>
		<search position="replace" offset="4"><![CDATA[<div class="share"><!-- AddThis Button BEGIN -->]]></search>
		<add><![CDATA[]]></add>
		</operation>
	</file>	
	<file name="catalog/view/theme/*/template/product/product.tpl">
		<operation>
		<search position="replace" offset="4"><![CDATA[<div class="share"><!-- AddThis Button BEGIN -->]]></search>
		<add><![CDATA[]]></add>
		</operation>
	</file>		
</modification>
