So, for example, we want to add a model number and manufacturer info to the cards. How would we add this info exactly? I'd hate to overwrite any core code.
I see the following snippet in "templates/default/includes/components/product_card.php":
Code: Select all
<h5 class="card-title"><a href="<?= $product->get('link') ?>"><?= $product->get('name') ?></a></h5>