Woocommerce没有价格显示在销售项目

时间:2015-10-25 21:18:16

标签: wordpress woocommerce

我正在使用带有wordpress主题的woocommerce插件,之后我添加了一个“销售价格”。对于一个项目,价格不再显示,除非我进入项目详细信息。然而,这些常规和促销价格会显示在'特色'和'出售'主页/首页上显示的产品,但是当我进入商店页面时,没有显示任何销售商品的价格。请参阅jeune.co.za [正在进行的工作]。任何建议将不胜感激。

2 个答案:

答案 0 :(得分:0)

style.css

.price {
    float: left;
    margin-top: 4px;
    padding-left: 10px;
    border-left: 1px solid #ababab;
    /* font-size: 20px; */
    color: #000;
}


  [1]: http://jeune.co.za/

删除该页面上style.css的字体大小,我已经为您提供了链接,并会显示该链接。enter image description here 可湿性粉剂内容/主题/书店/ style.css文件?版本4.3.1 =

答案 1 :(得分:0)

<span class="amount">R550.00</span>
<span class="amount">R440.00</span>
here generate two span with same class name on the span when sale product
Please change class name of second price of product in span
or 
please change font size on class .price
http://www.jeune.co.za/wp-content/themes/book-store/style.css?ver=4.3.1
line no 210.
相关问题