Skip to content

Instantly share code, notes, and snippets.

@LinguistMB
Created July 6, 2018 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LinguistMB/ba406eeebf5fffe361103cedd3e4c5a0 to your computer and use it in GitHub Desktop.
Save LinguistMB/ba406eeebf5fffe361103cedd3e4c5a0 to your computer and use it in GitHub Desktop.
<div class="product details product-item-details">
<?php /* @escapeNotVerified */ echo $block->getProductPrice($_product) ?>
<?php $_productNameStripped = $block->stripTags($_product->getName(), null, true); ?>
<?php /* @escapeNotVerified */ echo 'sku:' . $_product->getSku() ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment