Note that there are some explanatory texts on larger screens.

plurals
  1. POParse error: syntax error, unexpected $end when loading any page where this portion of the script is called
    primarykey
    data
    text
    <p>This is part of an xml file that gets parsed modifying sections of the page as it loads. The modified version is cached and displayed by the virtual engine so the actual template files don't get modified.</p> <pre><code> &lt;file name="catalog/view/theme/*/template/product/product.tpl"&gt; &lt;operation error="skip"&gt; &lt;search position="before"&gt;&lt;![CDATA[ &lt;?php if ($price) { ?&gt; ]]&gt;&lt;/search&gt; &lt;add trim="true"&gt;&lt;![CDATA[ &lt;?php if ($call_price &lt; 1) { ?&gt; ]]&gt;&lt;/add&gt; &lt;/operation&gt; &lt;operation error="skip"&gt; &lt;search position="before" index="1"&gt;&lt;![CDATA[ &lt;?php if ($options) { ?&gt; ]]&gt;&lt;/search&gt; &lt;add trim="true"&gt;&lt;![CDATA[ &lt;?php } else { ?&gt; &lt;?php if ($call_price) { ?&gt; &lt;div class="description" style="border-top:none; margin-top:0px;"&gt; &lt;?php echo $text_call_price; ?&gt; &lt;/div&gt; &lt;?php } ?&gt; &lt;?php } ?&gt; ]]&gt;&lt;/add&gt; &lt;/operation&gt; &lt;operation error="skip"&gt; &lt;search position="replace"&gt;&lt;![CDATA[ &lt;input type="button" value="&lt;?php echo $button_cart; ?&gt;" id="button-cart" class="button" /&gt; ]]&gt;&lt;/search&gt; &lt;add trim="true"&gt;&lt;![CDATA[ &lt;?php if ($disable_button &lt; 1) { ?&gt; &lt;input type="button" value="&lt;?php echo $button_cart; ?&gt;" id="button-cart" class="button" /&gt; &lt;?php } else { ?&gt; &lt;input type="button" value="&lt;?php echo $button_cart; ?&gt;" id="button-cart" class="button" style="background-image:none; background-color:#CCC;" disabled="disabled" /&gt; &lt;?php } ?&gt; ]]&gt;&lt;/add&gt; &lt;/operation&gt; &lt;/file&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload