{% set taxRule = repository('\\Eccube\\Entity\\TaxRule') %}
{% set nowTax = taxRule.getByRule().tax_rate / 100 %}
{{ dump(nowTax) }} // 0.08 (9/14 現在)
何かに使えるかもしれないので置いておきますね。
Go to list of users who liked
More than 5 years have passed since last update.
{% set taxRule = repository('\\Eccube\\Entity\\TaxRule') %}
{% set nowTax = taxRule.getByRule().tax_rate / 100 %}
{{ dump(nowTax) }} // 0.08 (9/14 現在)
何かに使えるかもしれないので置いておきますね。
Register as a new user and use Qiita more conveniently
Go to list of users who liked