shopping cart template - quick and easy question

Questions and answers about ShopSite Custom Templates

shopping cart template - quick and easy question

Postby jasoncstyle » Fri May 21, 2010 3:58 am

i am having an issue with the quick and easy custom template method.

i have placed the code into 1 template.

i renamed the file with a .sst extension.

i uploaded it using the shopping cart button for uploading custom templates.

the template is not being used when checking out. it is still using the default.

any help is appreciated.

the code is below:


Code: Select all
[-- DEFINE ShoppingCart --]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Golf Shoes America</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<link href="../html/golfshoes.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" language="JavaScript">
<!--
[-- SC_JAVASCRIPT extras --]
// -->
</script>

[-- INCLUDE sc_cart.css PROCESS --]


<script type="text/javascript" language="JavaScript">
<!--
[-- SC_JAVASCRIPT extras --]
// -->
</script>

[-- INCLUDE sc_cart.css PROCESS --]

<script type="text/javascript" language="JavaScript">
<!--
[-- SC_JAVASCRIPT extras --]
// -->
</script>

[-- INCLUDE sc_cart.css PROCESS --]


<script type="text/javascript" language="JavaScript">
<!--
[-- SC_JAVASCRIPT extras --]
// -->
</script>

[-- INCLUDE sc_cart.css PROCESS --]



<!-- Navigation CSS -->
<style media="screen">

#nav {
   width: 975px;
   height: 35px;
   background-image: url(../images/layout/nav.png);
   background-repeat: no-repeat;
   background-position: left top;
   padding-top: 0;
   padding-right: 0;
   padding-bottom: 0;
   top: 2px;
   padding-left: 0px;
   position: relative;
   float: left;
   left: -17px;
}
#nav li {
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
   top: 0;
   line-height: 1%;
}

#nav li, #nav a {height: 35px; display: block;}
#panel1b {left: 0px; width: 161px;}
#panel2b {left: 161px; width: 172px;}
#panel3b {left: 333px; width: 162px;}
#panel4b {left: 495px; width: 143px;}
#panel5b {left: 638px; width: 131px;}
#panel6b {left: 769px; width: 101px;}
#panel7b {left: 870px; width: 106px;}

#panel1b a:hover {background: transparent url(../images/layout/nav.png) 0 -34px no-repeat;}
#panel2b a:hover {background: transparent url(../images/layout/nav.png) -161px -34px no-repeat;}
#panel3b a:hover {background: transparent url(../images/layout/nav.png) -333px -34px no-repeat;}
#panel4b a:hover {background: transparent url(../images/layout/nav.png) -495px -34px no-repeat;}
#panel5b a:hover {background: transparent url(../images/layout/nav.png) -638px -34px no-repeat;}
#panel6b a:hover {background: transparent url(../images/layout/nav.png) -769px -34px no-repeat;}
#panel7b a:hover {background: transparent url(../images/layout/nav.png) -870px -34px no-repeat;}

.style1 {font-size: 16px}
.style2 {
   color: #0099FF;
   font-weight: bold;
   font-style: italic;
}
a:link {
   text-decoration: none;
}
a:visited {
   text-decoration: none;
}
a:hover {
   text-decoration: none;
}
a:active {
   text-decoration: none;
}
</style>
 <!-- End Naviagtion CSS -->

</head>

<body>
<!-- Start Container -->
<div id="container">

   <!-- Start Header Navigation -->
   <div id="header-nav">
   
      <!-- Start Header Left Column -->
      <div id="header-left-column">
      
      <div id="header-text">Quality discounted golf shoes from Adidas, Callaway, Etonic, Footjoy, & Nike available from Golf Shoes America.</div>
      
      <div id="logo"><a href="http://www.golfshoesamerica.com"><img src="../images/layout/logo.png" alt="Golf Shoes America" border="0" /></a></div>
      </div>
      <!-- End Header Left Column -->
      
      
      <!-- Start Header Right Column -->
      <div id="header-right-column">
         <div id="phone-number"><span class="header-dk-grey-text">Customer Service/Orders:</span> <span class="header-red-text">1-800-555-6789</span></div>
      </div>
      <!-- End Header Right Column -->
      
      
      <!-- Start Main Navigation -->
      <div id="navigation">
            <ul id="nav">
                  <li id="panel1b"><a href="../html/mens-golf-shoes.html"></a></li>
                    <li id="panel2b"><a href="../html/womens-golf-shoes.html"></a></li>
                    <li id="panel3b"><a href="../html/juniors-golf-shoes.html"></a></li>
                  <li id="panel4b"><a href="../html/brand-search.html"></a></li>
                  <li id="panel5b"><a href="../html/sale-clearance.html"></a></li>
                  <li id="panel6b"><a href="../html/view-cart.html"></a></li>
                  <li id="panel7b"><a href="../html/checkout.html"></a></li>
              </ul>
      </div>
      <!-- End Main Navigation -->
      
   </div>
   <!-- End  Header Navigation -->
   
   
   
   <!-- Start Main Content --->
   <div id="content-top"></div>
   
   <div id="content">
   
   
     <!-- Start Main Column Left -->
      <div id="main-column4">
    
     <div align="center">[-- ShopSiteMessages --]</div>

<div class="header">[-- ShoppingCartHeader --]</div>

[-- SC_Form --]
<table border="0" width="100%" align="center">
  [-- IF SC_Registration --]
    <tr>
      <td align="center">
        [-- SC_Registration --]
      </td>
    </tr>
  [-- END_IF --]

  <tr>
    <td align="center">[-- SC_Reward_Program --]</td>
  </tr>

  <tr>
    <td align="center">
      [-- SC_ShowBasket --]
    </td>
  </tr>

  <tr>
    <td align="right">
      [-- SC_Cart --]
    </td>
  </tr>
  <tr>
    <td align="right">
      <table border="0" cellpadding="0" cellspacing="0" style="line-height:150%">
        <tr>
          <td align="left" valign="top">
            <!-- Table for the shipping and tax selections etc. -->
            <br>[-- SC_Tax_Shipping --]
            [-- SC_Surcharge --]
          </td>

          <td width="20px"> </td>
 
          <td valign="top">
            <!-- Table for totals, etc. -->
            [-- SC_Totals --]
          </td>
        </tr>
      </table>
    </td>
  </tr>

  [-- IF SC_Coupon --]
  <tr>
    <td align="center">
      <br><table border="0" cellpadding="3" cellspacing="0">
        <tr>
          <td width="190" align="right"><font size="2">[-- STORE.CouponCaption --]</font></td>
          <td colspan=2 width="183">[-- SC_Coupon --]</td>
          <td width="244" align="left">
            <font size="2">
            [-- IF SC_Coupon_Button --]
              [-- BUTTON ApplyCoupon --]
            [-- ELSE --]
              [-- STORE.EnterCoupon --]
            [-- END_IF --]
            </font>
          </td>
          <td colspan=2 width="81"></td>
        </tr>
      </table>
    </td>
  </tr>
  [-- END_IF --]

  <tr>
    <td class="buttons">
      [-- BUTTON Recalculate --] [-- BUTTON EmptyCart --]
    </td>
  </tr>

  <tr>
    <td class="buttons">
      <small><i>[-- STORE.SC_AnyChanges --]</i></small>
    </td>
  </tr>

  [-- IF SC_OrderingInstructions --]
  <tr>
    <td class="orderinginstructions">
      [-- SC_OrderingInstructions 4 60 --]
    </td>
  </tr>
  [-- END_IF --]

  [-- IF SC_GiftCert --]
  <tr>
    <td align="center">
           [-- STORE.EnterGiftCert --]
           [-- IF SC_GiftCert_Button --]
             [-- STORE.GiftCert_Redeem --]
           [-- ELSE --]
             [-- STORE.GiftCert_Recalculate --]
           [-- END_IF --]
      <br><table border="0" cellpadding="3" cellspacing="0">
        <tr>
          <td colspan="2">[-- SC_GiftCert --]</td>
          <td align="left">
            [-- IF SC_GiftCert_Button --]
              <font size="2">[-- BUTTON ApplyGiftCert --]</font>
            [-- END_IF --]
          </td>
        </tr>
      </table>
    </td>
  </tr>
  [-- END_IF --]

  <tr>
    <td class="paymentselection">
      [-- SC_PaymentSelection --]
    </td>
  </tr>

  <tr>
    <td class="buttons"><table class="checkout">
      <tr>
        <td class="checkout">[-- BUTTON ContinueShopping --]</td>
        <td class="checkout">[-- BUTTON Checkout --]</td>
      </tr>
    </table></td>
  </tr>

[-- IF ShopSiteSecurityImage --]
  <tr>
    <td class="sc_secure_image">[-- ShopSiteSecurityImage --]</td>
  </tr>
[-- END_IF --]

</table>
</form>

<div class="footer">[-- ShoppingCartFooter --]

[-- END_DEFINE ShoppingCart --]



[-- DEFINE Shipping --]

[-- ShopSiteMessages --]

<div class="header">[-- ShippingHeader --]</div>

[-- SC_Form --]
<table border="0" width="100%" align="center">
[-- IF CustomHTML --]
  <tr>
    <td>
      <div class="custom1">[-- SHIP_CustomHTML 1 --]</div>
    </td>
  </tr>
[-- END_IF --]

  <tr>
    <td align="right">
      [-- SC_Cart --]
    </td>
  </tr>
  <tr>
    <td align="right">
      [-- SC_Totals --]
    </td>
  </tr>

[-- IF CustomHTML --]
  <tr>
    <td>
      <div class="custom1">[-- SHIP_CustomHTML 2 --]</div>
    </td>
  </tr>
[-- END_IF --]

  <tr><td align="center"><hr noshade size="2"></td></tr>

[-- VAR.HR "no" --]
[-- IF SC_Comments --]
  <tr>
    <td align="center">
      [-- SC_Comments --]
  [-- VAR.HR "yes" --]
    </td>
  </tr>
[-- END_IF --]

[-- IF CustomHTML --]
  <tr>
    <td>
      <div class="custom1">[-- SHIP_CustomHTML 3 --]</div>
    </td>
  </tr>
[-- END_IF --]

[-- IF VAR.HR "yes" --]
  <tr><td align="center"><hr noshade size="2"></td></tr>
[-- END_IF --]

  <tr>
    <td align="center">
      [-- SC_Address --]
    </td>
  </tr>

[-- IF CustomHTML --]
  <tr>
    <td>
      <div class="custom1">[-- SHIP_CustomHTML 4 --]</div>
    </td>
  </tr>
[-- END_IF --]

  <tr><td align="center"><hr noshade size="2"></td></tr>

  <tr>
    <td align="center">
      [-- SC_Payment --]
    </td>
  </tr>

[-- IF CustomHTML --]
  <tr>
    <td>
      <div class="custom1">[-- SHIP_CustomHTML 5 --]</div>
    </td>
  </tr>
[-- END_IF --]

  <tr><td align="center"><hr noshade size="2"></td></tr>

[-- IF Email_List --]
  <tr>
    <td align="center">
      [-- Email_List --]
    </td>
  </tr>
[-- END_IF --]
[-- IF SECURITYIMAGE --]
  <tr>
    <td align="center" class="secureimage">
      [-- SHIPSECURITYIMAGE --]
    </td>
  </tr>
[-- END_IF --]
  <tr>
    <td class="buttons">
      [-- BUTTON ReturnToCart --] [-- BUTTON SubmitOrder --]
    </td>
  </tr>

[-- IF ShopSiteSecurityImage --]
  <tr>
    <td class="sc_secure_image">[-- ShopSiteSecurityImage --]</td>
  </tr>
[-- END_IF --]

</table>
</form>

<div class="footer">[-- ShippingFooter --]</div>

[-- END_DEFINE Shipping --]



[-- DEFINE Confirmation --]

[-- ShopSiteMessages --]

<div class="header">[-- ConfirmationHeader --]</div>

[-- SC_Form --]
<table border="0" width="100%" align="center">
  <tr>
    <td align="right">
      [-- SC_Cart --]
    </td>
  </tr>
  <tr>
    <td align="right">
      [-- SC_Totals --]
    </td>
  </tr>

  <tr><td align="center"><hr noshade size="2"></td></tr>

  <tr>
    <td align="center">
      [-- SC_Address --]
    </td>
  </tr>

  <tr><td align="center"><hr noshade size="2"></td></tr>

  <tr>
    <td align="center">
      [-- SC_Payment --]
    </td>
  </tr>

  <tr><td align="center"><hr noshade size="2"></td></tr>

[-- VAR.HR No --]

 [-- IF SC_OrderingInstructions_Text --]
  <tr>
    <td align="center">
      [-- SC_OrderingInstructions --]
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF SC_Comments_Text --]
  <tr>
    <td align="center">
      [-- SC_Comments --]
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF CustomHTML_Values --]
  <tr>
    <td align="center">
      <table class="CustomHTML">
        <tr>
          <td align="left">
            [-- CustomHTML_Values --]
          </td>
        </tr>
      </table>
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF Email_List --]
  <tr>
    <td class="email">
      [-- Email_List --]
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF VAR.HR Yes --]
  <tr><td align="center"><hr noshade size="2"></td></tr>
[-- END_IF --]

  <tr>
    <td class="buttons">
      [-- BUTTON MakeChanges --] [-- BUTTON Confirmation --]
    </td>
  </tr>

[-- IF ShopSiteSecurityImage --]
  <tr>
    <td class="sc_secure_image">[-- ShopSiteSecurityImage --]</td>
  </tr>
[-- END_IF --]

</table>
</form>


<div class="footer">[-- ConfirmationFooter --]</div>

[-- END_DEFINE Confirmation --]



[-- DEFINE ThankYou --]

<center>[-- ThankYouReturnStore --]</center>

<div class="header">[-- ThankYouHeader --]</div>

<table border="0" width="100%" align="center">

  <tr>
    <td>
      [-- STORE.SC_YourReceipt --]<br>
    </td>
  </tr>

  <tr>
    <td align="center">
    <b>[--Store.SC_OrderNumber--] [-- ThankYouOrderNumber --]</b>
    </td>
  </tr>

  <tr>
    <td align="right">
    [-- SC_Cart --]
    </td>
  </tr>

  <tr>
    <td align="right">
    [-- SC_Totals --]
    </td>
  </tr>

  <tr><td align="center"><hr noshade size="2"></td></tr>

  <tr>
    <td align="center">
      [-- SC_Address --]
    </td>
  </tr>

  <tr><td align="center"><hr noshade size="2"></td></tr>

  <tr>
    <td align="center">
      [-- SC_Payment --]
    </td>
  </tr>

  <tr><td align="center"><hr noshade size="2"></td></tr>

[-- VAR.HR No --]

 [-- IF SC_OrderingInstructions_Text --]
  <tr>
    <td align="center">
      [-- SC_OrderingInstructions --]
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF SC_Comments_Text --]
  <tr>
    <td align="center">
      [-- SC_Comments --]
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF CustomHTML_Values --]
  <tr>
    <td align="center">
      <table class="CustomHTML">
        <tr>
          <td align="left">
            [-- CustomHTML_Values --]
          </td>
        </tr>
      </table>
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF Email_List --]
  <tr>
    <td class="email">
      [-- Email_List --]
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF VAR.HR Yes --]
  <tr><td align="center"><hr noshade size="2"></td></tr>
[-- END_IF --]

</table>

<div class="footer">[-- ThankYouFooter --]</div>




</div>

    
     </div>
      <!-- End Main Column Left -->

   
   
    <div id="clear-content"></div>      
   
  </div>
   
   <div id="content-bottom"></div>
   <!-- End Main Content -->
   
   
   
   <!-- Start Brands Footer -->
   <div id="brands-footer">
   
      <!-- Start Brands -->
      <div id="brands">
      <table width="564" cellspacing="6" cellpadding="0">
  <tr>
    <td width="141" valign="top"><div id="brands-top"></div>
      <div id="brands-middle"><img src="../images/layout/brands/adidas-brand.jpg" alt="Adidas Golf Shoes" width="120" height="126" /><br />
      Adidas Golf Shoes </div>
      <div id="brands-botttom"></div>
   </td>
    <td width="141" valign="top"><div id="brands-top"></div>
      <div id="brands-middle"><img src="../images/layout/brands/callaway-brand.jpg" alt="Callaway Golf Shoes" width="120" height="126" /><br />
      Callaway Golf Shoes </div>
      <div id="brands-botttom"></div>   
   </td>
    <td width="141" valign="top"><div id="brands-top"></div>
      <div id="brands-middle"><img src="../images/layout/brands/etonic-brand.jpg" alt="Etonic Golf Shoes" width="121" height="126" /><br />
      Etonic Golf Shoes </div>
      <div id="brands-botttom"></div>
   </td>
    <td width="305" valign="top"><div id="brands-top"></div>
      <div id="brands-middle"><img src="../images/layout/brands/footjoy-brand.jpg" alt="FootJoy Golf Shoes" width="121" height="126" /><br />
      FootJoy Golf Shoes </div>
      <div id="brands-botttom"></div>
   </td>
  </tr>
</table>
      </div>
      <!-- End Brands -->
      
      <!-- Start Transaction Brands -->
      <div id="transactions">
         <div id="logos-top"></div>
         <div id="logos-middle">payment<br />
          logos<br />
         go<br />
         here</div>
         <div id="logos-botttom"></div>
      </div>
      <!-- End Transaction Brands -->
      
      
      <div id="clear-brands-footer"></div>
      
   </div>
   <!-- End Brands Footer -->
   
   
   
   <!-- Start Footer -->
   <div id="footer">
   
      <!-- Start Footer Nav -->
      <div id="footer-nav">Men&rsquo;s Golf Shoes | Women&rsquo;s Golf Shoes | Junior&rsquo;s Golf Shoes | Sale/Clearance Golf Shoes<br />
        Adidas Golf Shoes | Callaway Golf Shoes | Etonic Golf Shoes | Footjoy Golf Shoes | Nike Golf Shoes<br />
       Home | About Golf Shoes America | Contact Golf Shoes America | Policies | FAQ</div>
      <!-- End Footer Nav -->
      
      
      <!-- Start Footer Copyright -->
      <div id="footer-copyright">Copyright &copy;2010 Golf Shoes America.<br />
       All Rights Reserved.</div>
      <!-- End Footer Copyright -->
      
      <!-- Start Footer Designer -->
      <div id="footer-designer">a Thumbprint Creative Media creation </div>
      <!-- End Footer Designer -->
      
   </div>
   <!-- End Footer -->


</div>
<!-- End Container -->
</body>
</html>

[-- END_DEFINE ThankYou --]

[-- DEFINE ThankYou_Email --]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>[-- STORE.SC_ThankYou Remove_Html --]</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
[-- INCLUDE sc_thankyouemail.css PROCESS --]
</head>

<body>

<p class="buttons">[-- ThankYouReturnStore --]</p>

<div class="header">[-- ThankYouHeader --]</div>

<table border="0" width="90%" align="center">

  <tr>
    <td align="center">
      <b>[--Store.SC_OrderNumber--] [-- ThankYouOrderNumber --]</b>
    </td>
  </tr>

  <tr>
    <td align="right">
    [-- SC_Cart --]
    </td>
  </tr>

  <tr>
    <td align="right">
    [-- SC_Totals --]
    </td>
  </tr>

  <tr><td align="center"><hr noshade size="2"></td></tr>

  <tr>
    <td align="center">
      [-- SC_Address --]
    </td>
  </tr>

  <tr><td align="center"><hr noshade size="2"></td></tr>

  <tr>
    <td align="center">
      [-- SC_Payment --]
    </td>
  </tr>

  <tr><td align="center"><hr noshade size="2"></td></tr>

[-- VAR.HR No --]

 [-- IF SC_OrderingInstructions_Text --]
  <tr>
    <td align="center">
      [-- SC_OrderingInstructions --]
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF SC_Comments_Text --]
  <tr>
    <td align="center">
      [-- SC_Comments --]
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF CustomHTML_Values --]
  <tr>
    <td align="center">
      <table align="center">
        <tr>
          <td align="left">
            [-- CustomHTML_Values --]
          </td>
        </tr>
      </table>
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF Email_List --]
  <tr>
    <td align="center">
      [-- Email_List --]
    </td>
  </tr>
  [-- VAR.HR Yes --]
[-- END_IF --]

[-- IF VAR.HR Yes --]
  <tr><td align="center"><hr noshade size="2"></td></tr>
[-- END_IF --]

</table>

<div class="footer">[-- ReceiptFooter --]</div>
</body>
</html>
[-- END_DEFINE ThankYou_Email --]

[-- DEFINE GLOBAL_CROSS_SELL --]
[-- IF PRODUCT.Graphic --]
  [-- IF CROSS_SELL_LINK --]
    <a href="[-- CROSS_SELL_LINK --]"><img class="gcs_img" [-- PRODUCT.Graphic REMOVE_HTML --] alt="[-- PRODUCT.Name REMOVE_HTML --]"></a>
  [-- ELSE --]
    <img class="gcs_img" [-- PRODUCT.Graphic REMOVE_HTML --] alt="[-- PRODUCT.Name REMOVE_HTML --]">
  [-- END_IF --]
[-- END_IF --]
# Name
[-- IF PRODUCT.DisplayName --]
  [-- IF CROSS_SELL_LINK --]
    <a class="gcs_name" href="[-- CROSS_SELL_LINK --]">[-- PRODUCT.Name --]</a>
  [-- ELSE --]
    <span class="gcs_name">[-- PRODUCT.Name --]</span>
  [-- END_IF --]
[-- END_IF --]
# Price
[-- IF PRODUCT.DisplayPrice --]
  [-- IF PRODUCT.SaleOn --]
    <span class="gcs_price"><strike>[-- IF PRODUCT.AltPrice --][-- PRODUCT.AltPrice --] [-- END_IF --][-- PRODUCT.Price --]</strike> [-- IF PRODUCT.AltSaleAmount --][-- PRODUCT.AltSaleAmount --] [-- END_IF --][-- PRODUCT.SaleAmount --]</span>
  [-- ELSE --]
    <span class="gcs_price">[-- IF PRODUCT.AltPrice --][-- PRODUCT.AltPrice --][-- END_IF --] [-- PRODUCT.Price --]</span>
  [-- END_IF --]
[-- END_IF --]
# Add To Cart
[-- IF AddImage? --]
  <a class="gcs_add" href="[-- PRODUCT.AddToCartURL --]"><img alt="Add to Cart" [-- AddImage --] border="0"></a>
[-- ELSE --]
  <a class="gcs_add" href="[-- PRODUCT.AddToCartURL --]">[-- AddText --]</a>
[-- END_IF --]
[-- END_DEFINE GLOBAL_CROSS_SELL --]
####################################
[-- DEFINE CART_CROSS_SELL --]
[-- IF PRODUCT.Graphic --]
  [-- IF CROSS_SELL_LINK --]
    <a href="[-- CROSS_SELL_LINK --]"><img class="pcs_img" [-- PRODUCT.Graphic REMOVE_HTML --] alt="[-- PRODUCT.Name REMOVE_HTML --]"></a>
  [-- ELSE --]
    <img class="pcs_img" [-- PRODUCT.Graphic REMOVE_HTML --] alt="[-- PRODUCT.Name REMOVE_HTML --]">
  [-- END_IF --]
[-- END_IF --]
# Name
[-- IF PRODUCT.DisplayName --]
  [-- IF CROSS_SELL_LINK --]
    <a class="pcs_name" href="[-- CROSS_SELL_LINK --]">[-- PRODUCT.Name --]</a>
  [-- ELSE --]
    <span class="pcs_name">[-- PRODUCT.Name --]</span>
  [-- END_IF --]
[-- END_IF --]
# Price
[-- IF PRODUCT.DisplayPrice --]
  [-- IF PRODUCT.SaleOn --]
    <span class="pcs_price"><strike>[-- IF PRODUCT.AltPrice --][-- PRODUCT.AltPrice --] [-- END_IF --][-- PRODUCT.Price --]</strike> [-- IF PRODUCT.AltSaleAmount --][-- PRODUCT.AltSaleAmount --] [-- END_IF --][-- PRODUCT.SaleAmount --]</span>
  [-- ELSE --]
    <span class="pcs_price">[-- IF PRODUCT.AltPrice --][-- PRODUCT.AltPrice --][-- END_IF --] [-- PRODUCT.Price --]</span>
  [-- END_IF --]
[-- END_IF --]
# Add To Cart
[-- IF AddImage? --]
  <a class="pcs_add" href="[-- PRODUCT.AddToCartURL --]"><img alt="Add to Cart" [-- AddImage --] border="0"></a>
[-- ELSE --]
  <a class="pcs_add" href="[-- PRODUCT.AddToCartURL --]">[-- AddText --]</a>
[-- END_IF --]
[-- END_DEFINE CART_CROSS_SELL --]
jasoncstyle
 
Posts: 2
Joined: Mon Feb 15, 2010 8:08 am
Location: Myrtle Beach, SC

Postby PatG » Fri May 21, 2010 6:41 am

once the template is uploaded, you need to tell the cart to use that template.

go to:
Commerce
Order System
Layout Info

look for your uploaded template under the drop down labeled:
Shopping Cart Template
PatG
 
Posts: 34
Joined: Sat Feb 06, 2010 1:03 pm
Location: Winter Park, FL

still not working

Postby jasoncstyle » Sun May 23, 2010 2:38 pm

i uploaded the template, but it is still not working properly. it appears that now the css is not working...

any thoughts?
jasoncstyle
 
Posts: 2
Joined: Mon Feb 15, 2010 8:08 am
Location: Myrtle Beach, SC

Postby Jim » Sun May 23, 2010 5:21 pm

Where are the .css files? Are they ones you modified or are you using ShopSite provided files? Note that if you create your own template there are 5 sections in the shopping cart template where you might need to change the code, shopping cart, billing, confirmation, thankyou and email. If the code isn't changed in each of these sections then it won't work.

Can you post a link to the site and a note as to what isn't working so we can see what the code is doing?
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Postby knucklehead » Fri Jul 09, 2010 9:26 am

Where did you find a quick and easy tutorial for the custom SHOPPING CART screens???

I'm trying for the life of me to get the shopping cart to look like this, but I can't figure out how to "shopsite-ize" this template.
Nothing is ever simple.
knucklehead
 
Posts: 106
Joined: Mon Dec 18, 2006 6:41 pm

Postby knucklehead » Fri Jul 09, 2010 9:28 am

Nothing is ever simple.
knucklehead
 
Posts: 106
Joined: Mon Dec 18, 2006 6:41 pm

Postby PatG » Fri Jul 09, 2010 3:01 pm

http://www.shopsite.com/templates/cookb ... ates.shtml

page through using the links at the bottom right.
PatG
 
Posts: 34
Joined: Sat Feb 06, 2010 1:03 pm
Location: Winter Park, FL


Return to Custom Template Questions

Who is online

Users browsing this forum: No registered users and 18 guests