php - 显示非成员(member)的 WooCommerce 成员(member)价格

标签 php wordpress woocommerce price woocommerce-memberships

我正在使用WooCommerce Membership在产品页面上显示成员(member)折扣的插件。现在我想显示非成员(member)可以享受成员(member)折扣。

这是我非成员(member)时看到的内容:

This is what i see when i'm not a member

这是我作为成员(member)时看到的内容:

This is what I see when I'm a member

This is what I want to see when I'm not a member:

This is what i want to see when i'm not a member

最佳答案

我找到了解决方案:

 echo wc_memberships()->get_member_discounts_instance() >get_product_discount($product->id);

使用此代码您可以找到折扣。

让我知道。

关于php - 显示非成员(member)的 WooCommerce 成员(member)价格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52392153/

相关文章:

用于从单一代码源复制网站的 PHP 应用程序

php - 仅显示 DIV HOMEPAGE

wordpress - Woocommerce - 手动删除部分 URL 导致 404 错误

woocommerce - 获取重力形式输入标签而不是值

php - 用户注册重定向后打印 woocommerce 通知的问题

PHP 解析 Mailgun Webhook 消息头

php - 使用博客文章作为缩略图库

PHP SharePoint API 文档子目录列表

css - 如何使用 CSS 隐藏此 Wordpress 登录页面上的标题?

php - MySQL - 如何从3个表中获取数据