Skip to content

Instantly share code, notes, and snippets.

@influxweb
Created September 16, 2015 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save influxweb/03f3c0d38b8438b90eb1 to your computer and use it in GitHub Desktop.
Save influxweb/03f3c0d38b8438b90eb1 to your computer and use it in GitHub Desktop.
Updated PATR page for Suivant and Iron & Wool ReadyThemes
<mvt:item name="html_profile" />
<head>
<mvt:if expr="NOT ISNULL l.settings:page:title">
<title>&mvt:page:title;</title>
<mvt:else>
<title>&mvt:store:name;: &mvt:page:name;</title>
</mvt:if>
<mvt:item name="head" param="head_tag" />
<mvt:item name="attributemachine" param="head" />
<mvt:item name="product_display_imagemachine" param="head" />
</head>
<body id="js-&mvte:page:code;" class="boxed <mvt:eval expr="tolower(l.settings:page:code)" />">
<mvt:item name="hdft" param="global_header" />
<div class="row hdft-header">
<mvt:item name="hdft" param="header" />
</div>
<div class="row bg-white bottom-shadow product-information">
<form method="post" action="&mvte:urls:_self:rr;" class="column whole medium-two-thirds medium-centered inline-labeling">
<input type="hidden" name="Action" value="&mvte:global:Action;" />
<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
<input type="hidden" name="Current_Product_Code" value="&mvte:global:Current_Product_Code;" />
<input type="hidden" name="WishList_ID" value="&mvte:global:WishList_ID;" />
<input type="hidden" name="Quantity" value="&mvte:global:Quantity;" />
<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
<input type="hidden" name="Search" value="&mvte:global:Search;" />
<p class="h1 uppercase">&mvte:product:name;</p>
<mvt:if expr="l.settings:messages:error_message_count">
<div class="message message-warning">
<mvt:foreach iterator="error" array="messages:error_messages">
&mvt:error;<br />
</mvt:foreach>
</div>
</mvt:if>
<div id="js-product-attributes" class="product-attributes">
<mvt:item name="product_attributes" param="product:id" />
</div>
<div class="align-right">
<mvt:item name="buttons" param="Continue" />
</div>
</form>
<mvt:item name="attributemachine" param="body" />
</div>
<div class="row hdft-footer">
<mvt:item name="hdft" param="footer" />
</div>
<mvt:item name="hdft" param="global_footer" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment