Post by jasonc310771 » Tue Mar 10, 2015 3:56 pm

I am trying to increase the limit of the autocomplete list when adding or editing a products categories. I tried the following but still it is not changing the list, but the file is changing.

Am I changing the correct file ?

Code: Select all

<modification>
	<id>jc_vqmod_increase_admin_edit_product_link_categories_autocomplete.xml</id>
    <version>2.0.1.1</version>
    <vqmver>2.0.1.1</vqmver>
    <author>Jason</author>
<file name="admin/controller/catalog/product.php">
  <operation>
    <search position="replace"><![CDATA[
			if (isset($this->request->get['limit'])) {
				$limit = $this->request->get['limit'];
			} else {
				$limit = 5;
			}
    ]]></search>
    <add><![CDATA[
			//if (isset($this->request->get['limit'])) {
				//$limit = $this->request->get['limit'];
			//} else {
				$limit = 10;
			//}
    ]]></add>
	</operation>
</file>
</modification>

Active Member

Posts

Joined
Fri Mar 01, 2013 6:46 pm
Who is online

Users browsing this forum: No registered users and 2 guests