?> <?php $products->the_post(); ?> <div class="product"> <img src="<?php echo get_thumbnail($products->post->ID); ?> " alt="" /> <div class="product-info"> <h3><?php echo get_the_title(); ?> </h3> <a href="<?php echo get_product_link($post->ID); ?> " target="_blank">Learn More ></a> </div> <p class="product-description"><?php echo get_product_description($post->ID); ?> <br/><br/><br/><br/><br/></p> </div> <?php } ?> <?php } ?> </div>
<?php print $classes; ?> clearfix"<?php print $attributes; ?> > <div id="prev-next-container"> <div id="prev-product"> <?php print get_product_link($node->nid, 'PREV'); ?> </div> <div id="next-product"> <?php print get_product_link($node->nid, 'NEXT'); ?> </div> </div> <?php // We hide the comments and links now so that we can render them later. hide($content['comments']); hide($content['links']); ?> <div class="product_preview"> <?php print render($content['uc_product_image']); ?> </div>