Okay...
I finally have this working on 3.8.1. However, I've run into a couple of issues, which I hope someone can help me with.
[S]
First issue: See this post -
https://vborg.vbsupport.ru/showpost....&postcount=258[/S]
Second issue: In an attempt to make the search page XHTML compliant, I've run into an issue with this code:
Code:
<style>iframe{width:100%}</style>
It's located within the GTSEARCH_GOOGLE template. Is there another way of coding this in order for it to be XHTML compliant and work?
Update...
I resolved the first issue by modifying the product's XML file, importing and overwriting. So the WOL issue (For me, at least) has been resolved. However, I could still use some help with the second issue.
Additional Update...
I resolved the second issue by replacing the above code with this:
Code:
<style type="text/css">
/*<![CDATA[*/
iframe{width:100%}
/*]]>*/
</style>
Both issues have now been resolved. Thanks for the help...