Announcement

Collapse
No announcement yet.

Extended page look like store page

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

    Extended page look like store page

    Hi
    I've followed some advice on the knowledge base from this http://community.actinic.com/showthread.php?t=45421 to make my extended pages look like regular pages of the site.
    It worked great - mostly!
    I've now got extended pages that look just like the regular shop pages but I now no longer have the product details in the extended page.
    Does anybody know what I've done wrong? I followed the advice to the letter.
    I haven't uploaded the changes yet I'm looking at them on offline preview.
    Thanks.
    Julie
    Last edited by KB2; 22-Mar-2010, 02:46 PM. Reason: Updating kb links

    #2
    without being able to see what you've done any reply will be purely speculative...

    please upload what you've done to a test area, or paste the ext info layout inside CODE tags here

    Comment


      #3
      I'd imagine you have put no information into the various fields on the extended info tab.

      Comment


        #4
        Hi
        On my next thread is what I now have in my extended page layout code within library.
        I did exactly as it said on the aforementioned advice, but obviously I've done something I shouldn't or missed something out!
        I do have info and pix on my extended pages it's just not showing on the offline preview.
        Thanks,
        julie

        Comment


          #5
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
          <html>
          <head>
          <LINK REL="SHORTCUT ICON" HREF="http://www.toys-to-you.co.uk/acatalog/favicon.ico" />
          <title><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Section%27"><actinic:block if="%3cactinic%3avariable%20name%3d%22SectionLevel%22%20%2f%3e%20%3e%200"><actinic:variable name="SectionName" />, <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22SectionLevel%22%20%2f%3e%20%3d%3d%200"><actinic:variable name="CompanyName" /></actinic:block></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Brochure%27"><actinic:variable name="BrochureName" />, <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%27Section%27%29%20AND%20%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%27Brochure%27%29" ><actinic:variable name="PageType" />, <actinic:variable name="CompanyName" /></actinic:block></title>
          <actinic:variable name="BaseHref" />
          <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
          <meta http-equiv="MSThemeCompatible" content="yes" />
          <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaKeywords%22%20%2f%3e%20%21%3d%20%22%22" >
          <meta name="keywords" content="<actinic:variable name="MetaKeywords" />" />
          </actinic:block>
          <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaDescription%22%20%2f%3e%20%21%3d%20%22%22">
          <meta name="description" content="<actinic:variable name="MetaDescription" />" />
          </actinic:block>
          <actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>

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

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

          <script language="javascript" type="text/javascript">
          <!--
          saveReferrer();
          // -->
          </script>

          </head>

          <body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">
          <actinic:variable name="HeaderArea" value="Header Area - Nothing in Row 1 - Nav Bar in Row 2" />
          <table width="100%" cellspacing="0" cellpadding="5" border="0">
          <tr>
          <td valign="top" class="sidebar"><br><br>
          <p align=center><a href="girlstoys.html"><img src="girlstoys.gif" alt="Girls Toys"<table border="0" width="40" height="40" /></a>&nbsp;&nbsp;&nbsp;<a href="boystoys.html"><img src="boystoys.gif" alt="Boys Toys" <table border="0" width="40" height="40" /></a></font>
          <p align=center><a href="girlstoys.html"><img src="girlstoys2.gif" alt="Girls Toys"<table border="0" width="40" height="30" /></a>&nbsp;&nbsp;&nbsp;<a href="boystoys.html"><img src="boystoys2.gif" alt="Boys Toys" <table border="0" width="40" height="30" /></a></font>
          <p class="text_heading_left_column">Toys by Ages</p>
          <ul>
          <actinic:block type="EntireSectionList">
          <actinic:block if="%3cactinic%3avariable%20name%3d%22List%20Number%22%20%2f%3e%20%3d%3d%201" >
          <li><a href="<actinic:variable name="SectionPageName"/>"><actinic:variable name='SectionName'/></a>
          </actinic:block>
          </actinic:block></ul>
          <p class="text_heading_left_column">Christmas</p>
          <ul>
          <actinic:block type="EntireSectionList">
          <actinic:block if="%3cactinic%3avariable%20name%3d%22List%20Number%22%20%2f%3e%20%3d%3d%202" >
          <li><a href="<actinic:variable name="SectionPageName"/>"><actinic:variable name='SectionName'/></a>
          </actinic:block>
          </actinic:block></ul>
          <p class="text_heading_left_column">Toy Makers</p>
          <ul>
          <actinic:block type="EntireSectionList">
          <actinic:block if="%3cactinic%3avariable%20name%3d%22List%20Number%22%20%2f%3e%20%3d%3d%203" >
          <li><a href="<actinic:variable name="SectionPageName"/>"><actinic:variable name='SectionName'/></a>
          </actinic:block>
          </actinic:block></ul>
          <p class="text_heading_left_column">All Toys</p>
          <ul>
          <actinic:block type="EntireSectionList">
          <actinic:block if="%3cactinic%3avariable%20name%3d%22List%20Number%22%20%2f%3e%20%3d%3d%204" >
          <li><a href="<actinic:variable name="SectionPageName"/>"><actinic:variable name='SectionName'/></a>
          </actinic:block>
          </actinic:block></ul>
          <p class="text_heading_left_column">Educational Toys</p>
          <ul>
          <actinic:block type="EntireSectionList">
          <actinic:block if="%3cactinic%3avariable%20name%3d%22List%20Number%22%20%2f%3e%20%3d%3d%205" >
          <li><a href="<actinic:variable name="SectionPageName"/>"><actinic:variable name='SectionName'/></a>
          </actinic:block>
          </actinic:block></ul>
          <p class="text_heading_left_column">Articles, etc</p>
          <ul>
          <actinic:block type="EntireSectionList">
          <actinic:block if="%3cactinic%3avariable%20name%3d%22List%20Number%22%20%2f%3e%20%3d%3d%206" >
          <li><a href="<actinic:variable name="SectionPageName"/>"><actinic:variable name='SectionName'/></a>
          </actinic:block>
          </actinic:block></ul>
          <br><br>
          <p><A HREF="http://www.toys-to-you.co.uk/acatalog/FAQs.html"><p align=center><IMG SRC="moneyback.gif"/<ALT="30 day Moneyback Guarantee with Toys to You"></A></br>
          <p align=center><b><font color="0000ff"><font size="-1">30-day Moneyback Guarantee with<br> Toys to You</align></b></font><br/>
          <br><br><br>
          <p><p align=center><IMG SRC="callus.jpg"/<ALT="Give Us a Call on 01273 359549"></A></br>
          <p align=center><b><font color="0000ff"><font size="-1">Give us a Call on<br>01273 359549</br>
          <br><br><br>
          <p><p align=center><IMG SRC="companies.gif"</br>
          <br><br>
          <actinic:variable name="BestSellerListSidebar" if="%3cactinic%3avariable%20name%3d%22BestSellersListInSidebar%22%20%2f%3e" />
          <actinic:variable name="NewProductListSidebar" if="%3cactinic%3avariable%20name%3d%22NewProductsListInSidebar%22%20%2f%3e" />
          </td>
          <td valign="top" class="bulk">
          <a name="top"></a>
          <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e">
          <!-- When logged in, this gives the company name, username and a login link -->
          <Actinic:Variable Name="NowServing"/><Actinic:Variable Name="CurrentAccount"/><Actinic:Variable Name="LogoutSimple"/><br />
          </actinic:block>

          <div align="center">
          <actinic:variable name="HeaderFooter" value="Header Text" />
          </div>


          </form>

          <div align="center">
          <actinic:variable name="HeaderFooter" value="Footer Text" />
          </div>

          <actinic:variable name="ReferrerLink" />

          </td>
          <td valign="top" class="sidebar">
          <actinic:variable name="QuickSearchBar" /><br />
          <actinic:variable name="ShoppingCartSummary" />
          <actinic:variable name="BestSellerListSidebar" if="%3cactinic%3avariable%20name%3d%22BestSellersListInSidebar%22%20%2f%3e" /><br><br>
          <actinic:variable name="NewProductListSidebar" if="%3cactinic%3avariable%20name%3d%22NewProductsListInSidebar%22%20%2f%3e" />
          <br/><br/><p align=center><img src="creditcardimages2.gif"/></align><br>
          <br>
          <p align=center><b><font color="0000ff"><font size="-2">Shop safely with your credit card at Toys to You with Worldpay<br>
          <br>
          <p align=center><img src="worldpay.gif"/></align><br>
          <br><p align=center><b><font color="0000ff"><font size="-2">or with PayPal<br>
          <br>
          <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr>
          <tr><td align="center"><a href="#" onclick="javascript:window.open('https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_GB/i/bnr/bnr_shopNowUsing_150x60.gif" border="0" alt="Additional Options"></a></td></tr></table><!-- PayPal Logo -->

          <br><br>
          <p><p align=center><IMG SRC="shipping.gif"/<ALT="UK postage & packing costs only £4.50 no matter how much you order"></A></br>
          <br><br><br>

          <a href="http://www.ethicalproducts.org.uk/directory/baby/189/wwwtoys-to-youcouk/"
          title="Ethical Products Organisation"><p align=center>
          <img
          alt="Trusted Ethical Website"
          border="0"
          width="100"
          height="100"
          src="http://www.ethicalproducts.org.uk/images/EPO-square-shield.gif">
          </a><br>
          <br><br>
          <p><A HREF="http://www.facebook.com/pages/Toys-to-You-the-UKs-largest-online-ethical-toy-shop/47455382715?ref=nf"><p align=center><IMG SRC="facebook.gif"/<ALT="Become a Facebook Fan of Toys to You"></A></br>
          <br><br><br>
          <p><p align=center><IMG SRC="planlogo.gif"</br>
          <p align=center><b><font color="0000ff"><font size="-1">Here Now...<BR>PLAN TOYS!!</align></b></font><br/>
          <br><br><br>
          <a href="http://www.toyshopuk.co.uk/eco/" target="_blank"><img src="http://www.toyshopuk.co.uk/assets/gfx/toy-shop-uk-logo.gif"
          <alt="Ethical, Organic and Eco Toys - Fairtrade Toys from Toy Shop UK"
          width="75" height="41" border="0"></a>
          <br><br><br><br>

          And more on the next thread!

          Comment


            #6
            <p><a href="http://ethicaltoys.blogspot.com/"><p align=center><IMG src="blogpic.jpg"/<ALT="Read our Blog"></a></br>
            <br><br><br>
            <p><A HREF="Free_Pine_Tree_Seeds.html"><p align=center><IMG SRC="pinetrees.gif"/<ALT="Reduce your carbon footprint with our free xmas tree seeds"></A></br>
            <p align=center><b><font color="0000ff"><font size="-1">Free Pine Tree Seeds - Reducing the Carbon Footprint of your Purchase</align></b></font><br/>
            <br><br><br>
            <p><A HREF="http://greenbooks.co.uk/store/product_info.php?products_id=252&osCsid=731qh45q6en0ehfn2pfguccef2"><p align=center><IMG SRC="ecobabybook.gif"/<ALT="We're listed in EcoBaby Book"></A></br>
            <p align=center><b><font color="0000ff"><font size="-1">Click on EcoBaby to buy the Eco Guide</align></b></font><br/>
            <br><br><br>
            <p><A HREF="SantaGrottosChristmasFayres.html"><p align=center><IMG SRC="santaclaus.gif"/<ALT="Toys for Santa Grotto's"></A></br>
            <p align=center><b><font color="0000ff"><font size="-1">Santa Grotto Toys from only 30p</align></b></font><br/>
            <br><br><br>
            <p><A HREF="WhatisFairtrade.html"><p align=center><IMG SRC="fairtradelogo.gif"/<ALT="Fairtrade Toys Help Change Lives"></A></br>
            <p align=center><b><font color="0000ff"><font size="-1">Find Out More about Fairtrade Toys at Toys to You</align></b></font><br/>
            <br><br><br>
            <p><A HREF="Free_Gift_Wrap.html"><p align=center><IMG SRC="giftwrap3TH.jpg"/<ALT="Free Gift Wrap for all Toys"></A></br>
            <p align=center><b><font color="0000ff"><font size="-1">Free Gift Wrap and Gift Card with your personal message</align></b></font><br/>
            <br><br><br>
            <p><p align=center><IMG SRC="shipping.gif"/<ALT="Shipping costs only £4.50 no matter how much you order"></A></br>
            <br><br><br>
            <p><p align=center><IMG SRC="callus.jpg"/<ALT="Give Us a Call on 01273 359549"></A></br>
            <p align=center><b><font color="0000ff"><font size="-1">Give us a Call on<br>
            01273 359549</align></b></font><br/>
            <br><br><br>
            <p><A HREF="How_to_Buy_Safe_Baby_Toys.html"><p align=center><IMG SRC="agewarning_logo.gif"/<ALT="Buying Safe Baby Toys"></A></br>
            <p align=center><b><font color="0000ff"><font size="-1">Article: Buying Safe Baby Toys</align></b></font><br/>
            <br><br><br>
            <p><A HREF="Poisoning_our_Babies_with_Plastic_Toys.html"><p align=center><IMG SRC="plastictoys.gif"/<ALT="Are Plastic Toys Poisoning our Babies?"></A></br>
            <p align=center><b><font color="0000ff"><font size="-1">Article: Are Plastic Toy Poisoning our Babies?</align></b></font><br/>
            <br><br><br>
            <p><A HREF="What_Our_Customers_Say_About_Us.html"><p align=center><IMG SRC="goodtotalk.gif"/<ALT="Customer Comments"></A></br>
            <br><br><br>
            <p><p align=center><IMG SRC="companies.gif"</br>
            <br><br><br>


            </td>
            </tr>
            </table><br><p>

            <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
            </script>
            <script type="text/javascript">
            _uacct = "UA-815839-1";
            urchinTracker();
            </script>

            <p align=center><b>© 2007 Toys to You Ltd. All Rights Reserved Worldwide</b></align><p>
            <p align=center><b>Toys to You Ltd registered in England & Wales: 4862369</b></align><p>
            </body>

            </html>

            And now it finally ends!!
            Julie

            Comment


              #7
              - lets go with the url option instead and also a screenshot of what you have input on the extended info tab on the product to which you will provide us a url to.

              Comment


                #8
                I'm sorry for doing it like that, but I don't know how to do what you're asking!
                Can I put a URL here for a page that's only available on offline preview?
                And how do I do a screenshot of the extended info layout change in library?
                Sorry
                Julie

                Comment


                  #9
                  I've fixed it, I was doing something wrong!!
                  Thanks for the help.
                  Julie

                  Comment


                    #10
                    Care to share the answer for others following the thread?....

                    Comment

                    Working...
                    X