Announcement

Collapse
No announcement yet.

Extended info page

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

    Extended info page

    I have an extended info page set to include add to cart button. However when the page is previewed there is no button on the page. Code of the page is listed below:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title><actinic:variable name="PageTitle" /></title>
    <actinic:variable name="BaseHref" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="keywords" content="Keywords" />
    <meta name="description" content="Description" />
    <link href="actinic.css" rel="stylesheet" type="text/css">
    <script language="javascript" type="text/javascript" src="actiniccore.js"></script>
    <script language="javascript" type="text/javascript" src="actinicextras.js"></script>
    </head>

    <body>
    <table width="100%" height=62 border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
    <tr>
    <td width=169><img src="logo.gif" width="169" height="62" border="0" alt=""></td>
    <td width="60%" background="topslice.gif"><img src="topslice.gif" width="2" height="62" border="0" alt=""></td>
    <td>
    <table width="574" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td><img src="tran.gif" width="1" height="1" border="0" alt=""></td>
    <td><img src="tran.gif" width="1" height="1" border="0" alt=""></td>
    <td><img src="topship.gif" width="123" height="14" border="0" alt=""></td>
    </tr>
    <tr>
    <td><img src="skyleft.gif" width="182" height="27" border="0" alt=""></td>
    <td><img src="skyright.gif" width="269" height="27" border="0" alt=""></td>
    <td><img src="botship.gif" width="123" height="27" border="0" alt=""></td>
    </tr>
    <tr>
    <td><img src="h2dfrance.png" width="182" height="21" border="0" alt=""></a></td>
    <td colspan=2><img src="slogan.gif" width="392" height="21" border="0" alt=""></td>

    </tr>
    </table>
    </td></tr>
    </table>

    <table width="100%" height=23 border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
    <tr>
    <td>
    <table border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td valign=top><a href="<actinic:variable name="HomePageURL" />" target="_self" onmouseover="SwapImage('nav_home','homea.gif')" onmouseout="RestoreImage()"><img src="home.gif" alt="<a href="<actinic:variable name="HomePageURL" />" border="0" name="nav_home" /></a></td>

    <td valign=top><a href="<actinic:variable name="InfoURL" />" target="_self" onmouseover="SwapImage('nav_terms','abouta.gif')" onmouseout="RestoreImage()"><img src="about.gif" alt="<actinic:variable name="InfoText" />" border="0" name="nav_terms" /></a></td>

    <td valign=top><a href="<actinic:variable name="SendMailPageLink" />" target="_self" onmouseover="SwapImage('nav_contact','contacta.gif')" onmouseout="RestoreImage()"><img src="contact.gif" alt="<actinic:variable name="SendMailText" />" border="0" name="nav_contact" /></a></td>

    <td valign=top><a href="<actinic:variable name="CartLinkText" />" target="_self" onmouseover="SwapImage('nav_cart','basketa.gif')" onmouseout="RestoreImage()"><img src="basket.gif" alt="<actinic:variable name="CartText" />" border="0" name="nav_cart" /></a></td>

    <td valign=top><a href="<actinic:variable name="OrderLinkText" />"
    <actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%3d%3d%20True" >
    target="_top"
    </actinic:block>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%21%3d%20True" >
    target="_self"
    </actinic:block>
    onmouseover="SwapImage('nav_checkout','checkouta.gif')" onmouseout="RestoreImage()"><img src="checkout.gif" alt="<actinic:variable name="CheckOutText" />" border="0" name="nav_checkout" /></a></td>
    <td background="searchback.gif" width=80% align=left height=23 valign=top>
    <Actinic:Variable Name="QuickSearchBar"/></td>
    </tr>
    </table></td>
    <td width="90%" background="midslice.gif" valign=top><img src="midsliceb.gif" width="1" height="23" border="0" alt=""></td>
    <td width="4" align="right" background="midslice.gif" valign=top><img src="endslice.gif" width="4" height="23" border="0" alt=""></td>
    </tr>
    </table>
    <table width="100%" border="0" cellspacing="2">
    <tr valign="top">
    <td width="160">
    <table width="144" border="0" cellspacing="0">
    <tr valign="bottom">
    <td height="20"><img src="brands.gif" width="144" height="20"></td>
    </tr>
    <tr background="boxback.gif">
    <td><Actinic:Variable Name="TopLevelSectionList"/>"/></td>
    </tr>
    <tr valign="top">
    <td height="20"><img src="boxbot.gif" width="144" height="10"></td>
    </tr>
    </table></td>
    <td>&nbsp;</p>
    <form method="post" action="<actinic:variable name="OnlineScriptURL" value="Shopping Cart Script URL" />">
    <input type="hidden" name="SID" value="<Actinic:Variable Name="SectionID"/>" />
    <input type="hidden" name="PAGE" value="PRODUCT" />
    <input type="hidden" name="PAGEFILENAME" value="<actinic:variable name="SectionPageName" />" />
    <Actinic:SECTION BLOB='<Actinic:Variable Name="SectionCatFile"/>'/>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsHostMode%22%20%2f%3e">
    <!-- Hidden field when in trial mode -->
    <input type="hidden" name="SHOP" value="<Actinic:Variable Name="HiddenFields"/>" />
    </actinic:block>

    <table width="100%" cellspacing="0" cellpadding="10" border="0">
    <tr>
    <td width="25%" align="center" valign="top">
    <actinic:variable name="ExtendedInformationImage" />
    </td>
    <td width="75%" valign="top">
    <a name="<Actinic:Variable Name="EncodedProductAnchor"/>">
    <b><Actinic:Variable Name="ProductName"/></b></a>

    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsProductReferenceVisible%22%20%2f%3e" >
    Ref: <actinic:variable name="ProductReference" />
    </actinic:block>

    <br />
    <actinic:variable name="ExtendedInfoText" />
    <br />
    <actinic:block if="%3cactinic%3avariable%20name%3d%22FileURLNotEmpty%22%20%2f%3e">
    <a href="<Actinic:Variable Name="ProductLinkInfo"/>">
    <Actinic:Variable Name="ProductLinkText"/>
    </a>
    </actinic:block>

    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsCustomerMessageUsed%22%20%2f%3e">
    <br />
    <Actinic:PRICE_EXPLANATION PROD_REF="<actinic:variable name="ProductReference" />" COMPONENTID=-1><Actinic:Variable Name="RetailCustomerMessage"/></Actinic:PRICE_EXPLANATION>
    </actinic:block>

    <actinic:block if="%3cactinic%3avariable%20name%3d%22PriceIsEnabled%22%20%2f%3e">
    <b>
    <Actinic:PRICES PROD_REF="<actinic:variable name="ProductReference" />" RETAIL_PRICE_PROMPT="<Actinic:Variable Name="ProductPriceDescription"/>">
    <actinic:variable name="PriceListRetail" />
    </Actinic:PRICES>
    </b>
    </actinic:block>

    <actinic:block if="%3cactinic%3avariable%20name%3d%22DiscountDescriptionIsShownForProducts%22%20%2f%3e">
    <br /><actinic:variable name="DiscountList" value="Standard Discount List" />
    </actinic:block>

    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsOtherInfoPromptShown%22%20%2f%3e">
    <br />
    <span class="actrequired"><Actinic:Variable Name="OtherInfoPrompt"/></span><br />
    <input type="text" name="O_<Actinic:Variable Name="ProductReference"/>" size="40" maxlength="1000" value="" />
    </actinic:block>

    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsDatePromptShown%22%20%2f%3e">
    <br />
    <span class="actrequired"><actinic:variable name="DatePrompt"/></span><br />
    <actinic:variable name="DayList" /><actinic:variable name="MonthList" /><actinic:variable name="YearList" />
    </actinic:block>

    <actinic:variable name="AttributeList" />
    <actinic:variable name="ComponentList" />

    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsQuantityPromptShown%22%20%2f%3e">
    <br />
    <span class="actrequired"><Actinic:Variable Name="QuantityPrompt"/></span>
    &nbsp;
    <input type="text" name="Q_<Actinic:Variable Name="ProductReference"/>" size="4" value="<Actinic:Variable Name="DefaultQuantity"/>" />
    </actinic:block>
    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsQuantityPromptHidden%22%20%2f%3e">
    <input type="hidden" name="Q_<actinic:variable name="ProductReference"/>" value="<actinic:variable name="DefaultQuantity"/>" />
    </actinic:block>

    <br /><actinic:variable name="CartError" />

    <br /><actinic:variable name="AddToCartButton" />

    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsOutOfStockShown%22%20%2f%3e">
    <br /><br /><strong><span class="actrequired"><br /><Actinic:Variable Name="OutOfStock"/></span></strong>
    </actinic:block>

    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsCatalogSuspendedShown%22%20%2f%3e">
    <br /><br /><strong><span class="actrequired"><Actinic:Variable Name="CatalogSuspended"/></span></strong>
    </actinic:block>

    <actinic:variable name="ProductAlsoBoughtList" />

    <actinic:variable name="ProductRelatedProductsList" />
    </td>
    </tr>
    </table>

    </form>

    </body>
    </html>
    Fitness for life!www.fitness-focus.co.uk


    DIFN - Doing nothing is not an option

    The Supplement Warehouse - Bodybuilding & Fitness Supplements

    #2
    Hi Owen

    I have tried that code and it works for me, so it looks like something else is causing this issue. Have you uploaded the site anywhere? So we can check it

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      I don't know what happened but it works fine now.
      Fitness for life!www.fitness-focus.co.uk


      DIFN - Doing nothing is not an option

      The Supplement Warehouse - Bodybuilding & Fitness Supplements

      Comment

      Working...
      X