trying to incorporate part of the awesome orange style

General ShopSite user discussion

trying to incorporate part of the awesome orange style

Postby nate-mws » Mon Aug 13, 2007 2:38 pm

i am in the process of adapting our products, pages and search results to the awesome orange layout style, while keeping our overall look on the site. i have not needed all the code from the page template, but at various points today i have had it all in there, some in there, none in there. other than when there's none in there, i get (when copied verbatim) a result that gives me only the first item on the page in the orange style, while everything else on the list reverts to our old layout style.

i took out all the "analytics" code because everything happens on our site, but even when it was there, it did the same thing. i have all the includes for the variables and css files in place. the loop is happening for all the products. it's just not keeping the style with it. the buttons revert, the layout reverts. it's odd. the code, as it stands, is below. here is the link to the resulting page. it is the only one on the site with this template, so you must look at this page. once it's worked out, i'll apply it to all of them.


http://www.midweststereo.com/alto_active_speakers.html




[-- DEFINE LINK_TO_PAGE --]


[-- VAR.link_made "no" --]
[-- IF PAGE.TextWrap "On" --]
[-- IF PAGE.LinkGraphic --]
<a class="link_image" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]"><img class="link_image" align="left" [-- PAGE.LinkGraphic REMOVE_HTML --] alt="[-- IMAGE PAGE.LinkGraphic --]"></a>
[-- END_IF --]
[-- VAR.link_made "yes" --]
[-- END_IF --]


[-- IF PAGE.LinkName --]
<a class="link_name" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- PAGE.LinkName --]</a>
[-- END_IF --]
[-- VAR.link_made "yes" --]
[-- ELSE --]
[-- IF VAR.link_made "no" --]
[-- IF PAGE.LinkText --]
#<!-- do nothing -->#
[-- ELSE --]
[-- IF PAGE.Name --]
<a class="link_name" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- PAGE.Name --]</a>
[-- END_IF --]
[-- ELSE --]
<a class="link_name" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- PAGE.FileName --]</a>
[-- END_IF --]
[-- VAR.link_made "yes" --]
[-- END_IF --]



[-- IF PAGE.LinkText --]
[-- IF PAGE.LinkName --]
<br>
[-- END_IF --]
[-- IF VAR.link_made "yes" --]
<span class="link_text">[-- PAGE.LinkText --]</span>
[-- ELSE --]
<a class="link_text" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- PAGE.LinkText --]</a>
[-- END_IF --]
[-- VAR.link_made "yes" --]
[-- END_IF --]
[-- ELSE --]

<table class="link">
<tr>
[-- IF PAGE.LinkGraphic --]
[-- IF PAGE.LinkText --]
<a class="link_image" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]"><img class="link_image" align="left" [-- PAGE.LinkGraphic REMOVE_HTML --] alt="[-- IMAGE PAGE.LinkGraphic --]"></a>
</td>
[-- END_IF --]
[-- ELSE --]
<a class="link_image" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]"><img class="link_image" align="left" [-- PAGE.LinkGraphic REMOVE_HTML --] alt="[-- IMAGE PAGE.LinkGraphic --]"></a>
</td>
[-- VAR.link_made "yes" --]
[-- END_IF --]
[-- IF PAGE.LinkName --]
<a class="link_name" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- PAGE.LinkName --]</a>
</td>
[-- ELSE --]
<td class="link_name"><a class="link_name" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- PAGE.LinkName --]</a></td>
[-- END_IF --]
[-- VAR.link_made "yes" --]
[-- ELSE --]
[-- IF VAR.link_made "no" --]
[-- IF PAGE.LinkText --]
#<!-- do nothing -->#
[-- ELSE --]
<a class="link_name" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- PAGE.FileName --]</a>
</td>
[-- END_IF --]
[-- VAR.link_made "yes" --]
[-- END_IF --]
</tr>
[-- IF PAGE.LinkText --]
<tr>
<!-- td spans from previous row -->
[-- IF VAR.link_made "yes" --]
<td class="link_text">[-- PAGE.LinkText --]</td>
[-- ELSE --]
<a class="link_text" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- PAGE.LinkText --]</a>
</td>
[-- END_IF --]
[-- VAR.link_made "yes" --]
[-- END_IF --]
</tr>
</table>

[-- IF VAR.link_made "no" --]
<a class="link_name" href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">Something's Not Right</a>
[-- END_IF --]
[-- VAR.link_made "yes" --]

[-- END_DEFINE LINK_TO_PAGE --]

#<!-- ------------------------------------------------ -->#
#<!-- --------------------- Page --------------------- -->#
#<!-- ------------------------------------------------ -->#
[-- DEFINE PAGE --]
[-- VAR.define "page" --]

[-- INCLUDE awesome_orange_001_pa_vars.sst PROCESS --]

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Description" CONTENT="[-- PAGE.MetaDescription --]">
<META NAME="Keywords" CONTENT="[-- PAGE.MetaKeywords --]">
<META NAME="robots" CONTENT="index,follow">

<title>[-- VAR.pa_title --]</title>

<style type="text/css">
<!--

.style18 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
body {
background-color: #FFFFFF;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #0000FF;
text-decoration: underline;
}
a:active {
color: #0000FF;
text-decoration: none;
}
.style21 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style22 {
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
}
.style24 {
font-size: 10;
font-weight: bold;
}
.style32 {font-weight: bold}

[-- INCLUDE awesome_orange_001_pa_styles.css PROCESS --]
[-- INCLUDE awesome_orange_001_pr_styles.css PROCESS --]
-->
</style>
</head>

<body>
<table width="975" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="800"><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="110" align="left">
<param name="movie" value="images/MWS_Banner_NewSB_800.swf" />
<param name="quality" value="high" />
<embed src="images/MWS_Banner_NewSB_800.swf" width="800" height="110" align="left" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>
</div></td>
<td width="224" align="center" valign="middle"><img src="images/freeship&amp;intnl.jpg" width="173" height="83" border="0" usemap="#Map" /></td>
</tr>
</table>
<table width="975" height="949" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>
<td width="165" height="883" align="left" valign="top"><table width="164" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="images/navbanner.jpg"><span class="style22"> Midwest Stereo</span></td>
</tr>
<tr>
<td><strong><a href="index.html" target="_parent">Home</a></strong></td>
</tr>
<tr>
<td><strong><span class="style21"><a href="Store_Staff.html" target="_parent">Store &amp; Staff</a></span></strong></td>
</tr>
<tr>
<td><strong><span class="style21"><a href="Vids_pics.html" target="_parent"><strong>Videos &amp; Pic's</strong></a></span></strong></td>
</tr>
<tr>
<td><a href="FAQ.html"><strong>Policies &amp; Services </strong></a></td>
</tr>
<tr>
<td><strong><span class="style21"><a href="http://midweststereo.proboards81.com/" target="_blank"><strong>Midwest Stereo Forums</strong></a></span></strong></td>
</tr>
<tr>
<td background="images/navbanner.jpg"><span class="style18">Departments</span></td>
</tr>
<tr>
<td><strong><a href="Manufactures.html" target="_parent">Manufacturers</a></strong></td>
</tr>
<tr>
<td><span class="style21"><a href="http://www.midweststereo.com/djequipment.shtml" target="_parent">DJ Gear</a></span></td>
</tr>
<tr>
<td><a href="http://www.midweststereo.com/livesound.shtml" target="_parent"><span class="style21">Live Gear </span></a></td>
</tr>
<tr>
<td><span class="style21"><a href="http://www.midweststereo.com/lighting.shtml" target="_parent">Lighting</a> </span></td>
</tr>
<tr>
<td><span class="style21"> <a href="http://www.midweststereo.com/studio.shtml" target="_parent">Studio</a> </span></td>
</tr>
<tr>
<td><span class="style21"><a href="http://www.midweststereo.com/keyboards.shtml" target="_parent">Keyboards</a></span></td>
</tr>
<tr>
<td><a href="http://www.midweststereo.com/casesracks.shtml" target="_parent"><span class="style21">Cases &amp; Racks </span></a></td>
</tr>
<tr>
<td><span class="style21"><a href="http://www.midweststereo.com/accessories.shtml" target="_parent">Accessories</a></span></td>
</tr>
<tr>
<td><span class="style21"><a href="Rebates.html" target="_parent">Rebates</a></span></td>
</tr>
<tr>
<td><a href="http://stores.ebay.com/Midwest-Stereo-ProSound-Lighting" target="_blank"><strong>eBay</strong></a></td>
</tr>
<tr>
<td background="images/navbanner.jpg"><span class="style18">Company Info </span></td>
</tr>
<tr>
<td><span class="style21"><a href="About.html" target="_parent">About</a></span></td>
</tr>
<tr>
<td><span class="style21"><a href="Contact.html" target="_parent">Contact</a></span></td>
</tr>
<tr>
<td><span class="style21"><a href="Awards.html" target="_parent">Awards</a></span></td>
</tr>
<tr>
<td><span class="style21"><a href="establishments.html" target="_parent">Establishments</a></span></td>
</tr>
<tr>
<td><a href="Linkexchange.html" target="_parent"><span class="style21">Link Exchange</span></a></td>
</tr>
<tr>
<td><span class="style21"><a href="Employment.html" target="_parent">Employment</a></span></td>
</tr>
<tr>
<td><span class="style21"><a href="security.html" target="_parent">Site Security Info</a></span></td>
</tr>
</table>
<br />
<img src="//images.scanalert.com/meter/www.midweststereo.com/13.gif" width="94" height="54" border="0" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." /><br >
<br >
<br><br><br>
</div>

<a href="https://www.directcapital.com/OnlineFinanceCenter/Default.aspx?Path=D%3A%5CWebsites%5CDCC%5Capply%5Cmidweststereo%5Cdefault%2Easp" target="_blank"><img src="images/dcfinancing140.jpg" width="140" height="188" border="0" /></a><br />
<br />
<a href="http://stores.ebay.com/Midwest-Stereo-ProSound-Lighting" target="_blank"><img src="images/ebay.jpg" width="140" height="58" border="0" /></a><br />
<br /> <a href="http://www.bbbonline.org/cks.asp?id=103011710115929072" target="_blank"><img src="images/ReliabilitySeal1.jpg" width="85" height="130" border="0" /></a><br />
<br /></td>
<td width="684" rowspan="2" align="center" valign="top"><table width="610" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"><img src="images/pricematch.jpg" width="600" height="75" /></div></td>
</tr>
</table>
<table width="610" border="0" cellspacing="1" cellpadding="0">
<tr class="products_header">
<td class="products_header"><table class="page_content">
[-- IF PAGE.DisplayGraphic "checked" --]
<tr>
[-- IF PAGE.Graphic --]
<td class="page_image"><img class="page_image" [-- PAGE.Graphic REMOVE_HTML --] alt="[-- IMAGE Page.Graphic --]"></td>
[-- ELSE --]
<td class="page_image"></td>
[-- END_IF --]
[-- IF PAGE.DisplayName "checked" --]
<td class="page_name">[-- PAGE.Name --]</td>
[-- ELSE --]
<td class="page_name"></td>
[-- END_IF --]
</tr>
[-- ELSE --]
[-- IF PAGE.DisplayName "checked" --]
<tr>
<td colspan="2" class="page_name">[-- PAGE.Name --]</td>
</tr>
[-- END_IF --]
[-- END_IF --]
<tr>
<td colspan="2" class="page_text1">[-- PAGE.Text1 --]</td>
</tr>
</table></td>
</tr>
<tr class="prev_next">
<td class="prev_next">[-- PrevNext --]</td>
</tr>
<tr>
<td class="page_products"><table class="page_products">
[-- LOOP PRODUCTS VAR.pr_cols --]
#<!-- <td class="products_content">[-- PRODUCT awesome_orange_001_pr_template.sst --]</td> -->#
<td class="products_content">[-- PRODUCT --]</td>
[-- END_LOOP PRODUCTS --]
[-- VAR.define "page" --]
</table></td>
<tr class="prev_next">
<td class="prev_next">[-- PrevNext --]</td>
</tr>
<tr class="page_text2">
<td class="page_text2">[-- PAGE.Text2 --]</td>
</tr>
[-- IF PAGE.DisplayPageFooter "checked" --]
<tr class="products_footer">
<td class="products_footer">[-- FOOTER --]</td>
</tr>
[-- END_IF --]
<tr class="page_text3">
<td class="page_text3">[-- PAGE.Text3 --]</td>
</tr>
</table>
</td> <td width="175" height="926" align="center" valign="top"><div align="right">
<table width="165" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top"><label>
<select name="select" onChange="MM_jumpMenu('parent',this,0)">
<option selected="selected">::Shop By Brand::</option><br />
<option value="ableton_store.html">Ableton</option>
<option value="akai_store.html">Akai</option>
<option value="akg_store.html">AKG</option>
<option value="alesis_store.html">Alesis</option>
<option value="allen_heath_store.html">Allen &amp; Heath</option>
<option value="alto_store.html">Alto</option>
<option value="ameraudio_store.html">American Audio</option>
<option value="amerdj_store.html">American DJ</option>
<option value="antari_store.html">Antari</option>
<option value="art_store.html">ART</option>
<option value="audio_technica_store.html">Audio Technica</option>
<option value="auralex_store.html">Auralex</option>
<option value="bbe_store.html">BBE</option>
<option value="behringer_store.html">Behringer</option>
<option value="boss_store.html">Boss</option>
<option value="cad_store.html">CAD</option>
<option value="cakewalk_store.html">Cakewalk</option>
<option value="cerwin_vega_store.html">Cerwin Vega</option>
<option value="chauvet_store.html">Chauvet</option>
<option value="cortex_store.html">Cortex</option>
<option value="crest_audio_store.html">Crest Audio</option>
<option value="crown_store.html">Crown</option>
<option value="dbx_store.html">DBX</option>
<option value="denon_store.html">Denon</option>
<option value="digidesign_store.html">Digidesign</option>
<option value="dynacord_store.html">Dynacord</option>
<option value="eaw_store.html">EAW</option>
<option value="echo_audio_store.html">Echo Audio</option>
<option value="ecler_store.html">Ecler</option>
<option value="edirol_store.html">Edirol</option>
<option value="elation_store.html">Elation</option>
<option value="electrovoice_store.html">Electro Voice</option>
<option value="emu_store.html">Emu</option>
<option value="gator_store.html">Gator</option>
<option value="gemini_store.html">Gemini</option>
<option value="global_truss_store.html">Global Truss</option>
<option value="grado_store.html">Grado</option>
<option value="grundorf_store.html">Grundorf</option>
<option value="hosa_store.html">Hosa</option>
<option value="jbl_store.html">JBL</option>
<option value="klarkteknik_store.html">Klark Teknik</option>
<option value="korg_store.html">Korg</option>
<option value="lexicon_store.html">Lexicon</option>
<option value="lillite_store.html">LittleLite</option>
<option value="mach_store.html">Mach</option>
<option value="mackie_store.html">Mackie</option>
<option value="ma_lighting_store.html">MA Lighting</option>
<option value="martin_store.html">Martin</option>
<option value="maudio_store.html">M-Audio</option>
<option value="max_optical_store.html">Max Optical</option>
<option value="novation_store.html">Novation</option>
<option value="numark_store.html">Numark</option>
<option value="odyssey_store.html">Odyssey</option>
<option value="omnisistems_store.html">Omnisistems</option>
<option value="ortofon_store.html">Ortofon</option>
<option value="pcdj_store.html">PCDJ</option>
<option value="peavey_store.html">Peavey</option>
<option value="pioneer_store.html">Pioneer</option>
<option value="presonus_store.html">Presonus</option>
<option value="qsc_store.html">QSC</option>
<option value="quicklok_store.html">Quicklok</option>
<option value="rane_store.html">Rane</option>
<option value="raxxess_store.html">Raxxess</option>
<option value="roadready_store.html">Road Ready</option>
<option value="rode_store.html">Rode</option>
<option value="roland_store.html">Roland</option>
<option value="samson_store.html">Samson</option>
<option value="sefour_store.html">Sefour</option>
<option value="sennheiser_store.html">Sennheiser</option>
<option value="shure_store.html">Shure</option>
<option value="sicmats_store.html">SicMats</option>
<option value="sony_store.html">Sony</option>
<option value="soundcraft_store.html">Soundcraft</option>
<option value="spacetek_store.html">Spaceteck</option>
<option value="stanton_store.html">Stanton</option>
<option value="tannoy_store.html">Tannoy</option>
<option value="tapco_store.html">Tapco</option>
<option value="tascam_store.html">Tascam</option>
<option value="tc_elec_store.html">TC Electronics</option>
<option value="tchelicon_store.html">TC Helicon</option>
<option value="technics_store.html">Technics</option>
<option value="udg_store.html">UDG</option>
<option value="ultimate_store.html">Ultimate</option>
<option value="urei_store.html">Urei</option>
<option value="vestax_store.html">Vestax</option>
<option value="yorkville_store.html">Yorkville</option>
<option value="zoom_store.html">Zoom</option>
</select>
</label></td>
<tr>
<td align="right" valign="top"><form name="productsearch" class="productsearch" action="http://www.midweststereo.com/cgi-midweststereo/sb/productsearch.cgi" method=post >
<div align="center"><br />
<input type=text name="search_field" size=21>
<input type=hidden name="storeid" value="*000849c1ee91e7">
<input name="Submit" type=submit value="Search">
<br />
<br />
</div>
</form></td>
</tr>
</table>

<table width="164" border="0" cellpadding="0" cellspacing="0">
<tr>

<td align="right" valign="top" background="images/navbanner.jpg"><span class="style22">Shop By Manufacturer </span></td>
</tr>
[-- IF MiniCart --]
[-- INCLUDE minicart PROCESS --]
[-- END_IF --]
<br>
<tr>
<td width="104" height="366" align="center" valign="top"><p align="center">
</strong>
<p>
[-- LOOP LINKS --]
[-- LINK --]
[-- END_LOOP LINKS --]
<br>
</p>
<strong><br />
<br />
<br />
</strong></p></td>
</tr>
</table>
<span class="style24"><br />
<br />
<br />
</span><br />
<br />
</div></td>
</tr>
<tr>
<td width="165" height="30" align="center" valign="top"><br />
<a href="http://www.midweststereo.com/elecobra2.html" target="_parent"></a><br />
<br /></td>
<td height="30" align="center" valign="top"><br />
<a href="http://www.midweststereo.com/elecobra2.html" target="_parent"></a></td>
</tr>
</table>
<table width="975" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="184" align="center" valign="middle"><div id="footer">
<p>
[-- PrevNext --]
</p>
<p><span class="style32"><a href="index.html" target="_parent"><img src="images/amex_fraudpro_logo.gif" alt="amex" width="110" height="45" border="0" /> <img src="images/mcsc.gif" alt="mcsc" width="130" height="42" border="0" /> <img src="images/vbv.gif" alt="vbv" width="129" height="43" border="0" /><br />
Home</a> - <a href="About.html" target="_parent">About</a> - <a href="FAQ.html" target="_parent">FAQ</a> - <a href="Contact.html" target="_parent">Contact</a> - <a href="Contact.html">Locations</a> - <a href="Linkexchange.html">Links</a> - <a href="Employment.html">Jobs</a> - <a title="Awards &amp; Certificates" href="Awards.html" target="_blank">Awards</a> - <a title="Store Clientele" href="establishments.html" target="_blank">Establishments</a><br />
<br />
(800) 975-1613 :: Se Habla Espa&ntilde;ol<br />
&copy; 1976-2007 Clark St. <a href="http://www.midweststereo.com/">Midwest Stereo</a>, Inc. - All Rights Reserved.<br />
<a href="http://www.midweststereo.com/terms-of-use.shtml">Terms of Use</a> &amp; <a href="http://www.midweststereo.com/privacy-policy.shtml">Privacy Policy</a></span></p>
<p><strong><a href="http://www.midweststereo.com/ableton_store.html">Ableton</a> - <a href="http://www.midweststereo.com/akai_store.html">Akai</a> - <a href="http://www.midweststereo.com/akg_store.html">AKG</a> - <a href="http://www.midweststereo.com/alesis_store.html">Alesis</a> - <a href="http://www.midweststereo.com/allen_heath_store.html">Allen &amp; Heath</a> - <a href="http://www.midweststereo.com/alto_store.html">Alto</a> - <a href="http://www.midweststereo.com/ameraudio_store.html">American Audio</a> - <a href="http://www.midweststereo.com/amerdj_store.html">American DJ</a> - <a href="http://www.midweststereo.com/antari_store.html">Antari</a> - <a href="http://www.midweststereo.com/art_store.html">ART</a> - <a href="http://www.midweststereo.com/audio_technica_store.html">Audio-Technica</a> - <a href="http://www.midweststereo.com/auralex_store.html">Auralex</a> - <a href="http://www.midweststereo.com/bbe_store.html">BBE</a> - <a href="http://www.midweststereo.com/behringer_store.html">Behringer</a> - <a href="http://www.midweststereo.com/benq_store.html">Benq</a> - <a href="http://www.midweststereo.com/boss_store.html">Boss</a> - <a href="http://www.midweststereo.com/cad_store.html">CAD</a> - <a href="http://www.midweststereo.com/cakewalk_store.html">Cakewalk</a> - <a href="http://www.midweststereo.com/cerwin_vega_store.html">Cerwin-Vega</a> - <a href="http://www.midweststereo.com/chauvet_store.html">Chauvet</a> - <a href="http://www.midweststereo.com/conquest_store.html">Conquest</a> - <a href="http://www.midweststereo.com/cortex_store.html">Cortex</a> - <a href="http://www.midweststereo.com/crest_audio_store.html">Crest Audio</a> - <a href="http://www.midweststereo.com/crown_store.html">Crown</a> - <a href="http://www.midweststereo.com/dbx_store.html">DBX</a> - <a href="http://www.midweststereo.com/denon_store.html">Denon</a> - <a href="http://www.midweststereo.com/digidesign_store.html">Digidesign</a> - <a href="http://www.midweststereo.com/dynacord_store.html">Dynacord</a> - <a href="http://www.midweststereo.com/eaw_store.html">EAW</a> - <a href="http://www.midweststereo.com/echo_audio_store.html">Echo Audio</a> - <a href="http://www.midweststereo.com/ecler_store.html">Ecler</a> - <a href="http://www.midweststereo.com/edirol_store.html">Edirol</a> - <a href="http://www.midweststereo.com/elation_store.html">Elation</a> - <a href="http://www.midweststereo.com/electrovoice_store.html">Electro-Voice</a> - <a href="http://www.midweststereo.com/emu_store.html">E-Mu</a> - <a href="http://www.midweststereo.com/focusrite_store.html">Focusrite</a> - <a href="http://www.midweststereo.com/gator_store.html">Gator</a> - <a href="http://www.midweststereo.com/gemini_store.html">Gemini</a> - <a href="http://www.midweststereo.com/global_truss_store.html">Global Truss</a> - <a href="http://www.midweststereo.com/grado_store.html">Grado</a> - <a href="http://www.midweststereo.com/grundorf_store.html">Grundorf</a> - <a href="http://www.midweststereo.com/hosa_store.html">Hosa</a> - <a href="http://www.midweststereo.com/jbl_store.html">JBL</a> - <a href="http://www.midweststereo.com/klarkteknik_store.html">Klark Teknik</a> - <a href="http://www.midweststereo.com/korg_store.html">Korg</a> - <a href="http://www.midweststereo.com/lexicon_store.html">Lexicon</a> - <a href="http://www.midweststereo.com/littlite_store.html">Litt-Lite</a> - <a href="http://www.midweststereo.com/line6_store.html">Line 6</a> - <a href="http://www.midweststereo.com/mach_store.html">Mach</a> - <a href="http://www.midweststereo.com/mackie_store.html">Mackie</a> - <a href="http://www.midweststereo.com/ma_lighting_store.html">MA Lighting</a> - <a href="http://www.midweststereo.com/marantz_store.html">Marantz Professional</a> - <a href="http://www.midweststereo.com/martin_store.html">Martin</a> - <a href="http://www.midweststereo.com/maudio_store.html">M-Audio</a> - <a href="http://www.midweststereo.com/max_optical_store.html">Max Optical</a> - <a href="http://www.midweststereo.com/mid_atlantic_store.html">Middle Atlantic</a> - <a href="http://www.midweststereo.com/native_store.html">Native Instruments</a> - <a href="http://www.midweststereo.com/novation_store.html">Novation</a> - <a href="http://www.midweststereo.com/numark_store.html">Numark</a> - <a href="http://www.midweststereo.com/odyssey_store.html">Odyssey</a> - <a href="http://www.midweststereo.com/omnisistems_store.html">OmniSistems</a> - <a href="http://www.midweststereo.com/ortofon_store.html">Ortofon</a> - <a href="http://www.midweststereo.com/pcdj_store.html">PCDJ</a> - <a href="http://www.midweststereo.com/peavey_store.html">Peavey</a> - <a href="http://www.midweststereo.com/pioneer_store.html">Pioneer</a> - <a href="http://www.midweststereo.com/presonus_store.html">PreSonus</a> - <a href="http://www.midweststereo.com/qsc_store.html">QSC</a> - <a href="http://www.midweststereo.com/quiklok_store.html">QuikLok</a> - <a href="http://www.midweststereo.com/rane_store.html">Rane</a> - <a href="http://www.midweststereo.com/raxxess_store.html">Raxxess</a> - <a href="http://www.midweststereo.com/roadready_store.html">Road Ready</a> - <a href="http://www.midweststereo.com/rode_store.html">Rode</a> - <a href="http://www.midweststereo.com/roland_store.html">Roland</a> - <a href="http://www.midweststereo.com/samson_store.html">Samson</a> - <a href="http://www.midweststereo.com/sefour_store.html">Sefour</a> - <a href="http://www.midweststereo.com/shure_store.html">Shure</a> - <a href="http://www.midweststereo.com/sicmats_store.html">Sicmats</a> - <a href="http://www.midweststereo.com/slappa_store.html">Slappa</a> - <a href="http://www.midweststereo.com/sony_store.html">Sony</a> - <a href="http://www.midweststereo.com/soundcraft_store.html">Soundcraft</a> - <a href="http://www.midweststereo.com/spacetek_store.html">Spacetek</a> - <a href="http://www.midweststereo.com/stanton_store.html">Stanton</a> - <a href="http://www.midweststereo.com/tannoy_store.html">Tannoy</a> - <a href="http://www.midweststereo.com/tapco_store.html">Tapco</a> - <a href="http://www.midweststereo.com/tascam_store.html">Tascam</a> - <a href="http://www.midweststereo.com/tc_elec_store.html">TC Electronics</a> - <a href="http://www.midweststereo.com/tchelicon_store.html">TC Helicon</a> - <a href="http://www.midweststereo.com/technics_store.html">Technics</a> - <a href="http://www.midweststereo.com/udg_store.html">UDG</a> - <a href="http://www.midweststereo.com/ultimate_store.html">Ultimate Support</a> - <a href="http://www.midweststereo.com/urei_store.html">Urei</a> - <a href="http://www.midweststereo.com/vestax_store.html">Vestax</a> - <a href="http://www.midweststereo.com/yorkville_store.html">Yorkville</a> - <a href="http://www.midweststereo.com/zoom_store.html">Zoom</a> </strong></p>
</div>
<!-- end #footer --></td>
</tr>
</table>
<map name="Map" id="Map"><area shape="rect" coords="7,49,118,77" href="http://www.midweststereo.com/intl.shtml" target="_parent" />
<area shape="rect" coords="7,1,120,44" href="FAQ.html" target="_parent" />
</map>
</body>
</html>
[-- END_DEFINE PAGE --]
nate-mws
 
Posts: 14
Joined: Wed Jul 25, 2007 1:29 pm
Location: Location, Location

Postby Jim » Mon Aug 13, 2007 4:07 pm

Have you changed all your products to use the awesome product template?
Your template has this code
Code: Select all
 [-- LOOP PRODUCTS VAR.pr_cols --]
#<!-- <td class="products_content">[-- PRODUCT awesome_orange_001_pr_template.sst --]</td> -->#
<td class="products_content">[-- PRODUCT --]</td>
[-- END_LOOP PRODUCTS --]

Note that at one time you were overriding the product template with the line
Code: Select all
#<!-- <td class="products_content">[-- PRODUCT awesome_orange_001_pr_template.sst --]

but that is now commented out with the # character at the start of the line. So it will be using whatever template is assigned to the product.
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Postby nate-mws » Fri Aug 17, 2007 10:16 am

Jim wrote:Have you changed all your products to use the awesome product template?
Your template has this code
Code: Select all
 [-- LOOP PRODUCTS VAR.pr_cols --]
#<!-- <td class="products_content">[-- PRODUCT awesome_orange_001_pr_template.sst --]</td> -->#
<td class="products_content">[-- PRODUCT --]</td>
[-- END_LOOP PRODUCTS --]

Note that at one time you were overriding the product template with the line
Code: Select all
#<!-- <td class="products_content">[-- PRODUCT awesome_orange_001_pr_template.sst --]

but that is now commented out with the # character at the start of the line. So it will be using whatever template is assigned to the product.


i had not changed all my products. i never really thought that what i was doing on this page's layout would be affected by what a product's page layout was. now that you've cleared that up for me, i'm starting to gain a little more insight into the interdependence of these pages.

note that the line of code that is commented out is from the original awesome_orange page and was not added by me. it is commented out on the original template, as well.
nate-mws
 
Posts: 14
Joined: Wed Jul 25, 2007 1:29 pm
Location: Location, Location

Postby Jim » Fri Aug 17, 2007 10:53 am

I hadn't noticed that the commented out line was in the default template. I have asked the designer why it it is there since it does nothing.

The ShopSite themes are designed to work together with Page, Product, Search, Shopping cart, Tell a friend, Gift certificate, Customer Registration all using similar settings and sharing some code.

It is possible to create individual templates for each of these items that MIGHT be used with different templates but for the complete look it is easier to just stick with using related templates.
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah


Return to User Forum

Who is online

Users browsing this forum: No registered users and 26 guests