Trying to remove "Powered by X-Cart" by commenting out the include which points to prnotice.tpl. It doesn't work. I'm using the Admin > Edit Templates page.
After commenting the phrase out, I click the preview button, and see the phrase has disappeared from the preview. But when I reload the store's homepage, the phrase is still there. Why? I'm thinking maybe it's some kind of cache thingy.
I managed to successfully change the text by editing the prnotice.tpl file itself. So I know I can do it that way. I just want to know how this works for future edits.
*Edit: I just realized I'm using 4.3.2. Not 4.4. Oops*
Code:
{*
<td class="Bottom" align="left">{include file="main/prnotice.tpl"}</td>
*}