markdown 从主页上的精选集合隐藏产品价格,但在收集页面上显示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 从主页上的精选集合隐藏产品价格,但在收集页面上显示相关的知识,希望对你有一定的参考价值。

**Theme**: Debut

**Last version(s) tested**: DEBUT (VERSION 10.0.1)

**Recommended design time**: 10 minutes


## What you have:
![.](https://screenshot.click/31-09-8fxh6-r1huy.png)

## What you want:
![.](https://screenshot.click/31-23-y8is7-y9rvx.jpg)
![.](https://screenshot.click/31-25-vmxua-qqrn2.jpg)

## What you do:
Step 1:
Open `product-card-grid.liquid`. 

* Find this code `{% include 'product-price', variant: product %}`

* Add  `{% if handle==null and settings.show_price %}` above it.

* Add this code below it.
```` 
{% include 'product-price', variant: product %}
 {% elsif handle  %}
  	{% include 'product-price', variant: product %}
 {% endif %}` 
````


* It should look like this ![](https://screenshot.click/31-29-kd7w4-mdqdk.jpg)

* Save the file

Step 2:
Open `settings_schema.json`

1.Below the theme info add this  

```
{
    "name": "Homepage Collection",
    "settings": [
      {
        "type": "checkbox",
        "id": "show_price",
        "label": "Show price",
        "default": true
      }
    ]
  },

````
2. Save the file.

It should look like this : 
![](https://screenshot.click/31-31-ijvyz-qqi8l.jpg)

以上是关于markdown 从主页上的精选集合隐藏产品价格,但在收集页面上显示的主要内容,如果未能解决你的问题,请参考以下文章

隐藏特定国家/地区的产品价格 WooCommerce

如何更改 OpenCart 产品页面上的原始价格?

从 Woocommerce 订阅价格中隐藏“免费试用”文本

集合视图单元格动态高度问题

Magento 2:在产品缺货后切换“已售”标签的价格

隐藏产品可变价格,直到在 WooCommerce 中选择所有变体字段