将其放在产品网格中或在 /app/design/frontend/default/[template]/template/catalog/product/list.phtml 中列出 foreach 循环
<?php if ($_productCollection->count() == 1) {
$url = $_product->getProductUrl();
Mage::app()->getFrontController()->getResponse()->setRedirect($url); }
?>