我想将品牌形象与产品标题对齐,但我不知道如何在 php..
这是我的代码:
<div class="product-name">
<?php echo $this->getChildHtml('product_attributes_placeholder'); //Placeholder for brands ?>
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name')?></h1>
</div>