Skip to content

12183 fix special price #19055

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

Closed
wants to merge 3 commits into from

Conversation

krnshah
Copy link
Contributor

@krnshah krnshah commented Nov 3, 2018

Description (*)

Resolve the special price issue for configurable product

Fixed Issues (if relevant)

  1. Configurable Product's normal price is not visible on Product Catalog #12183: fix special price
  2. ...

Manual testing scenarios (*)

  1. ...
  2. ...

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@magento-engcom-team
Copy link
Contributor

Hi @krnshah. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento-engcom-team give me test instance - deploy test instance based on PR changes
  • @magento-engcom-team give me $VERSION instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Assistant documentation

@VladimirZaets VladimirZaets self-assigned this Nov 5, 2018
@magento-engcom-team magento-engcom-team added this to the Release: 2.2.8 milestone Nov 5, 2018
@magento-engcom-team
Copy link
Contributor

Hi @VladimirZaets, thank you for the review.
ENGCOM-3382 has been created to process this Pull Request

@VladimirZaets
Copy link
Contributor

Hi @krnshah. Thanks for collaboration. We can't reproduce the original issue on the 2.2-develop branch. If you still can reproduce issue please provide more details.

@sidolov
Copy link
Contributor

sidolov commented Nov 20, 2018

Hi @krnshah , I am closing this PR now due to inactivity.
Please reopen and update if you wish to continue.
Thank you for the collaboration!

@sidolov sidolov closed this Nov 20, 2018
@krnshah
Copy link
Contributor Author

krnshah commented Nov 27, 2018

Hi @VladimirZaets

Step to reproduce the bug :

-- Create configurable product and assign 2 or 3 simple products.
-- Set special price to the simple product. that lowest special price from configurable product should be shown in product listing page as As low as price and there should be shown regular price of that same product as well (you can see the simple product).

-- Expected result :
2

-- Actual result :

screenshot-10 16 16 93-2018 11 24-11-12-51

@krnshah
Copy link
Contributor Author

krnshah commented Nov 27, 2018

As per the PR i have changed in app/code/Magento/ConfigurableProduct/view/base/templates/product/price/final_price.phtml this file.
-- There is one condition to check isProductList from product data. and it will set false statically so i have remove that condition (we dont need to check that condition for configurable product).
-- And set the value of is_product_list in an array so this will achieve our expected result.

@krnshah krnshah reopened this Dec 4, 2018
@krnshah
Copy link
Contributor Author

krnshah commented Dec 8, 2018

Hi @VladimirZaets,

I am facing error in travis, can you please help me out. i can't understand the issue.

@VladimirZaets
Copy link
Contributor

Hi @krnshah. I think the travis failures don't related to your PR. I restarted Travis job.

@krnshah
Copy link
Contributor Author

krnshah commented Dec 13, 2018

Hi @VladimirZaets

Thank You, But still i am facing error in travis. What should i do further.

@sivaschenko
Copy link
Member

Hi @krnshah I think you can ignore the Travis build result in this case, can you please port this pull request to 2.3-develop as we'd like to merge this fix first to 2.3

@krnshah
Copy link
Contributor Author

krnshah commented Jan 28, 2019

Hi @sivaschenko
I have created PR for 2.3 #20726
can you please review it.

@okorshenko okorshenko removed this from the Release: 2.2.8 milestone Jan 28, 2019
@orlangur orlangur self-assigned this Apr 4, 2019
@magento-engcom-team
Copy link
Contributor

Hi @orlangur, thank you for the review.
ENGCOM-4675 has been created to process this Pull Request

@VasylShvorak VasylShvorak self-assigned this Apr 11, 2019
@sidolov
Copy link
Contributor

sidolov commented Apr 11, 2019

Hi @krnshah , PR to 2.3-develop branch was closed due to huge performance degradation: #20726.
I'm closing this PR as not actual. Please, re-open it if you find a different solution that eliminates performance degradation.
Thank you for the collaboration!

@sidolov sidolov closed this Apr 11, 2019
@m2-assistant
Copy link

m2-assistant bot commented Apr 11, 2019

Hi @krnshah, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants