【问题标题】:Easy Digital Downloads - how to get discount amount?Easy Digital Downloads - 如何获得折扣金额?
【发布时间】:2018-01-19 18:37:25
【问题描述】:

我试过这个代码来获得折扣,但问题是第一个参数是什么:

edd_get_discount_amount('off1');

off1 是折扣名称。

根据edd_get_discount_amount函数的用法,上面的代码是正确的。

【问题讨论】:

    标签: php wordpress easy-digital-downloads


    【解决方案1】:

    edd_get_discount_amount 需要一个整数作为参数,这个整数应该是您要检索的折扣的 id

    edd_get_discount_amount( $discount_id )
    

    easy digital downloads discount-functions.php

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-05-17
      • 1970-01-01
      • 1970-01-01
      • 2021-12-13
      • 2021-01-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多