All Projects → mage2pro → currency-format

mage2pro / currency-format

Licence: other
The «Price Format» extension for Magento 2

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to currency-format

m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+233.33%)
Mutual labels:  magento-2, price, magento2, magento2-extension, magento2-module
magento2-link-product
Custom Product Relation for Magento 2.2.x and 2.3.x sample extension
Stars: ✭ 45 (+150%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-login-as-customer
Allows admin to login as a customer (enter to customer account).
Stars: ✭ 104 (+477.78%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-16.67%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (+16.67%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-lazyload
magefan.com/magento-2-image-lazy-load-extension
Stars: ✭ 47 (+161.11%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (+11.11%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
stripe
Stripe integration with Magento 2
Stars: ✭ 58 (+222.22%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
m2.IndexerUrlRewrite
Magento2. Extension rebuild UrlRewrite index.
Stars: ✭ 38 (+111.11%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
Magento-2-Module-Skeleton
This Module provides a basic Skeleton for further Magento 2 Modules.
Stars: ✭ 30 (+66.67%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-dsu
No description or website provided.
Stars: ✭ 18 (+0%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-translation
magefan.com/magento-2-translation-extension
Stars: ✭ 35 (+94.44%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (+150%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (+266.67%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-geoip
Detect Country by IP in Magento 2
Stars: ✭ 51 (+183.33%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (+66.67%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
magento2-checkout-success-misc-script
Add Miscellaneous HTML and JavaScript codes to Magento2 checkout conformation page
Stars: ✭ 26 (+44.44%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (+27.78%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
blog
MageVision Blog
Stars: ✭ 23 (+27.78%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-5.56%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module

The «Price Format» module for Magento 2 allows you to setup a custom display format for the prices and other currency values (discounts, taxes, sales amounts, etc.) both for the frontend and the backend areas. The price display settings are individual per currency and per store.
The module supports unlimited number of currencies. The module is free and open source.

Demo video: https://www.youtube.com/watch?v=0Edmk8uKn0Q

Screenshots

Example 1

Example 2

Example 3

Example 4

5. Extension settings

How to install

Hire me in Upwork, and I will:

  • install and configure the module properly on your website
  • answer your questions
  • solve compatiblity problems with third-party checkout, shipping, marketing modules
  • implement new features you need

2. Self-installation

bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/currency-format:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales>
bin/magento maintenance:disable

How to update

bin/magento maintenance:enable
composer remove mage2pro/currency-format
rm -f composer.lock
composer clear-cache
composer require mage2pro/currency-format:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales>
bin/magento maintenance:disable
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].