Skip to content

Instantly share code, notes, and snippets.

@jerewall
Created June 16, 2016 12:45
Show Gist options
  • Select an option

  • Save jerewall/482160523a1830d4dd96191858254b84 to your computer and use it in GitHub Desktop.

Select an option

Save jerewall/482160523a1830d4dd96191858254b84 to your computer and use it in GitHub Desktop.
Responsive Store Product Template
<div class="web-product">
<div class="crumbs">[1sc:breadcrumbs /]</div>
<div class="head">
<div class="title">
<h2>[1sc:product.name /]</h2>
<p class="sku">SKU: [1sc:product.sku /]</p>
</div>
<div class="price">
<p><span class="base">[1sc:product.price /]</span> [1sc:product.saleprice /] [1sc:product.onsale /]</p>
</div>
</div>
<div class="body">
<div class="image">[1sc:product.image.bottomcarousel /]</div>
<div class="details">
<div class="long-desc">[1sc:product.longdescription /]</div>
<div class="options">
<h3>Choose Your Options / Add To Cart</h3>
[1sc:product.options /]
<div class="option cart-option">
[1sc:product.quantity /] <span class="action">[1sc:product.addtocart /]</span>
</div>
</div>
<div class="discounts">[1sc:product.discounts /]</div>
</div>
</div>
<div class="categories"><span class="caption">Category:</span><span>[1sc:product.categories /]</span></div>
[1sc:product.related /]
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment