Commit 18ae46c8 by lmf

修复bug

parent 19af373e
...@@ -183,9 +183,7 @@ $sort_by = key_exists("sort_by",$_REQUEST) ? $_REQUEST["sort_by"] : false; ...@@ -183,9 +183,7 @@ $sort_by = key_exists("sort_by",$_REQUEST) ? $_REQUEST["sort_by"] : false;
<?php endif; ?> <?php endif; ?>
<?php endforeach; ?> <?php endforeach; ?>
<?php foreach ($_productCollection as $_product): ?> <?php foreach ($_productCollection as $_product): ?>
<?php <?php if (!$sort_by || $sort_by != $_product->getUrlKey() ): ?>
if (!$sort_by || $sort_by != $_product->getUrlKey() ): ?>
?>
<li class="item product product-item"> <li class="item product product-item">
<div class="product-item-info" <div class="product-item-info"
id="product-item-info_<?= /* @noEscape */ $_product->getId() ?>" id="product-item-info_<?= /* @noEscape */ $_product->getId() ?>"
......
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