gotoproduct.phtml 492 B

12345678910
  1. <?php $buttonTitle = __('Go To Product');?>
  2. <div class="box-gotoproduct">
  3. <div class="fieldset">
  4. <div class="actions">
  5. <a target="_parent" href="<?php /* @escapeNotVerified */ echo $this->getProduct()->getProductUrl() ?>" title="<?php /* @escapeNotVerified */ echo $buttonTitle ?>" class="action primary" id="product-gotoproduct-button">
  6. <span><?php /* @escapeNotVerified */ echo $buttonTitle ?></span>
  7. </a>
  8. </div>
  9. </div>
  10. </div>