Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrections done according to Lillik comments #59

Open
wants to merge 46 commits into
base: 1.0.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
137eb53
Merge pull request #1 from lillik/1.0.0
lillik Feb 14, 2017
ffc75ea
Merge pull request #2 from lillik/1.0.0
lillik Feb 15, 2017
611cfb7
Merge pull request #4 from lillik/1.0.0
lillik Feb 20, 2017
ebf92c6
Merge pull request #5 from lillik/1.0.0
lillik Feb 20, 2017
38f90ea
Merge pull request #6 from lillik/1.0.0
lillik Feb 20, 2017
5a195cd
Merge pull request #7 from lillik/1.0.0
lillik Feb 20, 2017
16bcd9d
Merge pull request #8 from lillik/1.0.0
lillik Mar 27, 2017
1ab5515
fix bug when call format() with only mandatory argument (amount)
Jun 27, 2017
0afc129
Merge pull request #11 from polisys/fix-format-default-args
lillik Jun 27, 2017
3a410a8
Back-end price decimal
lillik Sep 24, 2017
a34c7c0
Merge pull request #13 from lillik/1.0.1
lillik Sep 24, 2017
28b2841
Update README.md
lillik Sep 26, 2017
eec5a1f
Update composer.json
lillik Sep 28, 2017
6fd07d1
Merge pull request #16 from lillik/1.0.1
lillik Sep 28, 2017
1e0c8e1
Fix issue #17
lillik Sep 28, 2017
8b42535
Update README.md
lillik Oct 6, 2017
def5621
add support php 7.1
novakivskiy Feb 18, 2018
8243545
Merge pull request #26 from novakivskiy/patch-1
lillik Feb 18, 2018
fb72881
#24 fix the price display the selected digits on product page
Mar 22, 2018
75b6575
show correct number of precision for order data
Mar 22, 2018
a632c63
force the price to not use 2 digitgs round
Mar 22, 2018
273c64c
update to support phpunit 6
Mar 22, 2018
b6fc6fd
Merge pull request #29 from cdiacon/calin/price-fixes
lillik Mar 22, 2018
37f101b
Update composer.json
lillik Mar 22, 2018
2eda0a2
Update module.xml
lillik Mar 22, 2018
4b285f0
Allow different settings per store view
Archipel Mar 29, 2018
f248835
Fix CS Issue
lillik May 27, 2018
60d9089
Add Precision option
lillik Jun 8, 2018
2afb335
Update composer.json
lillik Jun 19, 2018
122a455
Update module.xml
lillik Jun 19, 2018
7f092d0
Update README.md
lillik Jun 20, 2018
da36bab
Update README.md
lillik Jun 20, 2018
54cbe57
Merge tag '1.0.4'
Archipel Jul 20, 2018
e823191
Merge remote-tracking branch 'official/master'
Archipel Jul 20, 2018
e0d1197
Fixed bug due to wrong argument modification for ConvertAndFormat
Archipel Jul 20, 2018
3dc8028
Merge pull request #38 from Archipel/master
lillik Jul 27, 2018
9d0a343
Increase version
lillik Oct 23, 2018
bf30546
Update composer.json
lillik Oct 23, 2018
dd302c5
Fix Issue: Price change in admin when save product
lillik Oct 23, 2018
963eaab
Merge branch 'master' of github.com:lillik/magento2-price-decimal
lillik Oct 23, 2018
17adc5b
Fix Issue #46 (Magento 2.3 adminhtml inputs showing rounded value)
lillik Mar 20, 2020
e0a097b
Different decimal lenght for cart and checkout -- first version
Patriboom Mar 4, 2021
5384732
Includes Roy Nilsson (Aug 2021) and Patriboom modifications (mar 2021)
Patriboom Mar 5, 2021
1a40c47
Duplicates deleted
Patriboom Mar 9, 2021
a222321
More details about how to install PriceDecimal manually
Patriboom Mar 9, 2021
f0719f1
According to standard
Patriboom Mar 15, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update composer.json
  • Loading branch information
lillik authored Sep 28, 2017
commit eec5a1fcbce705b5a30d22e66b4a7dd63c762258
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
],
"license": "Apache-2.0",
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"authors": [
{
"name": "Lilian Codreanu",