Announcement

Collapse
No announcement yet.

Extended /more Info button on product pages doesnt work

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

    Extended /more Info button on product pages doesnt work

    Quite new still to Actinic and having problems ... my extended more info button doesnt work (and producing errors)
    the code i have in act_productline for extinfo is :-

    NETQUOTEVAR:EXTINFOLINK NETQUOTEVAR:EXTINFOBUTTON

    have i missed something out
    the site is here
    http://83.170.75.89:81/acatalog/shop.html

    hope some1 can help
    thanks
    stuart

    #2
    I only looked at your home page and then gave up ( http://83.170.75.89:81/acatalog/shop.html ). It's littered with references to files on your own hard disk. E.g.

    <link type="text/css" href="file:///C|/111/menu_styles.css" rel=stylesheet>

    Major surgery is required I'm afraid. It looks like someone's been editing these pages in an external editor.

    Norman

    PS look at your pages in Netscape or Mozilla (www.mozilla.org) and turn on Tools / Web Development / JavaScript Console and you'll get much better diagnostic info than Internet Explorer's useless messages..
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      thanks for the help norman !have now sorted out the act_primary (take out fille:// rubbish)

      the more inof button still does not work and the act_productline seems to be fine

      the complete code for act_productline :-

      <!-- ProductLine HTML begin -->
      <!-- Insert HTML for the top of the individual product -->
      <style type="text/css">
      <!--
      .unnamed1 {
      border: 1px dashed #999999;
      }
      -->
      </style>

      <p><font size="2" face="Verdana, Arial, Helvetica, sans-serif">NETQUOTEVAR:ENDSEPARATOR
      NETQUOTEVAR:PRODUCTFORMBEGIN
      NETQUOTEVAR:TEMPLATEBEGINXML<br>
      <a name="NETQUOTEVAR:PRODUCTANCHOR"><b></b></a>
      NETQUOTEVAR:PRODUCTREF</font></p>
      <table width="95%" border="0" cellspacing="0" cellpadding="0">
      <tr>
      <td colspan="2" bgcolor="000066"><font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>NETQUOTEVAR:PRODUCTNAME</strong></font></td>
      </tr>
      <tr>
      <td bgcolor="#EAF0FB"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b>NETQUOTEVAR:PRODUCTPRICE</b> NETQUOTEVAR:OTHERINFOPROMPT NETQUOTEVARATEPROMPT
      NETQUOTEVAR:CARTERRORXML&nbsp;</font></td>
      <td align="center" valign="middle" bgcolor="#EAF0FB"><br>
      <table width="100" border="0" cellspacing="0" cellpadding="0">
      <tr>
      <td><font face="Verdana, Arial, Helvetica, sans-serif">NETQUOTEVAR:PRODUCTIMAGE</font></td>
      </tr>
      </table>
      <font size="2" face="Verdana, Arial, Helvetica, sans-serif">NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY</font> <font size="2" face="Verdana, Arial, Helvetica, sans-serif">&nbsp;</font><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&nbsp;</font></td>
      </tr>
      <tr>
      <td colspan="2" bgcolor="#EAF0FB"><table width="170" border="0" cellspacing="0" cellpadding="0">
      <tr>
      <td width="85" height="24" align="center" valign="top"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&nbsp;NETQUOTEVAR:EXTINFOLINK
      NETQUOTEVAR:EXTINFOBUTTON </font><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> <br>
      </font> <font size="1"><span class="over"></span></font></td>
      <td width="85" align="center" valign="top"><font size="1"><span class="over"><font face="Verdana, Arial, Helvetica, sans-serif"><Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS> NETQUOTEVAR:TEMPLATEENDXML</font></span></font></td>
      </tr>
      </table></td>
      </tr>
      <tr>
      <td colspan="2" bgcolor="#EAF0FB"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&nbsp; </font><font size="2" face="Verdana, Arial, Helvetica, sans-serif">NETQUOTEVAR:PRODUCTFORMEND
      NETQUOTEVAR:NEXT</font><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&nbsp; </font></td>
      </tr>
      </table>

      Comment


        #4
        Looks like a typo in Act_Primary.html - you have:-

        <SCRIPT LANGUAGE="JavaScript" SRC="factiniccore.js" TYPE="text/javascript">

        and it should be:-

        <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript">

        Norman
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          thanks again for that one norman ... ext/more info button working fine now
          much better ...
          still getting some error on main page ... not sure if its the pop up(when clicked) javascript on the right
          any idea why the page is still erroring

          stuart

          Comment


            #6
            Why not look yourself using Mozilla as I suggested above.
            PS look at your pages in Netscape or Mozilla (www.mozilla.org) and turn on Tools / Web Development / JavaScript Console and you'll get much better diagnostic info than Internet Explorer's useless messages.
            You will also find Mozill on nearly every computer magazine free CD.

            Norman
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              will do .. will download now cheers
              stuart

              Comment


                #8
                good browser VERY FAST

                the site doesnt seem to come up with errors using mozilla (unless im looking in the wrong place in browser) but does with i.e

                any ideas

                Comment


                  #9
                  Tools / Web Development / JavaScript Console should give you a new window in which all JavaScript errors are displayed. Click any error and you should be shown the actual line that's wrong.

                  Norman
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment


                    #10
                    Great thanks getting the hang of this now .... the error comes up as M_create not defined and a quick look at my act primary shows this in the html body
                    <BODY bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" OnLoad="NETQUOTEVAR:ONLOAD,M_create();" NETQUOTEVAR:BGIMAGE NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>

                    I dont know where the M_create bit came from or what it does
                    can i just del this out after the setting margains to zero part
                    thanks
                    stuart

                    Comment


                      #11
                      I don't get the error at http://83.170.75.89:81/acatalog/BQNB...OOK_8100U.html

                      Have you managed to sort it?

                      Comment


                        #12
                        yes sorted now
                        thanks anyways

                        stuart

                        Comment

                        Working...
                        X