Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.41 KB | None | 0 0
  1.  
  2. <div class="img-holder">
  3.    <a href="/its/storeus/detail${record.detailsAction.recordState}" >
  4.       <img src="${record.attributes['product.mediumImage.url']}" alt="" title="" class="product-image" />
  5.       <div class="badges">
  6.          <c:if test="${isOnedayDelivery eq true and product.isOneDayDelivery eq true}">
  7.             <img src="images/1-day-icon.png">
  8.          </c:if>
  9.       </div>
  10.    </a>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement