Ahh! I'm starting to see how Zencart works now... Thank you so much for your help.
So I replaced
with:PHP Code:<h1 id="advSearchResultsDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
but the HTML output is only:PHP Code:<h1 id="advSearchDefaultHeading">Search results for: <?php echo $sData['keyword']; ?></h1>
<h1 id="advSearchDefaultHeading">Search results for: </h1>
Any reason why it wouldn't get passed through?![]()



