Skip to content

Commit

Permalink
https://github.com/cabinetsbay/catalog/issues/38
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 17, 2024
1 parent a333822 commit 5b50ec9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions view/frontend/templates/products/not-empty/product.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,13 @@ $pos = $b->getPositioned();
><?= df_product_att_html($p, $p->getName(), 'name') ?></a>
</strong>
<?= $b->getReviewsSummaryHtml($p, $templateType) ?>
<?php //if ($showDescription): ?>
<div class="product description product-item-description">
<?= df_product_att_html($p, $p->getShortDescription(), 'short_description') ?>
<a
href="<?= $p->getProductUrl() ?>"
title="<?= $pNameStripped ?>"
class="action more"><?= __('Learn More') ?></a>
</div>
<?php //endif; ?>
<?php if ($viewMode == 'list') : ?>
</div><div class="product-view-col">
<?php endif; ?>
Expand Down

0 comments on commit 5b50ec9

Please sign in to comment.