Jump to content

Edit History

kdash1228

kdash1228

I want to show the image caption on the product page.

Right now, the product's summary appears under the images.

But, I want the image caption to be shown instead.

I believe I need to edit this line of code in the product-images-modal.tpl file. If I comment out these lines, the summary is not shown.

<figcaption class="image-caption">
{block name='product_description_short'}
<div id="product-description-short" itemprop="description">{$product.description_short nofilter}</div>
{/block}
</figcaption>

I tried to replace the 3rd line with the following but that didn't work:

<div id="product-description-short" itemprop="description">{$image.legend}</div>

image.png

image.png

product-images-modal.tpl

kdash1228

kdash1228

I want to show the image caption on the product page.

Right now, the product's summary appears under the images.

But, I want the image caption to be shown instead.

I believe I need to edit this line of code in the product-images-modal.tpl file. If I comment out these lines, the summary is not shown.

<figcaption class="image-caption">
          {block name='product_description_short'}
            <div id="product-description-short" itemprop="description">{$product.description_short nofilter}</div>
          {/block}
        </figcaption>

image.png

image.png

product-images-modal.tpl

×
×
  • Create New...