Magento Attribute im Template einfügen


/ Published in: PHP
Save to your folder(s)

Attribute einfügen


Copy this code and paste it in your HTML
  1. <?php echo $this->htmlEscape($_product->getTitle_grafik()) ?>
  2. <?php echo $_product->getTitle_grafik() ?>

Report this snippet


Comments


You need to login to view comments.