I've been playing with the Act_ShoppingCartXML file to try and delete the link put on all the items in the cart. I've found this section of code:
<Actinic:REMOVE TAG="DuplicateLinks">
<BR>NETQUOTEVARUPLICATELINKCAPTION
<Actinic:XMLTEMPLATE NAME="DuplicateLinkLine">
<BR>NETQUOTEVARUPLICATELINK
</Actinic:XMLTEMPLATE>
</Actinic:REMOVE>
but when I remove all or parts of this code I get an error like this:
Error: Mallformed XML cart template (missing DuplicateLinkLine)
in the explorer window.
Im not sure what i can do to fix it and was wondering if anyone could help.
Many Thanks
Doran Black
<Actinic:REMOVE TAG="DuplicateLinks">
<BR>NETQUOTEVARUPLICATELINKCAPTION
<Actinic:XMLTEMPLATE NAME="DuplicateLinkLine">
<BR>NETQUOTEVARUPLICATELINK
</Actinic:XMLTEMPLATE>
</Actinic:REMOVE>
but when I remove all or parts of this code I get an error like this:
Error: Mallformed XML cart template (missing DuplicateLinkLine)
in the explorer window.
Im not sure what i can do to fix it and was wondering if anyone could help.
Many Thanks
Doran Black
Comment