Announcement

Collapse
No announcement yet.

Some informations

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

    #16
    Almost there. Make the change in Act_Header.html, and save it as Act_myHeader.html then go back to Design | Options | Sections and click Select against Checkout Page Layout, find your new template and click to select it. Now it will apply only to this page.
    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


      #17
      I'm sorry but I don't find Checkout Page Layout (in french Disposition de page de controle). I add a copy of "Design | Options | Sections ".
      Attached Files
      Didier
      www.supreme.fr
      _____________________
      Saint Malo. France

      Comment


        #18
        Je m'excuse - pour mois c'est Design | Options | Layout au ver 7. C'est Nadeem qui dit c'est | Sections en ver 5. Normallement il a raison.

        Sorry, but its in Design Options Layout in ver 7. Nadeem said it was in Sections in ver 5. Normally what he says is correct.
        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


          #19
          I am in version 5, I have checked in Design | Options | Sections, but I don't see Checkout Page Layout ?
          Didier
          www.supreme.fr
          _____________________
          Saint Malo. France

          Comment


            #20
            I am in version 5, I have checked in Design | Options | Sections, but I don't see Checkout Page Layout ?
            There should be four fields at the bottom of this tab under the heading of 'Page Layouts'. The third one down is the one you want (see the attached acreenshot)

            However, the problem you are having originates from the fact that NETQUOTEVAR:HEADERGUIDE is not substituted for the 4 navigation buttons (Accueil, Rechercher, Panier et Commander) on the search page and on the checkout pages. NETQUOTEVAR:HEADERGUIDE is only substituted for these buttons on the store pages.

            So you have two choices.

            The simplest is to always ensure that there is a correct sized gap in the design even if the four buttons are not there. This can be done by using a table of a fixed height e.g.:
            Code:
            <table border="0" height="23" cellpadding="0" cellspacing="0">
               <tr>
                  <td>
                     NETQUOTEVAR:HEADERGUIDE
                  </td>
               </tr>
            </table>
            The other choice is to use the fully generated code, instead of NETQUOTEVAR:HEADERGUIDE, in the overall layout template. e.g.
            Code:
            <table border=0 cellspacing=0 cellpadding=0 width="275" align="RIGHT"><tr> <TD ALIGN=CENTER VALIGN=BOTTOM> <A HREF="http://www.pool.fr/acatalog/index.html" TARGET="_self" onMouseOver="SwapImage('hnav_home','top_acceuil2.gif')" onMouseOut="RestoreImage()"><IMG SRC="top_acceuil.gif" ALT="Acceuil" BORDER=0 HEIGHT=23 WIDTH=90 name=hnav_home></A> </TD> <TD ALIGN=CENTER VALIGN=BOTTOM> <A HREF="search.html" TARGET="_self" onMouseOver="SwapImage('hnav_search','top_rechercher2.gif')" onMouseOut="RestoreImage()"><IMG SRC="top_rechercher.gif" ALT="" BORDER=0 HEIGHT=23 WIDTH=90 name=hnav_search></A> </TD> <TD ALIGN=CENTER VALIGN=BOTTOM> <A HREF="http://www.pool.fr/cgi-bin/ca000001.pl?ACTION=SHOWCART" TARGET="_self" onMouseOver="SwapImage('hnav_cart','top_panier2.gif')" onMouseOut="RestoreImage()"><IMG SRC="top_panier.gif" ALT="" BORDER=0 HEIGHT=23 WIDTH=90 name=hnav_cart></A> </TD> <TD ALIGN=CENTER VALIGN=BOTTOM> <A HREF="http://www.pool.fr/cgi-bin/os000001.pl?ACTION=Commencez%20%21" TARGET="_self" onMouseOver="SwapImage('hnav_order','top_commander2.gif')" onMouseOut="RestoreImage()"><IMG SRC="top_commander.gif" ALT="" BORDER=0 HEIGHT=23 WIDTH=90 name=hnav_order></A> </TD> </tr></table>
            Attached Files

            Comment


              #21
              Thank you for your help.
              Is it possible to keep the 4 navigation buttons (Accueil, Rechercher, Panier et Commander) on the search page and on the checkout pages ? If it is, how can I keep them ?
              It woul be better, and it will solve my problem.
              Didier
              www.supreme.fr
              _____________________
              Saint Malo. France

              Comment


                #22
                If it is, how can I keep them ?
                You must copy the HTML code for the buttons from a live, generated, online page - and then paste this code into your Act_Primary.html template - in place of NETQUOTEVAR:HEADERGUIDE.

                I hope that makes sense.

                Comment


                  #23
                  Yes it is what I understand from your previous post Chris, but I do not get NETQUOTEVAR:HEADERGUIDE on Act_Primary.html template ??? It is why, from your last post I cannot past the code. I Joint the template.
                  Attached Files
                  Didier
                  www.supreme.fr
                  _____________________
                  Saint Malo. France

                  Comment


                    #24
                    I see. Apologies. You will find NETQUOTEVAR:HEADERGUIDE in Act_Header.html

                    Comment


                      #25
                      Excellent, thank you Chris, it works perfectly.
                      Didier
                      www.supreme.fr
                      _____________________
                      Saint Malo. France

                      Comment


                        #26
                        Trés bien!

                        Comment

                        Working...
                        X