It worked fine for me after I made the change and nothing else was affected.
I was using the Smart Theme at the time.
I was using the Smart Theme at the time.
<actinic:variable name="SearchCGIURL" />?PRODREF=<Actinic:Variable Name="ProdRef"/>&NOLOGIN=1
info_<actinic:variable name="ProdRef" />.html
$sProdLinkFormat
my $sProdLinkFormat = "<a href=\"$::g_sSearchScript?PRODREF=%s&NOLOGIN=1$sShop\">%s</A>";
my $sProdLinkFormat = "<a href=\"info_%s.html\">%s</a>";
<a href="<actinic:variable name="CatalogURL" />info_<Actinic:S_REFNUM/>.html">
$ACTINIC::B2B->SetXML('ImageLine', $sImage);
$ACTINIC::B2B->SetXML('S_REFNUM', $$rarrResults[$nCount]);
Comment