Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. try { $product_description = $_item->getData('attributeName');
  3. if ( $product_description && strlen($product_description) ) {
  4. ?><div class="desciption">
  5. <p><?= $product_description ?></p></div><?php
  6. }
  7. } catch(Exception $e) {}
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement