I just looked at the site and I am not familiar with woo commerce, but the design of the two sections is completely different. Reference in the offered products:
<a href="http://modulesoft.biz/projects/gamesite/?product=demo-product"> <span class="onsale">Sale!</span> <img width="100" height="140" src="http://modulesoft.biz/projects/gamesite/wp-content/uploads/2013/01/hitman-absolution-275x275-imadfwj4t6zqb3ja-100x140.jpeg" class="attachment-shop_catalog wp-post-image" alt="hitman-absolution-275x275-imadfwj4t6zqb3ja"> <h3>demo product</h3> <span class="price"><span class="strike-through"><span class="striked-text"> <span class="amount">23β¬</span></span></span> <ins><span class="amount">21β¬</span></ins></span> </a>
So the whole section is in the tag,
In another section:
<div class="first-img"> <div class="disount-text">20% OFF</div> <div class="price-text-wrap"> <h3>$31.99</h3> <p><a href="http://modulesoft.info/projects/gamesite/?product=lorem-ipsum-game">Buy Now..</a></p></div> </div>
where class 'first-img' is linked in the stylesheet:
#main .best-seller-wrap .first-img { background-image: url('images/best-seller-images/img-1.png'); position: relative; }
This is just an assumption, but if you find code that wraps a tag around the first bit of code, you must figure out how to get it to do it around another bit of code.
I just looked at the code of the main woo commerce plugin, and it looks like this layout is missing by default, if you use a theme, it can help say what it is if you find a loop that generates the code but cannot process it by posting it above.
source share