phnean/craft-currencyfield

Craft CMS的多语言货币下拉字段类型

1.0.3 2020-03-17 04:06 UTC

This package is auto-updated.

Last update: 2024-09-30 01:32:28 UTC


README

icon

Craft CMS 3.x的货币字段插件

多语言货币下拉字段类型。

在twig模板中的使用

# Printing the currency code
{{ item.currency }} // Outputs EUR

# Printing the currency symbol
{{ item.currency.symbol }} // Outputs €

# Printing the local currency name (site language is zh-Hans)
{{ item.currency.name }} // Outputs 欧元 

要求

此插件需要Craft CMS 3.0.0或更高版本。

安装

要安装插件,请按照以下说明操作。

  1. 打开您的终端并进入您的Craft项目

     cd /path/to/project
    
  2. 然后告诉Composer加载插件

     composer require pohnean/craft-currencyfield
    
  3. 在控制面板中,转到设置→插件,点击“安装”按钮以安装货币字段。

Tai Poh Nean提供

"图标由Dimitry Miroliubov从www.flaticon.com制作"