I've been trying to create an override for the addto.phtml file but it doesn't seem to be working.
I have this theme file:
/app/design/frontend/Vendor/theme/Magento_Catalog/product/view/addto.phtml
With this in the file:
<div class="product-addto-links" data-role="add-to-links"> <?php echo $block->getChildHtml(); ?> <a href="#amfinder.product.attributes" class="action"> <span>View Compatibility</span> </a> </div> I've run:
$ php bin/magento setup:upgrade $ php bin/magento setup:di:compile $ php bin/magento setup:static-content:deploy -f $ php bin/magento cache:clean Everything was a-ok but refreshing the product view page had no changes. What am I missing from my override?