unfortunately, to my knowledge, this will NOT work (Samples):
Code: Select all
<search position="after"><![CDATA[<?php endif; ?>
<tr>]]></search>
Code: Select all
<search position="after"><![CDATA[<thead>
<tr>]]></search>
Code: Select all
<search position="replace"><![CDATA[$this->data['products'] = array();
foreach ($this->cart->getProducts() as $product) {]]></search>
<SEARCH_WHATEVER..><![CDATA[1234567890]]></search>
must be a ONE LINER, with 'left-right white-space free' Limitations, at best, to make sure.
You would have to use someting like this, to place it after the <tr> TAG:
Code: Select all
<search position="after" offset="2"><