Hi Eric, hope yrou well mate.
I have a custom view, called embedcats. I want to add merchant logos within each product display: Heres the code im using now, what do I need to add to this code to make this work?
HTML Code:
<a href="<?php echo dfr('url')->query_to_url('page=2&view=category&c='.$category->id); ?>">View more</a><br />
<!-- Product List -->
<div class="pl">
[product.each]
<div class="t1 col3">
<div class="bdr">
<h2><a href="[product.link]" title="[product.name]">[product.name]</a></h2>
<div class="thmb"><a href="[product.link]" title="[product.name]">[product.thumbnail tag='1']</a></div>
<div class="prc">[product.currency mode="sign"][product.price]</div>
<p class="desc">[product.description]</p>
<div class="btns">
<a href="[product.link]" title="View details of [product.name]" class="dfbutton dforange dfmedium dfrounded">Details</a>
</div>
<div class="clearingdiv"> </div>
</div>
</div>
[/product.each]
<div class="clearingdiv"> </div>
</div>
<!-- /Product List -->
<a href="<?php echo dfr('url')->query_to_url('page=2&view=category&c='.$category->id); ?>">View more</a>