Commit bdfa5f3f by lmf

优化商品详情展示用户评论

parent 65253be3
......@@ -12,9 +12,6 @@
<div class="product data items" data-mage-init='{"tabs":{"openedState":"active"}}'>
<?php foreach ($detailedInfoGroup as $name) :?>
<?php
if ($name == "product.info.description"){
continue;
}
$html = $layout->renderElement($name);
if (!trim($html)) {
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment