Posted - 09/29/2021 : 06:43:29
Hi all,
On the products.asp pages, where we have <title>Storename: <% if topsection<>"" then response.write topsection & ", " response.write sectionname%></title>
or
<title><% if topsection<>"" then response.write topsection & ", " response.write sectionname%> - Storename</title>
We are only seeing the Storename text.
If the syntax of the above is correct, then I'm wondering if it must be something in the metainfo.asp code that isn't set? I did try removing the conditional if... then part, but it made no difference?
Thanks for any help.
UPDATE: Just saw an earlier post which mentioned this issue with newer updates, so wondering if that might be part of the problem as we recently updated to v7.4.2?
Edited by - wharf on 09/29/2021 08:48:01
|