|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /home/jackjohn/public_html/cgi-bin/sc/templates/includes/ |
Upload File : |
### Default More Info Page Template ###
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="[-- LOCALE_NAME --]">
[-- INCLUDE MoreInfo-Head PROCESS --]
<style type="text/css">
.pcs_table_content span, .pcs_table_content a, .pcs_table_content td, .pcs_table_content div { display: block; text-align: center;}
div.prod_img {float: left; min-width: 100px;}
img.fb_share, img.twtr_share {padding: 6px 0px; float: right; border: 0px;}
img.fb_follow, img.twtr_follow { padding: 6px; float: left; border: 0px;}
[-- IF PageMenu --]
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu {background-color: #[-- STORE.SC_ShadeColor --]; width: 100%; height: 30px; clear: both; padding: 0px; margin: 0px;}
.suckertreemenu ul{margin: 0; padding: 0; list-style-type: none; position: relative; z-index: 1000;}
.suckertreemenu ul li{position: relative; display: inline; float: left;}
.suckertreemenu ul li a{display: block; width: 100px; padding: 0px 8px; border-right: 1px solid [-- MORE_INFO.LinkColor --]; color: [-- MORE_INFO.TextColor --]; text-decoration: none; text-align: center; line-height: 30px; font-weight: bold; white-space: nowrap;}
.suckertreemenu ul li ul{left: 0; position: absolute; top: 1em; display: block; visibility: hidden;}
.suckertreemenu ul li ul li{display: list-item; float: none;}
.suckertreemenu ul li ul li ul{ left: 159px; top: 0;}
.suckertreemenu ul li ul li a{display: block; width: 160px; text-decoration: none; padding: 1px 5px; border-left: 1px solid [-- MORE_INFO.LinkColor --]; border-bottom: 1px solid [-- MORE_INFO.LinkColor --]; background-color: #[-- STORE.SC_ShadeColor --];}
.suckertreemenu ul li a:hover{color: [-- MORE_INFO.VisitedLinkColor --];}
* html p#iepara{padding-top: 1em;}
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
[-- END_IF --]
</style>
</head>
[-- VAR.PageMargins "No" --]
[-- INCLUDE MoreInfo-Body PROCESS --]
[-- IF MORE_INFO.DisplayPageHeader --]
<div class="header">[-- HEADER --]</div>
[-- END_IF --]
[-- IF PageMenu --][-- PageMenu --][-- END_IF --]
[-- IF PRODUCT.MoreInformationGraphic --]
[-- INCLUDE MoreInfoImageRow.sst PROCESS --]
[-- END_IF --]
<form action="[-- SHOPPING_CART_URL BASE --]/order.cgi" method="post">
[-- IF PRODUCT.DisplayName --]
[-- IF PRODUCT.Subproduct --]
<h2>[-- PRODUCT.Name --]</h2>
[-- ELSE_IF PRODUCT.VariablePrice? --]
[-- IF PRODUCT.VariableName? --]
[-- VAR.VP_Name --]: <input type="text" name="[-- PRODUCT.RecordNumber --]:name" size="20" maxlength="100" value="">
[-- ELSE --]
<h2>[-- PRODUCT.Name --]</h2>
[-- END_IF --]
[-- ELSE --]
<h2>[-- PRODUCT.Name --]</h2>
[-- END_IF --]
[-- END_IF --]
[-- IF PRODUCT.QuantityPricing --]
#do nothing
[-- ELSE --]
[-- INCLUDE Product-Price-VP.sst PROCESS --]
[-- END_IF --]
[-- IF PRODUCT.Subproduct --]
# don't display the SKU
[-- ELSE --]
[-- INCLUDE Product-Sku-VP.sst PROCESS --]<br>
[-- END_IF --]
<br>[-- PRODUCT.MoreInformationText --]
<br>
[-- IF PRODUCT.Subproduct --]
# Product has subproducts
[--LOOP SUBPRODUCTS--]
[--SUBPRODUCTS--]
[--END_LOOP SUBPRODUCTS--]
[-- ELSE --]
# Product does not have subproducts
#######################
# ADD TO CART BUTTON #
#######################
<center>
[-- INCLUDE Product-AddToCartButton PROCESS --]
</center>
</form>
# end the IF PRODUCT.subproducts
[--END_IF--]
[-- IF WishList --] <br> <b>[-- WishList --]</b>
<br> <b>[-- WishListLink --]</b><br clear="all">[-- END_IF --]
[-- IF TELLAFRIEND --]
<br><center><b>[-- TELLAFRIEND VAR.TF_Link --]</b></center><br clear="all">
[-- END_IF --]
<br>
[-- IF MORE_INFO.DisplayPageFOOTER --]
[-- FOOTER --]
[-- END_IF --]
<div style="clear: both;"></div>
[-- IF Product.MoreInformationProductCrossSell --]
[-- IF PRODUCT.CrossSell "0" --]
[-- ELSE --]
<table class="pcs_table">
<tr><td colspan="3" id="pcs_mi">[-- STORE.CartCrossSellHeader --]</td></tr>
[-- LOOP PRODUCT_CROSS_SELL 4 --]
<td class="pcs_table_content" width="25%">[-- PRODUCT_CROSS_SELL BasicProduct.sst --]
[-- END_LOOP PRODUCT_CROSS_SELL --]
</table>
[-- END_IF --]
[-- END_IF --]
[-- IF Product.MoreInformationGlobalCrossSell --]
<table class="gcs_table">
<tr><td colspan="3" id="gcs_mi">[-- STORE.GlobalCrossSellHeader --]</td></tr>
[-- LOOP GLOBAL_Cross_Sell 4 --]
<td class="gcs_table_content" width="25%" align="center">[-- GLOBAL_CROSS_SELL --]</td>
[-- END_LOOP Global_Cross_Sell --]
</table>
[-- END_IF --]
<p>[-- IF TWITTER_SHARE --][-- TWITTER_SHARE --][-- END_IF --]
[-- IF FACEBOOK_SHARE --][-- FACEBOOK_SHARE --][-- END_IF --]
[-- IF FACEBOOK_FOLLOW --][-- FACEBOOK_FOLLOW --][-- END_IF --]
[-- IF TWITTER_FOLLOW --][-- TWITTER_FOLLOW --][-- END_IF --]</p>
[-- IF ShopSiteSecurityImage --]
<p><center>[-- ShopSiteSecurityImage --]</center></p>
[-- END_IF --]
[-- INCLUDE QuickAjaxAddToCart.sst PROCESS --]
[-- INCLUDE MoreInfoImageRow-JavaScript.sst PROCESS --]
</body>
</html>