This technique will remove the link to the product that appears around product names in the shopping cart.
Locate 'ActinicOrder.pm' within the 'Site1' (or equivalent) folder. Open it in Notepad (or a similar text editor).
Search for $sProdLinkFormat, you should see...
my $sProdLinkFormat = "<a href=\"$::g_sSearchScript?PRODREF=%s&NOLOGIN=1$sShop\">%s</A>";
replace this line with...
my $sProdLinkFormat = " <!-- %s -->%s";
Save your changes and upload to see the results.
SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
Locate 'ActinicOrder.pm' within the 'Site1' (or equivalent) folder. Open it in Notepad (or a similar text editor).
Search for $sProdLinkFormat, you should see...
my $sProdLinkFormat = "<a href=\"$::g_sSearchScript?PRODREF=%s&NOLOGIN=1$sShop\">%s</A>";
replace this line with...
my $sProdLinkFormat = " <!-- %s -->%s";
Save your changes and upload to see the results.
SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.