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

border-appearing-twice-on-subtotal #21039

Conversation

nainesh2jcommerce
Copy link
Contributor

Description (*)

On multishipping checkout review order page border bottom appearing twice for subtotal on mobile view

Manual testing scenarios (*)

  1. on mobile dive
  2. add product to cart with login customer
  3. go to cart page
  4. Check Out with Multiple Addresses
  5. Go to Shipping Information
  6. Continue to Billing Information
  7. Go to Review Your Order
  8. check subtotal of product

Expected result (*)

image

Actual result (*)

image

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 @nainesh2jcommerce. 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 2.3-develop instance - deploy vanilla Magento instance

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

@dmytro-ch
Copy link
Contributor

Hi @nainesh2jcommerce,
what is the reason of creating two different PRs to add rules in the same LESS file for the same block?

            .data.table {
                &:extend(.abs-checkout-order-review all);
                &.table-order-review {
                    > tbody {
                        > tr {
                            > td.col.subtotal {
                                border-bottom: none;
                            }
                        }
                    }
                }
            }

and

            .data.table {
                &:extend(.abs-checkout-order-review all);
                &.table-order-review {
                    > tbody {
                        > tr {
                            > td.col.qty {
                                text-align: center;
                            }
                        }
                    }
                }
            }

Please combine the current PR (#21039), #21038 into one PR in order to make it easier to process these changes for Magento Community Engineering team.

Thank you!

@dmytro-ch dmytro-ch self-requested a review February 7, 2019 11:26
@nainesh2jcommerce
Copy link
Contributor Author

Hi @dmytro-ch, Thanks for the update. I have combined this PR in to #21038, can you please review.
Closing this PR.

Thanks!

@ghost
Copy link

ghost commented Feb 7, 2019

Hi @nainesh2jcommerce, 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.

3 participants