Clean source code

General ShopSite user discussion

Clean source code

Postby tulipgraphics » Wed Jun 04, 2008 11:03 pm

After hard work with templates for 3 sites, now is the time to fine tune my source code.

Who can help me with tips and instructions ?

This is how the source code of my index page looks like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <head>
<meta name="generator" content="ShopSite Manager 9.0.2 (data - page2.sst)">
</head><BODY BACKGROUND="images/bg.jpg" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<title>
Dead Sea Cosmetics- A variety of Dead Sea products, based on minerals, mud & salt.</title> <META name="Description" content="On the Ein Bokek site you will be able to find natural products, which are based on Dead Sea minerals, for example: Face moisturizer, body lotion, spa products and much more!"> <META name="keywords" content="Dead Sea Premier, Ahava, Beauty Mineral, Intensive Spa"> <LINK rel="stylesheet" type="text/css" title="style1" href="stylesheet.css">
<link rel="shortcut icon" href="http://www.einbokek.com/shop/images/einbokek-icon.ico"/>

The template code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <head></head><BODY BACKGROUND="images/bg.jpg" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
[-- DEFINE LINK_TO_PAGE --] <a href="[-- OUTPUT_DIRECTORY_URL --]/[-- Page.FileName --]">
[-- PAGE.Name --]</a> [-- END_DEFINE LINK_TO_PAGE --] [-- DEFINE PAGE --] <title>
[-- PAGE.Name Remove_HTML --]</title> [-- PAGE.MetaDescription --] [-- PAGE.MetaKeywords
--] <LINK rel="stylesheet" type="text/css" title="style1" href="stylesheet.css">
<link rel="shortcut icon" href="http://www.einbokek.com/shop/images/einbokek-icon.ico"/>
tulipgraphics
 
Posts: 26
Joined: Tue Feb 26, 2008 1:41 am
Location: Israel

Postby ruthann » Thu Jun 05, 2008 9:54 am

When I want to validate my code to make sure that it is totally compliant I create a page (without adding any products) and validate with the w3c org.

http://validator.w3.org/

It tells me exactly what I need to fix. I then add product and test the page again so that I can proof my product templates.

If you use css, they also have a css validator. I have found it to be a great resource.

Good luck
Ruth
Ruth
rkahn@medalia.net
Caribbean & Latin American Art
ruthann
 
Posts: 23
Joined: Sun Aug 05, 2007 11:11 am
Location: NY

Postby tulipgraphics » Thu Jun 12, 2008 12:43 am

Dear Ruth,
thank you for your eply. only the Validation gave me 50 eeros and I don't know where to begin and it is not something I can control of because of the template tags.
I would like that me source code would be cleam, not neccasary validated.
for example:
<html>
<head>
<title>Dead Sea Cosmetics- A variety of Dead Sea products, based on minerals, mud & salt.</title>
<META name="Description" content="On the Ein Bokek site you will be able to find natural products, which are based on Dead Sea minerals, for example: Face moisturizer, body lotion, spa products and much more!"> <META name="keywords" content="Dead Sea Premier, Ahava, Beauty Mineral, Intensive Spa">
</head>
<BODY>

How do I do that ?
tulipgraphics
 
Posts: 26
Joined: Tue Feb 26, 2008 1:41 am
Location: Israel

Postby ruthann » Thu Jun 12, 2008 6:38 am

Hi,

I am not sure what you mean by clean code. Code is clean when it is consistent with w3c standards so that it displays correctly across all platforms and all browsers.

Firstly, the number of errors doesn't matter. Sometimes the errors cascade, like with a tag that you forgot to close. When you fix the first error you fix many at the same time.

I would check the page without adding any product on it. That way most of the code is your code, not shopsite's.

Once that is clean, I would add one product to the page and see what happens. Yes, shopsite does produce some errors. Many of them can be fixed by editing the includes. Or, you can choose to leave the shopsite errors alone and just worry about the basic page and the way you write the content of the product (description and extra fields).

This is pretty much the way I do it. Good luck...and by the way, I am a great fan of Ahava hand/foot cream , and a customer!

Ruth
Ruth
rkahn@medalia.net
Caribbean & Latin American Art
ruthann
 
Posts: 23
Joined: Sun Aug 05, 2007 11:11 am
Location: NY

Postby tulipgraphics » Thu Jun 12, 2008 9:07 am

Hi Ruth,
Thanks for your comment, and it is good to hear you use ahava products.
After reading your comments I went diggin into.
Like you said I cleared may errors but still I have many I don't know how to fix.
Can you help ? (below of few errors)


By clean code I meant the <head> tag at the right place and that specialy the firts 10 lines, of body title meta keywords and meta description.
I learned that dreamweaver caused a lot of problem.
Meanwhile I fixed it by editing the page template outside of dreamweaver and got a clean code for my page template.
My more info product template looks a mess. I can not figure out how to put the <html> code.

Line 23, Column 109: cannot generate system identifier for general entity "function".
…toreid=*18229091b07fd4203d73a64640c6&function=show">Shopping

Line 23, Column 109: general entity "function" not defined and no default entity.
…toreid=*18229091b07fd4203d73a64640c6&function=show">Shopping

Line 23, Column 117: reference to entity "function" for which no system identifier could be generated.
…18229091b07fd4203d73a64640c6&function=show">Shopping

Line 23, Column 108: entity was defined here.
…storeid=*18229091b07fd4203d73a64640c6&function=show">Shopping

Line 25, Column 120: end tag for element "FORM" which is not open.
…lvetica, sans-serif"> </FONT></FORM><FORM STYLE="margin-bottom:0; font-size

Line 33, Column 301: cannot generate system identifier for general entity "str".
…id=*1c368ef4909201d7602147ba3b402df6&str=EinBokek%20Cosmetic%20Shop&from=http

Line 33, Column 301: general entity "str" not defined and no default entity.
…id=*1c368ef4909201d7602147ba3b402df6&str=EinBokek%20Cosmetic%20Shop&from=http

Line 33, Column 332: cannot generate system identifier for general entity "from".
…02df6&str=EinBokek%20Cosmetic%20Shop&from=http%3A%2F%2Fwww.einbokek.com%2Fsho
tulipgraphics
 
Posts: 26
Joined: Tue Feb 26, 2008 1:41 am
Location: Israel

Postby BRITANUCK » Mon Jun 16, 2008 8:35 am

From looking at your code, the <head> tags aren't doing there job because the meta information and style sheets etc aren't "inside" the closing </head> tag.


Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html> <head></head><BODY BACKGROUND="images/bg.jpg" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
[-- DEFINE LINK_TO_PAGE --] <a href="[-- OUTPUT_DIRECTORY_URL --]/[-- Page.FileName --]">
[-- PAGE.Name --]</a> [-- END_DEFINE LINK_TO_PAGE --] [-- DEFINE PAGE --] <title>
[-- PAGE.Name Remove_HTML --]</title> [-- PAGE.MetaDescription --] [-- PAGE.MetaKeywords
--] <LINK rel="stylesheet" type="text/css" title="style1" href="stylesheet.css">
<link rel="shortcut icon" href="http://www.einbokek.com/shop/images/einbokek-icon.ico"/>



Also "clean code" isn't as important as functioning code for search engine friendly websites.
BRITANUCK
 
Posts: 32
Joined: Wed Dec 05, 2007 10:47 am

Postby tulipgraphics » Tue Jun 17, 2008 1:06 am

Hi guys.
Meanhile I have fixed the head tags.
Now I need to fix the coding of the more info template.
The more info template example page I have worked on, starts without the <html>
the source code looks like this:
<head>
<meta name="generator" content="ShopSite Manager 9.0.2 (data - einbokek-product2.sst)">
<title> Premier Moisture complex </title> </head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"><DIV ALIGN="CENTER">
</DIV><META NAME="Description" CONTENT="A moisture complex rich with natural plant extracts and Dead Sea minerals that cleans your skin and leaves it healthy with no oily residue."><DIV ALIGN="CENTER">
</DIV><META NAME="Keywords" CONTENT="Premier Moisture complex"><DIV ALIGN="CENTER">
</DIV><LINK rel="stylesheet" type="text/css" title="style1" href="stylesheet.css">
<link rel="shortcut icon" href="http://www.einbokek.com/shop/images/einbokek-icon.ico"/>
<DIV ALIGN="CENTER"> <P>


Anybode a suggestion how to make it search engine freindly and cleanup and validate the code ?
tulipgraphics
 
Posts: 26
Joined: Tue Feb 26, 2008 1:41 am
Location: Israel

Postby Jim » Tue Jun 17, 2008 7:09 am

Since the moreinfo page is a complete page you need to include the starting and closing html, head, body etc tags in your template so that the output is a complete page with all required html tags..
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

what's with the Divs?

Postby BRITANUCK » Tue Jun 17, 2008 8:55 am

Why do you have your meta tags information wrapped in Divs? Also your closing </head> tag is still in the wrong place. I have included the code of one of my more info custom templates, so you can see what you will need to include. The shopsite tags are there for you also.

*** EDIT *****
A more info page is divided into 3 parts, the product, sub product and the entire more info page. Its a strange setup i know, especially for someone who may only be just getting a grasp of html etc.

Pm me if you need any more help with this attached code.


and No..you can't have the CSS style sheet :lol: :lol:

*** EDIT *****

Code: Select all
[-- DEFINE SUBPRODUCT --]
<div id="subproductloop"><div id="saleflagredsmall">[-- PRODUCT.Field5 --]</div>
  <div id="productimage"><a href="[-- PRODUCT.MoreInfoURL --]"><img [-- PRODUCT.Graphic Remove_HTML --] width="120" height="120" border="0" align="left" alt="[-- PRODUCT.Name --]"></a></div>
   <div id="subproductinfowrap">
      <div id="productname"><a href="[-- PRODUCT.MoreInfoURL --]">[-- PRODUCT.Name --]</a></div>
      <div id="productdescription">SKU: [-- PRODUCT.SKU --]</div>
      <div id="productprice">
        <div id="reg-our-price">[-- VAR.SaleOn "no" --][-- IF PRODUCT.SaleOn--][-- IF PRODUCT.SaleAmount --][-- VAR.SaleOn "yes" --][-- Else --][-- VAR.SaleOn "no" --][-- END_IF --][-- END_IF --][-- IF PRODUCT.DisplayPrice --][-- IF VAR.SaleOn "yes" --]<span class="regprice">Reg:&nbsp;[-- PRODUCT.Price --]</span><br />
        <span class="ourprice">OUR PRICE</span>&nbsp;&nbsp;[-- PRODUCT.SaleAmount --][-- ELSE --][-- PRODUCT.Price --][-- END_IF --][-- END_IF --]</div>
     </div>
   </div>
</div>
[-- END_DEFINE SUBPRODUCT --]



[-- DEFINE PRODUCT --]

<div id="productloop"><div id="saleflagredsmall">[-- PRODUCT.Field5 --]</div>
  <div id="productimage"><a href="[-- PRODUCT.MoreInfoURL --]"><img [-- PRODUCT.Graphic Remove_HTML --] width="120" height="120" border="0" align="left" alt="[-- PRODUCT.Name --]"></a></div>
   <div id="productinfowrap">
      <div id="productname"><a href="[-- PRODUCT.MoreInfoURL --]">[-- PRODUCT.Name --]</a></div>
      <div id="productdescription"><b>SKU: [-- PRODUCT.SKU --]</b><br/>[-- PRODUCT.ProductDescription --]</div>
      <div id="productprice">
        <div id="reg-our-price">[-- VAR.SaleOn "no" --][-- IF PRODUCT.SaleOn--][-- IF PRODUCT.SaleAmount --][-- VAR.SaleOn "yes" --][-- Else --][-- VAR.SaleOn "no" --][-- END_IF --][-- END_IF --][-- IF PRODUCT.DisplayPrice --][-- IF VAR.SaleOn "yes" --]<span class="regprice">Reg:&nbsp;[-- PRODUCT.Price --]</span><br />
        <span class="ourprice">OUR PRICE</span>&nbsp;&nbsp;[-- PRODUCT.SaleAmount --][-- ELSE --][-- PRODUCT.Price --][-- END_IF --][-- END_IF --]</div>
     </div>
   </div>
</div>

[-- END_DEFINE PRODUCT --]




[-- DEFINE MORE_INFO_PAGE --]
<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>[-- PRODUCT.MoreInformationTitle --]</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
[-- IF PRODUCT.MoreInformationMetaDescription --]
<META NAME="Description" CONTENT="[-- PRODUCT.MoreInformationMetaDescription --]">
[-- END_IF --]
[-- IF PRODUCT.MoreInformationMetaKeywords --]
<META NAME="Keywords" CONTENT="[-- PRODUCT.MoreInformationMetaKeywords --]">
[-- END_IF --]

<script language="javascript">

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

</script>

<link href="/css/MASTER.css" rel="stylesheet" type="text/css" />
</head>

<body>

<!--*********************************************************   HEADER   *********************************************************************************************************-->


<div id="indexwrap">
   <div id="accountbtns"><script type="text/javascript" src="/jscripts/signin.js"></script><a href="[-- SHOPPING_CART_URL BASE --]/order.cgi?storeid=[-- STORE.ID --]&function=show" target="_blank">Your Shopping Cart</a></div>
   <div id="header">
    <div id="homelink"><a href="http://www.mysite.com" target="_self"><img src="/images/spacer.gif" width="345" height="50" border="0" /></a></div>
   <div id="topsearch">
      <table width="200" border="0" cellspacing="0" cellpadding="0">
        <form action="http://www.mysite.com/shopsite_sc/shopping_cart/productsearch.cgi?storeid=*126df9a681c51b7ea711fa&function=show" method=post>
          <input type=hidden name="storeid" value="*126df9a681c51b7ea711fa" />
          <tr>
            <td align="left"><input name="search_field" type="text" value="Search" size="20" maxlength="30" /></td>
            <td style="padding-top: 3px;"><input name="image" type="image" src="/images/submit.gif" alt="Go" /></td>
          </tr>
        </form>
      </table>
    </div>
  </div>
 
<!--*********************************************************   NAVIGATION   *********************************************************************************************************-->
   
   
   <div id="Navigation">
      <ul>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/-.html" target="_self">- & Home</a></li>
        <li>|</li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page4.html" target="_self">Men's Wear</a></li>
        <li>|</li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page5.html" target="_self">Ladies' Wear</a></li>
        <li>|</li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page170.html" target="_self">Footwear</a></li>
        <li>|</li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/storelocations.html" target="_self">Store Locations</a></li>
        <li>|</li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/contactus.html" target="_self">Contact Us</a></li>
      </ul>
    </div>
   <div id="pagenamerow">[-- PRODUCT.Field3 --]&nbsp;&nbsp;
         
     <h1>[-- PRODUCT.Name --]</h1>
  </div>
   <div id="maincontentwrap">
      <table width="100%" cellpadding="0" cellspacing="0">
         <tr>
         


<!--*********************************************************  LEFT SECTION   *********************************************************************************************************-->
            
            
            
           <td width="158" valign="top" id="leftnavcolumn"><div id="leftnavigation">
             <h2>Bakeware</h2>
      <ul>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page45.html">Cake Pans</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page48.html">Muffin &amp; Loaf Pans</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page47.html">Baking &amp; Cookie Sheets</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page51.html">Pie Dishes &amp; Tart Pans</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page49.html">Cookie Cutters</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page52.html">Ceramic Baking Dishes</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page50.html">Mixing Bowls</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page53.html">Baking &amp; Pastry</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/stoneware-bakers-casserole-dishes.html">Stoneware Bakers</a></li>
      </ul>
  <h2>Bar</h2>
     <ul>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/page54.html">Cork Screws &amp;  Openers</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page55.html">Cocktail Shakers &amp; Accessories</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page56.html">General Bar Accessories</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page57.html">Decanters &amp; Accessories</a></li>
     </ul>
  <h2>Body Care</h2>
     <ul>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/page227.html">Upper Canada</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/burts-bees-at-tweed-and-hickory.html">Burt's Bees </a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/towels-by-moda-at-home.html">Towels</a></li>
        </ul>
  <h2>Books</h2>
     <ul>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/page60.html">Cook Books</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page61.html">Specialty Cooking</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page63.html">Baking</a></li>
     </ul>
      <h2>Cookware      </h2>
      <ul>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/page64.html">Cuisinart</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page220.html">Swiss Diamond</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page65.html">Calphalon</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page67.html">Cookware Accessories</a></li>
        </ul>
  <h2>Dinnerware</h2>
     <ul>
                   <li><a href="http://www.mysite.com/shopsite_sc/store/html/jamie-oliver-serveware.html">Jamie Oliver Serveware</a></li>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/page72.html">Pfaltzgraff</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/maxwell-and-williams.html">Maxwell &amp; Williams</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page77.html">Serving Platters</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page323.html">Tannex Dinnerware</a></li>
     </ul>
  <h2>Flatware</h2>
     <ul>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/page78.html">Flatware Sets</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page79.html">Individual Pieces</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page80.html">Specialty &amp; Decorative</a></li>
     </ul>
  <h2>Gourmet Foods</h2>
     <ul>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/blue-elephant-thai-cuisine.html">Blue Elephant Thai Cuisine</a></li>
<li><a href="http://www.mysite.com/shopsite_sc/store/html/blairs-death-hot-sauces.html">Blair's "Death" Hot Sauces</a></li>
     </ul>
  <h2>Glassware</h2>
     <ul>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/page58.html">Wine, Champagne</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page82.html">Margarita &amp; Martini</a></li>
     </ul>
  <h2>Knives</h2>
     <ul>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/page69.html">Henckels Knives</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page70.html">Knives Specialty</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page71.html">Knife Accessories</a></li>
     </ul>
  <h2>Small Appliances</h2>
     <ul>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/page99.html">Hand Mixers and Blenders</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page97.html">Stand Mixers</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page102.html">Food Processors</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page106.html">Blenders &amp; Juicers</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page103.html">Toasters</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page196.html">Toaster Ovens</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page104.html">Grills &amp; Fryers</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page173.html">Countertop Appliances</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page100.html">Coffee Appliances</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page101.html">Espresso/Cappuccino Machines</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page42.html">Kettles and Percolators</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page107.html">Specialty Electrics</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page105.html">Waffle Makers</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page235.html">Raclettes</a></li>
     </ul>
  <h2>Tabletop</h2>
     <ul>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/peugeot-salt-pepper-mills.html">Salt & Pepper Mills</a></li>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/aprons.html">Aprons</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page122.html">Oven Mitts</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page313.html">Place Mats</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/tabletop-accessories.html">Accessories</a></li>
      </ul>
  <h2>Teas &amp; Coffees</h2>
     <ul>
         <li><a href="http://www.mysite.com/shopsite_sc/store/html/page208.html">Tea</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page92.html">Coffee</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page98.html">Tea Pots</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page266.html">Coffee Pots</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page267.html">Tea &amp; Coffee Presses</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page95.html">Tea &amp; Coffee Cups</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page206.html">Tea Accessories</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page207.html">Coffee Accessories</a></li>
        <li><a href="http://www.mysite.com/shopsite_sc/store/html/page252.html">Timothy's K-Cups Coffee</a></li>
        <a href="http://www.mysite.com/shopsite_sc/store/html/zodiac-blooming-tea.html">Zodiac Blooming Tea </a></li>
     </ul>
  <h2>Tools &amp; Gadgets</h2>
      <ul>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page108.html">Cooking Utensils</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page109.html">Whisks</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page110.html">Spoons, Spatulas &amp; Scoops</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page111.html">Graters &amp; Zesters</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page96.html">Slicers</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page204.html">Peelers &amp; Corers</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page112.html">Strainers &amp; Colanders</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page113.html">Timers, Scales &amp; Thermometers</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page114.html">Measuring Cups &amp; Spoons</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page116.html">Shears &amp; Scissors</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page117.html">Openers</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page119.html">Seafood Gadgets</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page222.html">Specialty Gadgets</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page128.html">- Accessories</a></li>
          <li><a href="http://www.mysite.com/shopsite_sc/store/html/page53.html">Baking &amp; Pastry</a></li>
      </ul>
  </div></td>               
            



<!--*********************************************************  CENTRE SECTION   *********************************************************************************************************-->

<td align="center" valign="top">&nbsp;</td>

<!--*********************************************************  RIGHT SECTION   *********************************************************************************************************-->

            
           <td width="590px" valign="top" style="padding-top:10px;"><div id="moreinfowrap">
        <div id="productmaincontent">
                  <div id="imagewrap">
                  <div id="moreinfimage">[-- PRODUCT.MoreInformationGraphic --]</div>
                     <div id="orderbtns">
                        <div id="moreinfname">[-- PRODUCT.Name --] </div>
                       <div id="moreinfprice">[-- VAR.SaleOn "no" --] [-- IF PRODUCT.SaleOn--] [-- IF PRODUCT.SaleAmount --] [-- VAR.SaleOn "yes" --] [-- Else --] [-- VAR.SaleOn "no" --] [-- END_IF --] [-- END_IF --] [-- IF PRODUCT.DisplayPrice --] [-- IF VAR.SaleOn "yes" --]<span class="mi_regprice">Reg.&nbsp;[-- PRODUCT.Price --]</span><br/>
                        <span class="mi_ourprice">OUR PRICE:</span><br /><br/>[-- PRODUCT.SaleAmount --][-- ELSE --][-- PRODUCT.Price --]<br />[-- PRODUCT.AltSaleAmount --][-- ELSE --][-- PRODUCT.AltPrice --][-- END_IF --][-- END_IF --]</div><div id="imgfriend"><img src="/images/view-larger-image-arrow.gif" width="146" height="22" border="0" onClick="MM_openBrWindow('http://www.mysite.com/shopsite_sc/store/html/media/[-- PRODUCT.Field1 --]','','resizable=yes,width=500,height=500')"><br />[-- TELLAFRIEND Name --]</div>

                        <form action="[-- SHOPPING_CART_URL BASE --]/order.cgi" method=post>
                        <input type=hidden name=storeid value=[-- STORE_ID --]>
                        <input type=hidden name=dbname value=products>
                        <input type=hidden name=function value=add>
                        <input type=hidden name=itemnum value=[-- PRODUCT.RecordNumber --]>
                           <div id="orderoptwrap">
                             <div id="quantity">Quanity:&nbsp;
                               <input type=text size=2 name="[-- PRODUCT.RecordNumber --]:qnty" value="1" ></div>
                           <div id="orderoptionselections">[-- ORDER_OPTION_MENU LINE --]</div>
                           </div>
                     <div id="addtocartbtn"><input type=image src="/images/add-item.gif" width="214" height="34" name="Add to Cart" alt="Add to Cart">
                     </div></form>
               <div id="securecart"><table width="100%" cellpadding="0" cellspacing="0" background="/images/secure-cart.gif">
                 <tr><td valign="top"><a href="[-- SHOPPING_CART_URL BASE --]/order.cgi?storeid=[-- STORE.ID --]&function=show"><img src="/images/spacer.gif" width="240" height="48" border="0"></a></td>
                 </tr><tr><td><a href="http://www.mysite.com/shopsite_sc/store/html/-.html"><img src="/images/spacer.gif" width="215" height="36" border="0"></a></td>
                 </tr><tr><td>&nbsp;</td>
                 </tr></table></div>
         </div>
      </div>
   </div>
      <div id="moreinfdescription">
      <div id="descriptionhdr">Description</div>
        <div id="moreinfdescriptiontext">
       <p>[-- PRODUCT.MoreInformationText --]</p>
     </div>
</div>
[-- IF PRODUCT.Field2 --]
<div id="featureswrap">[-- PRODUCT.Field2 --]</div>
[-- END_IF --]
<div id="interestedwrap">
   <div id="interestedhdr">You might also be interested in... </div>
</div>
<table width ="590px" cellpadding="0" cellspacing="0">
<tr>
  <td align="left" valign="top">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    [-- LOOP SUBPRODUCTS --]
           <tr>
            <td>[-- SUBPRODUCTS --]</td>
          </tr>
     [-- END_LOOP SUBPRODUCTS --]   
  </table>
  </td>
  <td align="right" valign="top" style="padding-top: 11px;">[-- PRODUCT.Field4 --]</td>
</tr>
</table>
              </div></td></tr>
<tr><td colspan="3">&nbsp;</td></tr>
         
         <tr><td colspan="3"><table width="770" border="0" cellspacing="0" cellpadding="0" id="enteremail">
<FORM METHOD="POST" ACTION="http://www.mysite.com/cgi-bin/cgiemail/emailenter.txt"><INPUT NAME="success" TYPE="hidden"
VALUE="http://www.mysite.com/shopsite_sc/store/html/email-submit-thanks.html" class="emailsubmitform">
  <tr>
    <td width="350px" align="left" class="email">Sign Up for our Email Newsletter  </td>
    <td class="emailinput"><INPUT NAME="Email:" TYPE="text" value="Enter Email Address" SIZE="40"></td>
   <td width="100" align="center" class="emailbtn"><div id="emailbutton"><input name="image" type="image" src="/images/emailsubmit.gif" alt="Go" />
   </div> </td>
  </tr>
</FORM>
</table></td></tr>
</table>
  </div>
 
 
<!--*********************************************************  FOOTER *********************************************************************************************************-->
   
   
   
   <div id="footer"><a href="http://www.mysite.com/shopsite_sc/store/html/-.html" target="_self">- & Home</a> | <a href="http://www.mysite.com/shopsite_sc/store/html/page4.html" target="_self" >Men's Wear</a> | <a href="http://www.mysite.com/shopsite_sc/store/html/page5.html" target="_self" >Ladies' Wear</a> | <a href="http://www.mysite.com/shopsite_sc/store/html/page170.html" target="_self" >Footwear</a> |<a href="http://www.mysite.com/shopsite_sc/store/html/customerservice.html" target="_self" > Customer Service</a> | <a href="http://www.mysite.com/shopsite_sc/store/html/aboutus.html" target="_self" >About Us</a> | <a href="http://www.mysite.com/shopsite_sc/store/html/contactus.html" target="_self" >Contact Us</a><br />
    <a href="http://www.mysite.com/shopsite_sc/store/html/storelocations.html" target="_self" >Store Locations</a> | <a href="http://www.mysite.com/shopsite_sc/store/html/customerservice.html#privacy" target="_self" >Our Privacy Policy</a> | <a href="http://www.mysite.com/shopsite_sc/store/html/customerservice.html#returns" target="_self" >Our Returns Policy</a> | <a href="http://www.mysite.com/shopsite_sc/store/html/media-releases.html" target="_self">Media Releases</a> | <a href="mailto:webmaster@mysite.com" >Contact Webmaster</a>  </div>
  <div id="copyright">Copyright &copy;2006-2008&nbsp;&nbsp; My site - All rights reserved</div>
  <div id ="bottombannerwrap">
    <div id="verisign"><script src=https://seal.verisign.com/getseal?host_name=www.mysite.com&size=S&use_flash=NO&use_transparent=NO&lang=en></script></div>
 
<div id="bannerimgarray">
<script type="text/javascript" src="/jscripts/page-bottom-banner.js">
</script>
  </div>
</div>
</div>
</body>
</html>
[-- END_DEFINE MORE_INFO_PAGE --]
BRITANUCK
 
Posts: 32
Joined: Wed Dec 05, 2007 10:47 am


Return to User Forum

Who is online

Users browsing this forum: No registered users and 73 guests