Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
other.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
10 ?>
11 <?php $_product = $block->getProduct(); ?>
12 <div class="actions">
13  <a href="<?= $block->escapeUrl($_product->getProductUrl()) ?>" class="action back"><span><?= $block->escapeHtml(__('Back to Main Product Info')) ?></span></a>
14 </div>
__()
Definition: __.php:13
$block
Definition: block.php:8
$_product
Definition: other.phtml:11