Php 如何使用Magento在类别视图上显示价格?

Php 如何使用Magento在类别视图上显示价格?,php,magento,xhtml,Php,Magento,Xhtml,我想从专家那里得到一些建议 我想了解如何在类别网格视图上显示价格框。为了更好的解释,我在下面附上src 谢谢 看一看@ /app/design/frontend/base/default/template/catalog/product/list.phtml 站点代码 <div class="batch"> <h4 class="name"><a href="/bath-body/new-in/honeymaniatm-body-butter.html"

我想从专家那里得到一些建议

我想了解如何在类别网格视图上显示价格框。为了更好的解释,我在下面附上src

谢谢

看一看@

/app/design/frontend/base/default/template/catalog/product/list.phtml


站点代码

<div class="batch">
   <h4 class="name"><a href="/bath-body/new-in/honeymaniatm-body-butter.html" title="HONEYMANIA™ BODY BUTTER">HONEYMANIA™ BODY BUTTER</a></h4>
   <a class="button shop" href="/bath-body/new-in/honeymaniatm-body-butter.html" title="DISCOVER">DISCOVER<span></span></a>
   <div style="display:none"> <<<<<<---- Here is the issue
   <div class="price-box"> 
   <span class="regular-price" id="product-price-1049">
   <span class="price">€7.95</span>                                    </span>


不幸的是,我还不能上传图片到我的帖子(我最近刚注册)。但是,我可以提供url链接而不是src。我目前的网站是:;我想这样改变分类视图:嗨,谢谢你的建议。我检查过了,它和你的一样。我还查看了styles.css,没有规则为:display:none!我不知道为什么不显示价格框。请查看我的更新
您好,谢谢您的帮助。我去掉了“display:none”标签,现在可以看到价格了。我仍然在做一些影响反应的造型。然而,你的支持非常快!!再次感谢!!你能建议一个在style.css中设置价格样式的解决方案吗?这是我的代码,但不起作用(.regular price.price{color:#e2007a;display:block;font family:'gill ss std bold'Verdana,日内瓦,sans serif;font size:20px;float:left;})您是否尝试将上面的代码添加到style.css中的第756行?
<div class="batch">
   <h4 class="name"><a href="/bath-body/new-in/honeymaniatm-body-butter.html" title="HONEYMANIA™ BODY BUTTER">HONEYMANIA™ BODY BUTTER</a></h4>
   <a class="button shop" href="/bath-body/new-in/honeymaniatm-body-butter.html" title="DISCOVER">DISCOVER<span></span></a>
   <div style="display:none"> <<<<<<---- Here is the issue
   <div class="price-box"> 
   <span class="regular-price" id="product-price-1049">
   <span class="price">€7.95</span>                                    </span>