Announcement

Collapse
No announcement yet.

delete cart link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    delete cart link

    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

    #2
    Does the same thing happen when you just comment out the code, using <!-- (including the space at the end) before the code, and --> (including the space before the dashes) at the end of the code?
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      yeah it does ?

      Comment


        #4
        How about creating a class in your css file, with text color set to background color and apply that class to this section of code - there but not visible.
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment


          #5
          Hi there

          Just to make sure, did the following thread answer what you wanted on this thread: http://community.actinic.com/showthread.php?t=15551

          Kind Regards
          Nadeem Rasool
          SellerDeck Development

          Comment


            #6
            Yes it did was very helpful thank you.

            Comment

            Working...
            X