Files
2025-03-12 17:06:23 +01:00

3 lines
174 B
PHP

<?php if ($handelo->getProductId()): ?>
<?php echo st_external_link_to($handelo->getProduct()->getName(), 'product/edit?id='.$handelo->getProductId()); ?>
<?php endif; ?>