Announcement

Collapse
No announcement yet.

Check Out and Cart Errors

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

    Check Out and Cart Errors

    I would be greatful if someone could assist me with a problem I cannot seem to solve.

    I am building a site and I changed some things in the templates. I am not sure exactly what I did wrong and it seems i have duplicated something in my templates somewhere. I cannot seem to figure out exactly where.

    If you go to my test site and add something to the cart, view the cart or anything like that part of that area is duplicated and the check out and view cart details are duplicated.

    ANother problem that occurs in the same section is a sort of error. This can be checked by clicking the "view cart" button

    Error:

    Error parsing XML text (Actinic:TEMPLATE)

    Test Site: http://www.awaterbeds.com/

    Any suggestions are welcome! I am almost finished and cannot figure out this last bit of information. Its making me crazy.

    Thanks!

    #2
    ANyone can help me here?

    I am still having a big problem with this. Has anyone ever seen this before?

    Comment


      #3
      The templates that are bust are probably

      1) Act_ShoppingCart.html which you can find in the appropriate Theme directory e.g. C:\Program Files\Actinic v7\Formats\Themes\BestSeller

      and

      2) Act_ShoppingCartXML.html which you usually find in the parent theme e.g. C:\Program Files\Actinic v7\Formats\Themes\BusinessCSS.

      Restoring these (back the old one up first) should fix it.

      If you go to Design / Themes you'll see the theme in use. Then Cancel out so you don't inadvertently change your entire site.

      Also if you've done a Snapshot you can rename it from .acd to .zip (snapshots are just Zipfiles) and extract just the bits you broke from there.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        thank you I will go have a look tomorrow...I appreciate your time....

        Comment


          #5
          Still no luck

          Act_ShoppingCart.html and Act_ShoppingCartXML.html have not been altered. What I basically did was take the example theme that was there on installation and started tinkering with that and I came up with what you see here.

          I cannot figure out how to simply get rid of what I see as a simple problem because other then thsat it all works fine.

          The search does the same thing it seems, the errors....

          Comment


            #6
            I would swap out each file you have changed until you find the offending one, its abit like a needle in a haystack problem. But if you locate the original theme, and match the dates to your site1 and methodically work through, You should find your problem

            Comment


              #7
              Hmmmmm

              Perhaps there are a few files that it could or could not be.......Maybe in the template manager?

              Comment


                #8
                the template manager shows all the files in site1 - you will be loking for a file which starts ACT_ and ends html

                there probably isn't a quick solution to this...slow and methodical is the approach I'd take, after all you are the only person who knows which templates you've changed.

                Sorry i can't wave a magic wand and tell you the template- if I knew it I'd tell you.

                Comment


                  #9
                  I'm with you on the magic wand thing, mine is apprently not working so well. I have basically narrowed it down to all the files with a changed date and I am comparing those files to the original files from the example site1 directory which I saved before changing.

                  Thanks
                  A

                  Actually I went through and just uploaded the old act_primary.html and that problem stopped, now I have to compare the files and figure out where the mistake was made. Thanks Again
                  Last edited by shibe; 23-Apr-2005, 11:11 PM. Reason: found something

                  Comment


                    #10
                    If you want to start afresh, then simply change to another Theme, OK out, and then change back. This will completely refresh all the templates.
                    Norman - www.drillpine.biz
                    Edinburgh, U K / Bitez, Turkey

                    Comment


                      #11
                      Originally posted by shibe
                      Actually I went through and just uploaded the old act_primary.html and that problem stopped, now I have to compare the files and figure out where the mistake was made. Thanks Again
                      Excellent!

                      if you can't find or understand the error you created, post both act_primary files and we'll have a look for you

                      Comment


                        #12
                        Here are the two templates

                        Hi,

                        I am getting to the point where I am not 100% sure whats wrong so maybe u guys can give me a heads up. I just replaced the template all together and put it on line just to show how it reacts.

                        Thanks again for your help!!!!!


                        This one is mine............


                        <html>
                        <head>
                        <TITLE>
                        NETQUOTEVAR:PAGETITLE
                        </TITLE>
                        <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
                        <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
                        <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
                        <!--@act NETQUOTEVAR:HEADERMETA -->
                        <!--@act NETQUOTEVAR:LOADFUNCTION -->
                        <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
                        <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
                        <LINK REL=STYLESHEET HREF="actinic.css">


                        <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
                        <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
                        <!--@act NETQUOTEVAR:SECTIONTREE_RAW -->

                        <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
                        <!--
                        function YahooSections(ar)
                        {
                        var strIDs = '';


                        for (var i=1;i<=ar.length;i++)
                        {
                        if (ar[i].sURL != null)
                        {
                        strIDs += '<a href="' + ar[i].sURL + '"><span class="actxxsmall"><b><font color="NETQUOTEVAR:FGCOLORCSS">' + ar[i].sName + '</font></b></span></a><br>';
                        {
                        if (ar[i].pChild)
                        {
                        for (var j=1;j<=ar[i].pChild.length;j++)
                        {
                        if (ar[i].pChild[j].sURL != null)
                        {
                        strIDs += '<a href="' + ar[i].pChild[j].sURL + '"><span class="actxxsmall"><font color="NETQUOTEVAR:FGCOLORCSS">' + ar[i].pChild[j].sName + '</font></span></a><br>';
                        }
                        }
                        }
                        }
                        strIDs += '<br>'
                        }
                        }
                        return strIDs
                        }
                        //-->
                        </SCRIPT>

                        <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
                        <Actinic:COOKIECHECK/>

                        <!--
                        The NETQUOTEVARs below can be uncommented for getting raw section lists:
                        1. Top level section list
                        2. Section list from current level and all children
                        3. The whole section tree
                        The rest covers the standalone structure members for each array - e.g. if
                        you only need sName or sURL from an array.
                        See the documentation for details.

                        NETQUOTEVAR:TOPLEVELSECTIONS_RAW
                        NETQUOTEVAR:CHILDSECTIONS_RAW
                        NETQUOTEVAR:SECTIONTREE_RAW

                        NETQUOTEVAR:SECTIONTREE_NAMES
                        NETQUOTEVAR:SECTIONTREE_URLS
                        NETQUOTEVAR:SECTIONTREE_IMAGES
                        NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
                        NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
                        NETQUOTEVAR:SECTIONTREE_SECTIONIDS

                        NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
                        NETQUOTEVAR:TOPLEVELSECTIONS_URLS
                        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
                        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
                        NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
                        NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS

                        NETQUOTEVAR:CHILDSECTIONS_NAMES
                        NETQUOTEVAR:CHILDSECTIONS_URLS
                        NETQUOTEVAR:CHILDSECTIONS_IMAGES
                        NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
                        NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
                        NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS

                        The section level can be accessed through:
                        NETQUOTEVAR:SECTIONLEVEL
                        -->
                        <!--
                        The NETQUOTEVARs below can be uncommented and moved to the appropriate

                        location
                        to save and load shopping lists
                        <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save

                        Shopping List</B></I></FONT></A>
                        <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load

                        Shopping List</B></I></FONT></A>
                        --->
                        <!-- Fireworks MX Dreamweaver MX target. Created Fri Jan 30 14:06:11 GMT+0000 (GMT Standard Time) 2004-->
                        </head>
                        <BODY TEXT="NETQUOTEVAR:FGCOLOR" leftmargin="1" topmargin="1" marginwidth="0" marginheight="0" OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
                        <table width="100%" cellpadding="0" cellspacing="0" class="thinborder">
                        <tr>
                        <td valign="top">
                        <table border="0" cellpadding="0" cellspacing="0">
                        <tr>
                        <td>NETQUOTEVAR:LOGOIMAGE</td>
                        </tr>
                        </table>
                        </td>
                        </tr>
                        </table>

                        <table cellpadding="0" cellspacing="0" border="0">
                        <tr>
                        <td>
                        <table width="760" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                        <td width="201" valign="top" bgcolor="79AED0"><img src="spacer.gif" width="201" height="17" border="0">
                        <table width="201" border="0" cellpadding="0" cellspacing="0">
                        <tr>
                        <td height="24" valign="bottom"><a href="NETQUOTEVAR:NAVBCARTLINK" TARGET="_self" onMouseOver="SwapImage('hnavb_cart','btn-viewcart-1.gif')" onMouseOut="RestoreImage()"><IMG SRC="btn-viewcart-2.gif" ALT="View Basket" BORDER=0 HEIGHT=24 WIDTH=201 name=hnavb_cart></a>
                        <br>
                        <table width="201" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                        <td width="10">&nbsp;</td>
                        <td><div align="right"><font color="#FFFFFF" size="1" face="Arial, Helvetica, sans-serif">
                        <script language="JavaScript">
                        <!--
                        document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;");
                        document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
                        // -->
                        </script></font></div><br>
                        </td>
                        <td width="24">&nbsp;</td>
                        </tr>
                        </table>
                        </td>
                        </tr>
                        <tr>
                        <td height="5" valign="top"><img src="viewcart-bottom.gif" width="201" height="5"></td>
                        </tr>
                        <tr>
                        <td><a href="NETQUOTEVAR:NAVBCHECKOUTLINK"TARGET="_self" onMouseOver="SwapImage('hnavb_checkout','btn-checkout-2.gif')" onMouseOut="RestoreImage()"><Actinic:TEMPLATE type="begin"><IMG SRC="btn-checkout-1.gif"
                        ALT="Checkout"
                        BORDER=0
                        HEIGHT=22
                        WIDTH=201
                        name=hnavb_checkout></a><br></td>
                        </tr>
                        <tr>
                        <td><a href="NETQUOTEVAR:NAVBINFOLINK"onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image19','','btn-info-2.gif',1)"><img src="btn-info-1.gif" alt="Information" name="Image19" width="201" height="22" border="0"></a>
                        </td>
                        </tr>
                        <tr>
                        <td><a href="NETQUOTEVAR:NAVBINFOLINK" TARGET="_self" onMouseOver="SwapImage('hnavb_mail','btn-sendmail-2.gif')" onMouseOut="RestoreImage()"><IMG SRC="btn-sendmail-1.gif"
                        ALT="Contact Us"
                        BORDER=0
                        HEIGHT=22
                        WIDTH=201
                        name=hnavb_mail></a><br></td>
                        </tr>
                        <tr>
                        <td height="5" valign="top"><br></td>
                        </tr>
                        <tr>
                        <td width="201" height="59" align="right">
                        <a href="NETQUOTEVAR:NAVBSEARCHLINK">&nbsp;<br>NETQUOTEVAR:SIMPLESEARCH
                        </td>
                        </tr>
                        <tr>
                        <td valign="top"><img src="blank.gif" width="1" height="35"></td>
                        </tr>
                        <tr>
                        <td width="201" height="59" align="center">
                        <img src="cclogo.gif"><br><img src="blank.gif" width="1" height="10">
                        </td>
                        </tr>
                        <!-- NETQUOTEDEL:CAPTURECOUPON
                        <tr>
                        <td background="menu_bottom.gif"><font color="NETQUOTEVAR:PALBGCSS" size="1">
                        <table width="100%" border="0" cellspacing="0" cellpadding="4">
                        <form method="NETQUOTEVAR:CGIMETHOD" action="NETQUOTEVAR:CGIURL">
                        <tr>
                        <td colspan="2" valign="top"><strong><font color="NETQUOTEVAR:PALBGCSS">NETQUOTEVAR:COUPONTITLE</font></strong></td>
                        </tr>
                        <tr>
                        <td colspan="2" valign="top"><font color="NETQUOTEVAR:PALBGCSS">NETQUOTEVAR:COUPONMESSAGE</font></td>
                        </tr>
                        <tr>
                        <td valign="top"><input type="TEXT" name="COUPONCODE" size="15" maxlength="255" value="NETQUOTEVAR:COUPONCAPTION" onFocus="this.value='';this.style.background='#FFFFFF'"></td>
                        <td><input type="IMAGE" name="ACTION_SEND" border="0" src="quicksearch.gif" alt="NETQUOTEVAR:COUPONACTION"></td>
                        </tr>
                        </form>
                        </table>
                        </td>
                        </tr>
                        NETQUOTEDEL:CAPTURECOUPON -->

                        </table>
                        </td>
                        <!-- <td width="15"><img src="shim.gif" width="15"></td>-->
                        <td valign="top" align="center">
                        <table width="98%" cellpadding="5" cellspacing="0" class="thinborder" border="0"> <!-- This Table is Duplicated-->
                        <tr>
                        <td valign="top">NETQUOTEVAR:FORMBEGIN<A NAME="top">
                        <INPUT TYPE=HIDDEN NAME=RANDOM VALUE="NETQUOTEVAR:RANDOM"></A>
                        NETQUOTEVAR:HIDDENFIELDS
                        <!-- If customer accounts are in operation following two lines allow displaying -->
                        <!-- User name and customer account name on every page -->
                        <!-- NETQUOTEVAR:LOGINLINK --><Actinic:NOWSERVING/><Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/>
                        <!-- NETQUOTEVAR:HEADER -->
                        <div align="center"><span class="actxsmall">NETQUOTEVAR:HEADERTEXT</span></div>
                        NETQUOTEVAR:BULK <br>
                        <div align="center"><span class="actxsmall">NETQUOTEVAR:FOOTERTEXT</span></div>
                        <!-- NETQUOTEVAR:FOOTER -->
                        NETQUOTEVAR:FORMEND</td>
                        </tr>
                        </table>
                        </td>
                        </tr>
                        </table>
                        </td>
                        </tr>
                        </table>
                        </body>
                        </html>

                        Had to put the other one on another page......

                        Comment


                          #13
                          2nd template

                          and this one is the one from the templates:

                          <html>
                          <head>
                          <TITLE>
                          NETQUOTEVAR:PAGETITLE
                          </TITLE>
                          <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
                          <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
                          <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
                          <!--@act NETQUOTEVAR:HEADERMETA -->
                          <!--@act NETQUOTEVAR:LOADFUNCTION -->
                          <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
                          <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
                          <LINK REL=STYLESHEET HREF="actinic.css">


                          <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
                          <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>
                          <!--@act NETQUOTEVAR:SECTIONTREE_RAW -->

                          <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
                          <!--
                          function YahooSections(ar)
                          {
                          var strIDs = '';
                          for (var i=1;i<=ar.length;i++)
                          {
                          if (ar[i].sURL != null)
                          {
                          strIDs += '<a href="' + ar[i].sURL + '"><span class="actxxsmall"><b><font color="NETQUOTEVAR:FGCOLORCSS">' + ar[i].sName + '</font></b></span></a><br>';
                          {
                          if (ar[i].pChild)
                          {
                          for (var j=1;j<=ar[i].pChild.length;j++)
                          {
                          if (ar[i].pChild[j].sURL != null)
                          {
                          strIDs += '<a href="' + ar[i].pChild[j].sURL + '"><span class="actxxsmall"><font color="NETQUOTEVAR:FGCOLORCSS">' + ar[i].pChild[j].sName + '</font></span></a><br>';
                          }
                          }
                          }
                          }
                          strIDs += '<br>'
                          }
                          }
                          return strIDs
                          }
                          //-->
                          </SCRIPT>

                          <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
                          <Actinic:COOKIECHECK/>

                          <!--
                          The NETQUOTEVARs below can be uncommented for getting raw section lists:
                          1. Top level section list
                          2. Section list from current level and all children
                          3. The whole section tree
                          The rest covers the standalone structure members for each array - e.g. if
                          you only need sName or sURL from an array.
                          See the documentation for details.

                          NETQUOTEVAR:TOPLEVELSECTIONS_RAW
                          NETQUOTEVAR:CHILDSECTIONS_RAW
                          NETQUOTEVAR:SECTIONTREE_RAW

                          NETQUOTEVAR:SECTIONTREE_NAMES
                          NETQUOTEVAR:SECTIONTREE_URLS
                          NETQUOTEVAR:SECTIONTREE_IMAGES
                          NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
                          NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
                          NETQUOTEVAR:SECTIONTREE_SECTIONIDS

                          NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
                          NETQUOTEVAR:TOPLEVELSECTIONS_URLS
                          NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
                          NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
                          NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
                          NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS

                          NETQUOTEVAR:CHILDSECTIONS_NAMES
                          NETQUOTEVAR:CHILDSECTIONS_URLS
                          NETQUOTEVAR:CHILDSECTIONS_IMAGES
                          NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
                          NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
                          NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS

                          The section level can be accessed through:
                          NETQUOTEVAR:SECTIONLEVEL
                          -->
                          <!--
                          The NETQUOTEVARs below can be uncommented and moved to the appropriate

                          location
                          to save and load shopping lists
                          <A HREF="NETQUOTEVAR:SAVECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Save

                          Shopping List</B></I></FONT></A>
                          <A HREF="NETQUOTEVAR:RESTORECARTURL"><FONT FACE=ARIAL SIZE=-1><I><B>Load

                          Shopping List</B></I></FONT></A>
                          --->
                          <!-- Fireworks MX Dreamweaver MX target. Created Fri Jan 30 14:06:11 GMT+0000 (GMT Standard Time) 2004-->
                          </head>
                          <BODY TEXT="NETQUOTEVAR:FGCOLOR" leftmargin="1" topmargin="1" marginwidth="0" marginheight="0" OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
                          <table width="100%" cellpadding="0" cellspacing="0" class="thinborder">
                          <tr>
                          <td>
                          <table width="100%" border="0" cellspacing="0" cellpadding="0">
                          <tr>
                          <td><img src="gradient1.gif"></td>
                          <td align="right"><img src="gradient2.gif"></td>
                          </tr>
                          </table>
                          </td>
                          </tr>
                          <tr>
                          <td valign="top">
                          <table border="0" cellpadding="0" cellspacing="0">
                          <tr>
                          <td>NETQUOTEVAR:LOGOIMAGE</td>
                          </tr>
                          </table>
                          </td>
                          </tr>
                          <tr>
                          <td background="top_bar.gif"><table border="0" cellpadding="0" cellspacing="0" width="100%">
                          <tr>
                          <td width="168" height="26">NETQUOTEVAR:NAVBSITEMAP</td>
                          <td width="167">NETQUOTEVAR:NAVBMAIL</td>
                          <td width="168">NETQUOTEVAR:NAVBINFO</td>
                          <td>&nbsp;</td>
                          </tr>
                          </table> </td>
                          </tr>
                          <tr>
                          <td>&nbsp;</td>
                          </tr>
                          <tr>
                          <td>
                          <table border="0" cellpadding="0" cellspacing="0" width="100%">
                          <tr>
                          <td width="11"><img src="shim.gif" width="11"></td>
                          <td width="170" valign="top">
                          <table width="170" border="0" cellpadding="0" cellspacing="0" class="thinborder">
                          <tr>
                          <td width="170" height="59" background="search_background.gif" align="right">
                          <a href="NETQUOTEVAR:NAVBSEARCHLINK"><font color="NETQUOTEVAR:PALBGCSS">Advanced</font></a>&nbsp;<br>NETQUOTEVAR:SIMPLESEARCH
                          </td>
                          </tr>
                          <tr>
                          <td>NETQUOTEVAR:NAVBCART</td>
                          </tr>
                          <tr>
                          <td>NETQUOTEVAR:NAVBCHECKOUT</td>
                          </tr>
                          <tr>
                          <td height="25" background="cart_bg.gif"><font color="NETQUOTEVAR:PALBGCSS" size="1"><strong>&nbsp;&nbsp;&nbsp;
                          <script language="JavaScript">
                          <!--
                          document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" + getCartItem(3)+"&nbsp;");
                          document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" + getCartItem(1));
                          // -->

                          </script>
                          </strong></font></td>
                          </tr>
                          NETQUOTEDEL:CAPTURECOUPON
                          <tr>
                          <td background="menu_bottom.gif"><font color="NETQUOTEVAR:PALBGCSS" size="1">
                          <table width="100%" border="0" cellspacing="0" cellpadding="4">
                          <form method="NETQUOTEVAR:CGIMETHOD" action="NETQUOTEVAR:CGIURL">
                          <tr>
                          <td colspan="2" valign="top"><strong><font color="NETQUOTEVAR:PALBGCSS">NETQUOTEVAR:COUPONTITLE</font></strong></td>
                          </tr>
                          <tr>
                          <td colspan="2" valign="top"><font color="NETQUOTEVAR:PALBGCSS">NETQUOTEVAR:COUPONMESSAGE</font></td>
                          </tr>
                          <tr>
                          <td valign="top"><input type="TEXT" name="COUPONCODE" size="15" maxlength="255" value="NETQUOTEVAR:COUPONCAPTION" onFocus="this.value='';this.style.background='#FFFFFF'"></td>
                          <td><input type="IMAGE" name="ACTION_SEND" border="0" src="quicksearch.gif" alt="NETQUOTEVAR:COUPONACTION"></td>
                          </tr>
                          </form>
                          </table>
                          </td>
                          </tr>
                          NETQUOTEDEL:CAPTURECOUPON
                          <tr>
                          <td valign="top" bgcolor="NETQUOTEVAR:PALCOLOR1CSS"><img src="departments.gif" width="170" height="27"></td>
                          </tr>
                          <tr>
                          <td valign="top" bgcolor="NETQUOTEVAR:PALBGCSS">
                          <table width="100%" border="0" cellpadding="1" cellspacing="5">
                          <tr>
                          <td>
                          <script language=Javascript1.2>
                          document.write(YahooSections(section_tree))
                          </script>
                          </td>
                          </tr>
                          </table></td>
                          </tr>
                          <tr>
                          <td><img src="main_pages.gif" width="170" height="27"></td>
                          </tr>
                          <tr>
                          <td>NETQUOTEVAR:NAVBHOMENETQUOTEVAR:NAVBCATALOGNETQUOTEVAR:NAVBUPNETQUOTEVAR:NAVBLOGIN
                          </td>
                          </tr>
                          <tr>
                          <td width="170" valign="top" bgcolor="NETQUOTEVAR:PALCOLOR1CSS"><img src="menu_bottom.gif" width="170" height="91"></td>
                          </tr>
                          </table>
                          </td>
                          <td width="15"><img src="shim.gif" width="15"></td>
                          <td valign="top" align="center">
                          <table width="98%" cellpadding="5" cellspacing="0" class="thinborder">
                          <tr>
                          <td valign="top">NETQUOTEVAR:FORMBEGIN <A NAME="top">
                          <INPUT TYPE=HIDDEN NAME=RANDOM VALUE="NETQUOTEVAR:RANDOM"></A>
                          NETQUOTEVAR:HIDDENFIELDS
                          <!-- If customer accounts are in operation following two lines allow displaying -->
                          <!-- User name and customer account name on every page -->
                          <!-- NETQUOTEVAR:LOGINLINK --><Actinic:NOWSERVING/><Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/>
                          <!-- NETQUOTEVAR:HEADER -->
                          <div align="center"><span class="actxsmall">NETQUOTEVAR:HEADERTEXT</span></div>
                          NETQUOTEVAR:BULK <br>
                          <div align="center"><span class="actxsmall">NETQUOTEVAR:FOOTERTEXT</span></div>
                          <!-- NETQUOTEVAR:FOOTER -->
                          NETQUOTEVAR:FORMEND</td>
                          </tr>
                          </table>
                          </td>
                          </tr>
                          <tr>
                          <td colspan="4">&nbsp;</td>
                          </tr>
                          </table>
                          </td>
                          </tr>
                          </table>
                          </body>
                          </html>

                          Comment


                            #14
                            Hi there

                            I have compared the two templates and i can't see any faults with the templates. It seem you have removed some parts of the navigation, but this is okay to do. The bulk area which is where the product goes are okay.
                            I would recommend you filling out an email ticket on http://www.actinic.co.uk/support/register.htm.

                            It does require someone looking into this.

                            Kind Regards
                            Nadeem Rasool
                            SellerDeck Development

                            Comment


                              #15
                              Hi,

                              Thank you for your help. I have racked my brain over this for a few weeks now and I cannot figure this out. I was told by actinic support that there is no help when the templates are changed. They told me to seek my help here on the community pages. Perhaps I misread what they said to me last time we had contact.

                              Its very strange as when you look at the web site with the original file restored there is no problem anymore. Maybe I have to slowly rebuild the original file to look like the one I made it in to.

                              Thanks

                              Comment

                              Working...
                              X