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 a320d26 commit 05f6086
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions view/frontend/templates/products/not-empty/product.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ $pos = $b->getPositioned();
?>
<?php $pNameStripped = $b->stripTags($p->getName(), null, true); ?>
<strong class="product name product-item-name product-item-name-second">
<a class="product-item-link"
href="<?= $p->getProductUrl() ?>">
<a
class="product-item-link"
href="<?= $p->getProductUrl() ?>">
<?= df_product_att_html($p, $p->getName(), 'name') ?>
</a>
</strong>
Expand Down

0 comments on commit 05f6086

Please sign in to comment.