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

Configurable Products shows same regular and Special price #5097

Closed
christianlakits opened this issue Jun 20, 2016 · 5 comments
Closed

Configurable Products shows same regular and Special price #5097

christianlakits opened this issue Jun 20, 2016 · 5 comments
Labels
bug report Component: Tax Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@christianlakits
Copy link

christianlakits commented Jun 20, 2016

Hi,

we setup a configurable product. Now we changed at one product to special price. Now every product is shown with a regular and special price, even if they are equal.

regards Christian

please close double post

@antboiko
Copy link

#4442

@antboiko antboiko added Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development MX bug report labels Jun 21, 2016
@vkorotun vkorotun removed the MX label Aug 4, 2016
mmansoor-magento pushed a commit that referenced this issue Sep 13, 2016
mmansoor-magento pushed a commit that referenced this issue Sep 13, 2016
mmansoor-magento pushed a commit that referenced this issue Sep 13, 2016
mmansoor-magento pushed a commit that referenced this issue Sep 13, 2016
mmansoor-magento pushed a commit that referenced this issue Sep 13, 2016
[South] Bugfixes

- MAGETWO-52925 Simple child product without a special price still shown as "was (original price)" #4442 #5097
- MAGETWO-55327 [FT] Filter not applied on current page in test.
- MAGETWO-56584 [FT] Custom options are not created for product in test
- MAGETWO-57535 L2 Plan fails on mainline develop branch- Build B2B-DEV-TPFX3,3 #186
- MAGETWO-56341 Maximum error count when importing because issue URL key for specified store already exists
- MAGETWO-56077 [GitHub] Unable to add more than 1 product to a cart from Wishlist #5282
- MAGETWO-55975 [FT] Cannot set date of birth in customer form
- MAGETWO-56753 [FT] Cannot click on action-select button in customers grid block
- MAGETWO-55782 [FT] Threre is no "schedule update" section in "New Category" form
- MAGETWO-57205 Attribute for Send Welcome Email From shows wrong store ID
@slavvka
Copy link
Member

slavvka commented Sep 13, 2016

The issue has been fixed and delivered to the mainline. It is also ported for 2.0 and 2.1 and will be delivered as a part of nearest patch releases.

@slavvka slavvka closed this as completed Sep 13, 2016
okorshenko pushed a commit that referenced this issue Dec 14, 2016
…e still shown as "was (original price)" #4442 #5097 - for 2.0
okorshenko pushed a commit that referenced this issue Dec 14, 2016
[South] Bugfixes backports to 2.0.11

- MAGETWO-57000 [Backport] Simple child product without a special price still shown as "was (original price)" #4442 #5097 - for 2.0
- MAGETWO-58058 [Backport] - [GitHub] Unable to add more than 1 product to a cart from Wishlist #5282 - for 2.0
- MAGETWO-57491 [Backport] - Maximum error count when importing because issue URL key for specified store already exists - for 2.0
- MAGETWO-57004 [Backport] - Scope selector on product page does not display all related websites for restricted user - for 2.0
- MAGETWO-58192 [Backport] - [GITHUB] Prices of related products on PDP changes according to product custom options. #4588 - for 2.0
- MAGETWO-57331 [Backport] - Changing Swatch attribute's property doesn't affect storefront - for 2.0
- MAGETWO-56859 [Backport] Attribute for Send Welcome Email From shows wrong store ID - for 2.0
okorshenko pushed a commit that referenced this issue Dec 14, 2016
…e still shown as "was (original price)" #4442 #5097 - for 2.1
okorshenko pushed a commit that referenced this issue Dec 14, 2016
…e still shown as "was (original price)" #4442 #5097 - for 2.1
okorshenko pushed a commit that referenced this issue Dec 14, 2016
[South] Bugfixes backports to 2.1.3
- MAGETWO-56998 [Backport] Simple child product without a special price still shown as "was (original price)" #4442 #5097 - for 2.1
- MAGETWO-58057 [Backport] - [GitHub] Unable to add more than 1 product to a cart from Wishlist #5282 - for 2.1
- MAGETWO-57490 [Backport] - Maximum error count when importing because issue URL key for specified store already exists - for 2.1
- MAGETWO-57044 [Backport] - [GITHUB] Prices of related products on PDP changes according to product custom options. #4588 - for 2.1
- MAGETWO-57204 [Backport] - Attribute for Send Welcome Email From shows wrong store ID - for 2.1
okorshenko pushed a commit that referenced this issue Dec 14, 2016
…e still shown as "was (original price)" #4442 #5097 #6645 - for 2.1
okorshenko pushed a commit that referenced this issue Dec 14, 2016
[South] Bugs 2.1:
- MAGETWO-56998 [Backport] Simple child product without a special price still shown as "was (original price)" #4442 #5097 #6645 - for 2.1
@elenleonova
Copy link

This issue has been delivered to 2.1.3 and 2.0.11 today.

mmansoor-magento pushed a commit that referenced this issue Dec 26, 2016
mmansoor-magento pushed a commit that referenced this issue Dec 26, 2016
mmansoor-magento pushed a commit that referenced this issue Dec 26, 2016
[SOUTH] Bugs:
- MAGETWO-52925 Simple child product without a special price still shown as "was (original price)" #4442 #5097 #6645 - for mainline
- MAGETWO-60098 Configurable product option price is displayed incorrectly per website
- MAGETWO-56793 [GITHUB][PR] Fix Magento\Review\Model\ResourceModel\Rating\Option not instantiable in setup scripts #5465
- MAGETWO-58078 [FT] CreateProductAttributeEntityFromProductPageTest fails
- MAGETWO-61725 [GITHUB] Improve address save flow to allow to use custom validators #7552
@programmer2-techybirds
Copy link

programmer2-techybirds commented Nov 10, 2017

How to show exclusive price instead of inclusive price in configurable product with tier price.
See below example for more clarification.

image

Here exclusive price is: 5.04
inclusive price is: 6.10

Now when select any single product from dropdown then calculation is upon inclusive price.
Need instead of that exclusive price instead of inclusive price.

Anyone have solution on this?

@Voblerbg
Copy link

Voblerbg commented Jan 15, 2018

Hi,
I have a problem with visualization of Promo Price in Configurable products. The old price is struck through and the new price is visible, but it is not shown as a promo price.

screenshot_9

My simple product is OK and I want the Configurable product to look the same.
Magento ver. 2.2.1

screenshot_10

magento-engcom-team pushed a commit that referenced this issue Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Tax Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

8 participants