wpdesk/wc-currency-switchers-integrations

1.4.0 2024-08-02 16:53 UTC

This package is auto-updated.

Last update: 2024-09-02 17:07:37 UTC


README

Latest Stable Version Total Downloads License

货币转换器集成

一个WordPress库,包含接口、抽象和基本实现,用于货币转换器插件和集成。

支持的转换器

要求

PHP 7.0或更高版本。

通过Composer安装

要通过Composer安装绑定,请运行以下命令

composer require wpdesk/wp-currency-switchers-integrations

示例用法

将配送方式(flexible_shipping)与WooCommerce Multicurrency插件集成

new \WPDesk\WooCommerce\CurrencySwitchers\ShippingIntegrations( 'flexible_shipping' )

前缀器

在scoper.inc.php文件中,将WOOMC添加到白名单部分

    'whitelist' => [
    	'\WOOMC\*'
    ],