2.0.0.0-dev83
* Created the Service API for the Magento_Catalog Module: * Product Attribute Media API * Product Group Price API * Tax calculation updates: * Fixed tax calculation rounding issues which appeared when a discount was applied * Fixed extra penny issue which appeared when exact tax amount ended with 0.5 cent * Fixed tax calculation issues which appeared when a customer tax rate was different from the store tax rate * Fixed price inconsistencies between catalog and shopping cart * Added support for maintaining consistent prices including tax for customers with different tax rates * Added support for applying tax rules with different priorities to be applied to subtotal only * Added support for tax rounding at individual tax rate * Porting Tax Features from Magento 1.x: * Price consistency UX and algorithm * Canadian provincial sales taxes * Fixed issues with bundle product price inconsistency across the system * Added warnings if invalid tax configuration is created in the Admin panel * Fixed issues with regards to hidden tax * Fixed bugs: * Fixed an issue where grouped price was not applied for grouped products * Fixed an issue where a fatal error occurred when opening a grouped product page without assigned products on the frontend * Fixed an issue where it was possible to apply an inactive discount coupon * Fixed an issue where the linked products information was lost when exporting products * Fixed non-informative error messages for "Attribute Group Service" * Fixed the invalid default value of the "apply_after_discount" tax setting * Fixed an issue where the integration tests coverage whitelist was broken * Fixed Admin panel UI issues: grids, headers and footers * Added the following functional tests: * Create Product Url Rewrite * Delete Catalog Price Rule * Delete Category Url Rewrite * Delete CMS Page Rewrite * Delete Product Rating * Delete Sales Rule * Delete Tax Rate * Update Catalog Price Rule * Update Shopping Cart
Showing
- .travis.yml 1 addition, 1 deletion.travis.yml
- CHANGELOG.md 39 additions, 0 deletionsCHANGELOG.md
- app/code/Magento/AdminNotification/view/adminhtml/layout/default.xml 1 addition, 1 deletion...gento/AdminNotification/view/adminhtml/layout/default.xml
- app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle.php 31 additions, 0 deletions...Magento/Bundle/Block/Catalog/Product/View/Type/Bundle.php
- app/code/Magento/Bundle/Pricing/Adjustment/Calculator.php 29 additions, 4 deletionsapp/code/Magento/Bundle/Pricing/Adjustment/Calculator.php
- app/code/Magento/Bundle/view/frontend/templates/catalog/product/view/type/bundle.phtml 1 addition, 0 deletions...frontend/templates/catalog/product/view/type/bundle.phtml
- app/code/Magento/Bundle/view/frontend/web/bundle.js 17 additions, 1 deletionapp/code/Magento/Bundle/view/frontend/web/bundle.js
- app/code/Magento/Catalog/Block/Product/View.php 1 addition, 1 deletionapp/code/Magento/Catalog/Block/Product/View.php
- app/code/Magento/Catalog/Model/Product/Attribute/Backend/Groupprice/AbstractGroupprice.php 5 additions, 0 deletions...oduct/Attribute/Backend/Groupprice/AbstractGroupprice.php
- app/code/Magento/Catalog/Model/Product/Attribute/Backend/Media.php 1 addition, 0 deletions...Magento/Catalog/Model/Product/Attribute/Backend/Media.php
- app/code/Magento/Catalog/Model/Product/PriceModifier.php 109 additions, 0 deletionsapp/code/Magento/Catalog/Model/Product/PriceModifier.php
- app/code/Magento/Catalog/Model/ProductRepository.php 73 additions, 0 deletionsapp/code/Magento/Catalog/Model/ProductRepository.php
- app/code/Magento/Catalog/Pricing/Price/GroupPrice.php 5 additions, 10 deletionsapp/code/Magento/Catalog/Pricing/Price/GroupPrice.php
- app/code/Magento/Catalog/Service/V1/Data/Product/GroupPrice.php 53 additions, 0 deletions...de/Magento/Catalog/Service/V1/Data/Product/GroupPrice.php
- app/code/Magento/Catalog/Service/V1/Data/Product/GroupPriceBuilder.php 54 additions, 0 deletions...nto/Catalog/Service/V1/Data/Product/GroupPriceBuilder.php
- app/code/Magento/Catalog/Service/V1/Data/Product/TierPrice.php 54 additions, 0 deletions...ode/Magento/Catalog/Service/V1/Data/Product/TierPrice.php
- app/code/Magento/Catalog/Service/V1/Data/Product/TierPriceBuilder.php 54 additions, 0 deletions...ento/Catalog/Service/V1/Data/Product/TierPriceBuilder.php
- app/code/Magento/Catalog/Service/V1/Product/Attribute/Media/Data/GalleryEntry.php 98 additions, 0 deletions.../Service/V1/Product/Attribute/Media/Data/GalleryEntry.php
- app/code/Magento/Catalog/Service/V1/Product/Attribute/Media/Data/GalleryEntryBuilder.php 97 additions, 0 deletions...e/V1/Product/Attribute/Media/Data/GalleryEntryBuilder.php
- app/code/Magento/Catalog/Service/V1/Product/Attribute/Media/Data/GalleryEntryContent.php 65 additions, 0 deletions...e/V1/Product/Attribute/Media/Data/GalleryEntryContent.php
Please register or sign in to comment