Note that there are some explanatory texts on larger screens.

plurals
  1. POMagento product attributes on catalog view?
    primarykey
    data
    text
    <p>Is it possible to have a list of the available attributes of each product on the catalogue view?</p> <p>e.g.:</p> <p>Dog lead: Size attribute: small,medium,large</p> <p>So on the catalogue page:</p> <p>Proudct Image<br /> Product Name<br /> AVAILABLE Attibutes<br /> Product Price<br /></p> <p>So far I have found in App/design/frontend/detault/themename/template/catalog/product/view.phtml</p> <pre><code>&lt;ul class="products-grid"&gt; &lt;?php $i=0; foreach ($_productCollection as $_product): ?&gt; &lt;li class="item"&gt; &lt;div class="pro_topadst"&gt; &lt;a href="&lt;?php echo $_product-&gt;getProductUrl() ?&gt;" title="&lt;?php echo $this-&gt;stripTags($this-&gt;getImageLabel($_product, 'small_image'), null, true) ?&gt;" class="product-image tooltip"&gt;&lt;img src="&lt;?php echo $this-&gt;helper('catalog/image')-&gt;init($_product, 'small_image')-&gt;resize(252); ?&gt;" width="252" height="252" alt="&lt;?php echo $this-&gt;stripTags($this-&gt;getImageLabel($_product, 'small_image'), null, true) ?&gt;" /&gt; &lt;h2 class="product-name"&gt;&lt;a href="&lt;?php echo $_product-&gt;getProductUrl() ?&gt;" title="&lt;?php echo $this-&gt;stripTags($_product-&gt;getName(), null, true) ?&gt;"&gt;&lt;?php echo $_helper-&gt;productAttribute($_product, $_product-&gt;getName(), 'name') ?&gt;&lt;/a&gt;&lt;/h2&gt; &lt;?php if($_product-&gt;getRatingSummary()): ?&gt; &lt;?php echo $this-&gt;getReviewsSummaryHtml($_product, 'short') ?&gt; &lt;?php endif; ?&gt; &lt;?php echo $this-&gt;getPriceHtml($_product, true) ?&gt; &lt;/div&gt; </code></pre> <p>This echo's text out in the correct place, but I have no idea how to call the available attributes, does anyone have any idea or has done this before?</p> <p>Thanks in advance!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload