Magento - product_collection.phtml 的路径?
Magento - Path to product_collection.phtml?
在我的模板中 app/design/frontend/default/ves_fashion/template/catalog/product/list.phtml
我可以看到这段代码:
<?php if($product_collection_path = Mage::helper("ves_tempcp/framework")->getLayoutPath("product_collection.phtml")) { ?>
<?php require ($product_collection_path); ?>
<?php } ?>
我在哪里可以找到 product_collection.phtml?我在 /template/ 文件夹中看不到它...
谢谢!
根据助手和布局路径定义它必须在这里:app/design/frontend/default/ves_fashion/template/common/product_collection.phtml
在我的模板中 app/design/frontend/default/ves_fashion/template/catalog/product/list.phtml
我可以看到这段代码:
<?php if($product_collection_path = Mage::helper("ves_tempcp/framework")->getLayoutPath("product_collection.phtml")) { ?>
<?php require ($product_collection_path); ?>
<?php } ?>
我在哪里可以找到 product_collection.phtml?我在 /template/ 文件夹中看不到它...
谢谢!
根据助手和布局路径定义它必须在这里:app/design/frontend/default/ves_fashion/template/common/product_collection.phtml