Hi,

Whats the code that I have to add to DISPLAY the Add to Cart + Quantity box in the product listing page? I have turned it on to display via admin but it doesnt appear. I'm using the Columns Layout Grid for Product Listing addon.

This is the code for how the product results appear:

Code:
<div id="listingcontainer">
<div id="listingleft"><a href="'.$href.'">'.$img.'</a></div>
<div id="listingright">
<span class="listingtitle">'.$name.'</span>
<p>Model Number: #02JS34 '.zen_image(DIR_WS_TEMPLATE.'images/spacer.gif', '', '60px', '1px').' Item Status: <span style="color: #66ae60;">In-Stock</span></p>
<div class="enCase">
<span class="price">'.$price.'</span>
<br /><br />

</div>

<div align="right"><a href="'.$href.'"><img src="'.(DIR_WS_TEMPLATE.'images/details.gif').'"></a></div>
</div>
</div>
I can see that the code for the add to cart / quantity to function already exists @ product_listing.php. I just need the code to make it display

Thanks