Announcement

Collapse
No announcement yet.

Check Out and Cart Errors

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

    #16
    Do any of the developers happen to see what may be causing the problem in my template? Thanks!
    Adrian

    Comment


      #17
      the page www.awaterbeds.com/index.html is created from ACT_BrochurePrimary.

      the pages within the acatalog folder are created from ACT_primary

      why don't you take all your nav code from the brochureprimary and replace the faulty code in primary.

      Comment


        #18
        What is the main difference between those files?

        Comment


          #19
          If I put up the Brochure Primary and the Primary can you perhaps tell me what I could do to make this problem stop somehow? I have tried changing stuff my self all week to no avail.

          Brochure Primary

          <html>
          <head>
          <TITLE>
          NETQUOTEVAR:PAGETITLE
          </TITLE>
          <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF" FORCED=NETQUOTEVAR:BASEHREFFORCED/>
          <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: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>
          <SCRIPT LANGUAGE="JavaScript" SRC="Act_section_tree.js" TYPE="text/javascript"></SCRIPT>

          <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/>

          </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:BROCHURELOGO</td>
          </tr>
          </table>
          </td>
          </tr>
          </table>
          <!--</td>
          </tr>-->
          <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>
          </table>
          </td>
          <!--<td width="15"><img src="shim.gif" width="15"></td>-->
          <td align="center" valign="top">
          <table width="98%" cellpadding="5" cellspacing="0" class="thinborder" border="0">
          <tr>
          <td valign="top">
          <!-- 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/>
          <table width="CUSTOMVAR:ACTSTDWIDTH" cellpadding="5" cellspacing="0" border="0" cols="3">NETQUOTEVAR:BROCHUREBODY
          </table>
          <br>
          </td>
          </tr>
          </table>
          </td>
          </tr>
          </table>
          </td>
          </tr>
          </table>
          </body>
          </html>

          Comment


            #20
            Primary:

            <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>

            Comment


              #21
              ANy of the developers have any idea how to help me on this one?

              Comment


                #22
                What is the main difference between those files?
                I think you're asking for so much help that no-one is keen to do it for you.

                However you can see the differences yourself. Here's how:

                Put copies of the two templates in the same folder (say c:\Temp) with different names e.g t1.html and t2.html.

                Now open a command prompt (in XP - Start / Run / type "cmd" and hit OK).

                Now in that command prompt window type "cd \Temp". This should put you into the Temp folder.

                Now type "fc t1.html t1.html" and you'll get a list of the diffrences.

                If you do "fc t1.html t1.html > diff.txt" you'll write those differences into a text file that you can open and peruse at leisure.
                Norman - www.drillpine.biz
                Edinburgh, U K / Bitez, Turkey

                Comment


                  #23
                  excuse me

                  I meant in terms of its use and how its comparison could be used to solve my main problem, not of the actual differences in lines of code but perhaps I should have been more specific. My main concern is that I cannot find a solution to my ultimate problem outlined in this thread. I was told by a developer to open a ticket, I was also told a while back when I opened a ticket that I should use this forum to get the Actinic developers to help along with others who may be aware of this problem........

                  Are the developers from actinic actually active here and provide help?

                  Comment


                    #24
                    Sorry, I misunderstood. I thought you needed to know what the line differences were and was happy to point out that the ancient DOS fc command is still there even in these XP days. It still has its uses (I'm a frequent user - often using it to compare automatically generated hierarchical import files for differences).

                    As to your problem: You mentioned that you made changes to the Primary templates and that broke the site. I'm not sure if Actinic or anyone can help much there apart from the earlier suggestion that it might be quicker to go back to clean original templates and start afresh.

                    I posted earlier that one way to do this is to change Themes and then change back.
                    Norman - www.drillpine.biz
                    Edinburgh, U K / Bitez, Turkey

                    Comment


                      #25
                      thanks, I will give that a go.........and the antiquated DOS command is cool....Thanks!

                      Comment


                        #26
                        Developer help

                        Actually you were told to open a support ticket at http://Actinic.com or https://suresolutionsinc.net. You were told to register an account and we would look at your issue for you. However I suggest you consider your requirement is a need to fix a coding problem you created rather then an actaul problem in the Actinic software.

                        I suggest you replace the templates in question with the original templates located in the actinic directory \originals\ and try implementing some of your modifications over again saving the file with each change until you reach your desired result.

                        You will find that people on the community are very helpful and an excellent resource to navigate through the deployment of your ecommerce web site however In my opinion by the nature and insistance of your post your expectations that someone should fix your code for you is ..... well a bit much to ask.

                        Use all your resources properly and your acheive better results.

                        Brian
                        Brian Johnson
                        :::Sure Solutions Inc:::Professional Actinic templates from Buythisdesign.com:::
                        1-732-528-7635 x203

                        Comment


                          #27
                          Originally posted by shibe
                          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!

                          I'm no expert but I had a similar problem and found an interesting suggestion in another thread.

                          Go to: Design | Options | Miscellaneous tab, and tick the "Compact HTML/CGI" option.

                          This worked for me and removed all references to "Actinic:TEMPLATE" in the uploaded source code.

                          Adrian
                          aka Beardy
                          Beardy.

                          I'm NOT Lost....... I'm just taking the scenic route.
                          Webs:
                          Presonal: The Flying Beard
                          Commerial: To Excite You (Adult Content)
                          Big Al's: Ancient-Wisdom

                          Comment

                          Working...
                          X