Edit ActinicOrder.pm in a text editor such as Notepad.
Search for 'sub GenerateShoppingCartLines'.
Then search for HREF. You should see:
my $sProdLinkFormat = "<A HREF=\"$::g_sSearchScript?PRODREF=%s&NOLOGIN=1\">%s</A>";
Comment out the line with # at the beginning of the line
On a blank line directly after this put:
my $sProdLinkFormat = "<!-- %s -->%s";
The first %s is just the internal product ID used as a target to the
search script. Do not remove it or the Product ID will appear as the Product Name.
I hope this helps. Take a back-up of your original script before applying the change. Note that we don't support changes to scripts.
Comment