Seems like I cannot display this snippet of code
before this snippet of code
Is it going to take a bunch of CSS to get to appear before the rest of the attributes?
Code:
<mvt:if expr="g.hasSwatches"> <div class="column whole product-swatches"> <label class="medium">&mvte:global:swatch_prompt;</label> <span id="js-swatch-name" class="bold swatch-name"> </span> <hr noshade /> <div id="js-swatches"></div> </div> </mvt:if>
Code:
<mvt:item name="product_attributes" param="product:id" />
Comment