{{head_content}}
window.fbAsyncInit = function() { FB.init({appId:'---putyourappidhere---',status:true,cookie:true,xfbml:true,oauth:true}); FB.Canvas.setAutoGrow(); FB.Canvas.scrollTo(0,0); }; (function() { var e = document.createElement('script'); e.async = true; e.src = 'https://connect.facebook.net/en_US/all.js'; // default Locale is en_US document.getElementById('fb-root').appendChild(e); }()); ​ {% get products from products.all limit:theme.featured_products order:theme.featured_order %} {% if products != blank %}
{% for product in products %}
Image of {{ product.name | escape }}

{{ product.name }}

{{ product.default_price | money_with_sign }}

{% endfor %}
{% else %}

No products found.

{% endif %} {% endget %} body {background: #fff; width:800px; margin: 0 auto; font-family: Georgia;} a {color: #000; text-decoration:none;} img {border: none; vertical-align:middle;} h3 {font-size:13px; margin:0; padding:0;} #products div.product { display: inline; float: left; height: 350px; margin: 0 10px; width: 175px; } .image {height: 180px;} .product-info { background: none repeat scroll 0 0 #EEEEEE; height: 80px; margin: 10px 0 0; padding: 10px;}