Announcement

Collapse
No announcement yet.

Section lst in checkout

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

    Section lst in checkout

    I want to remove the department (section list) when going to the checkout and all subsequent pages.

    Have changed in main pages so that only top level is displayed but cant suss out what to so in checkout pages as they ref os000001.pl?ACTION=Start

    URL: http://www.retro-stuff.co.uk

    Does anybody know how to do this? Theme being used is Best Seller.
    http://www.movie-stuff.co.uk
    http://www.zonzab.co.uk

    #2
    Have a look at the two templates Act_PrimaryCheckout and Act_PrimaryCart.
    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
      Continued....

      Hi - done that and moded them:

      <!--@act NETQUOTEVAR:SECTIONTREE_RAW --->
      replaced with or put in
      NETQUOTEVAR:TOPLEVELSECTIONS_RAW

      document.write(YahooSections(section_tree))
      replaced with
      document.write(YahooSections(sections))

      yahoo moded in act_primarycart, as not in primarycheckout.

      Has made no difference at all.

      Any ideas? Many thanks.
      http://www.movie-stuff.co.uk
      http://www.zonzab.co.uk

      Comment


        #4
        This code is in the wrong place - move it up to just before the closing </head> tag - you currently have it just after the logo and top navigation table.
        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 - thanks but done that, now NETQUOTEVAR:TOPLEVELSECTIONS_RAW is directly above the </head> - still no change (jn acr_primarycheckout and primarycart).

          Any more ideas - good job you're still awake! lol Many thanks again.
          http://www.movie-stuff.co.uk
          http://www.zonzab.co.uk

          Comment


            #6
            Think ive sussed it via following info:
            http://community.actinic.com/showthr...ELSECTIONS_RAW

            Many Thanks
            http://www.movie-stuff.co.uk
            http://www.zonzab.co.uk

            Comment

            Working...
            X