开发者 | tychesoftwares |
---|---|
更新时间 | 2023年7月4日 20:45 |
捐献地址: | 去捐款 |
PHP版本: | 7.3 及以上 |
WordPress版本: | 6.2 |
版权: | GNU General Public License v3.0 |
版权网址: | 版权信息 |
/wp-content/plugins/
directory.Alg_WC_Checkout_Fees_Settings_Gateways
(prevents AJAX error on some servers).WC_Tax::get_tax_total()
replaced with get_cart_contents_taxes()
and get_shipping_taxes()
.WC()->payment_gateways
to be set, added in add_gateways_fees()
.%product_price_diff_percent%
replaceable value added.alg_checkout_fees
) added to meta box settings.get_max_ranges()
, min_cart_amount
, max_cart_amount
, min_fee
, max_fee
, min_fee_2
, max_fee_2
.add_gateways_fees()
has already been executed (was added in v2.2.1).custom_atts
for fields (step etc.) fixed.add_gateways_fees()
has already been executed added (this prevents fees duplicating on some servers).get_price_excluding_tax()
, get_price_including_tax()
, get_display_price()
notices fixed.get_formatted_variation_attributes()
notice fixed.get_country()
notice fixed.load_plugin_textdomain()
moved from init
hook to constructor.sanitize_title()
added to add_gateway_fees_settings_hook()
and removed from output_sections()
.add_gateway_fees_settings_hook()
.%product_title%
, %product_variation_atts%
added.[alg_show_checkout_fees_full_info]
and [alg_show_checkout_fees_lowest_price_info]
shortcodes added.%gateway_fee_title%
and %gateway_fee_value%
removed from info.