问题描述
我要显示折扣价(添加范围后的价格)以及可预订产品的底价 我正在做的是更改\ woocommerce-bookings \ includes \ adminclass-wc-bookings-ajax.php文件中的以下代码
// Build the output
$before = $product->get_price();
$after = wc_price( $display_price ) ;
$discount = $product->get_price() - wc_price( $display_price );
$output = apply_filters( 'woocommerce_bookings_booking_cost_string',__( 'Booking cost','woocommerce-bookings' ),$product ) .$discount ': <strong>' .$discount . $price_suffix . '</strong>';
这是正确的方法还是您有什么建议?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)