dnafactory / mage2-currency
Modulo che permette di spostare la currency su Magento
Installs: 448
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.1|^7.2|^7.3|^7.4
- magento/magento-composer-installer: *
This package is auto-updated.
Last update: 2025-03-21 16:50:57 UTC
README
#Currency
Con questo modulo le posizioni delle valute sono gestibili da di.xml come segue:
<type name="DNAFactory\Currency\Config\Currency"> <arguments> <argument name="currenciesPositions" xsi:type="array"> <item name="EUR" xsi:type="const">\Magento\Framework\Currency::RIGHT</item> <item name="USD" xsi:type="const">\Magento\Framework\Currency::LEFT</item> </argument> </arguments> </type>
Esiste la configurazione dnafactory/currency/position che determina una posizione di default per tutte le currency non definite in di