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.
Announcement
Collapse
No announcement yet.
Some informations
Collapse
X
-
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
-
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
-
I am in version 5, I have checked in Design | Options | Sections, but I don't see Checkout Page Layout ?
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>
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
Comment