-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Adding and additional section of how to move a checkout component #5225
Adding and additional section of how to move a checkout component #5225
Conversation
An admin must run tests on this PR before it can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the technical point of view this PR is valid.
Hey @jeff-matthews thank you for the suggestions, could you please check the latest updates? |
@keharper the changes were updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eduard13, I just noticed some markdown syntax errors on your branch that will fail tests. Please fix the following issues so that I can finish processing your PR:
rake test:cicd
Testing Markdown style with mdl ...
guides/v2.2/howdoi/checkout/checkout_customize.md:99: MD009 Trailing spaces
guides/v2.2/howdoi/checkout/checkout_customize.md:137: MD009 Trailing spaces
guides/v2.3/howdoi/checkout/checkout_customize.md:99: MD009 Trailing spaces
guides/v2.3/howdoi/checkout/checkout_customize.md:137: MD009 Trailing spaces
A detailed description of the rules is available at https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
The Markdown linter has found 6 issues```
@jeff-matthews, have just removed them. Thank you for informing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed. Thanks @eduard13!
running tests |
Hi @eduard13, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) adds an additional section to Customize Checkout page, by showing how to move components within the page.
Affected DevDocs pages
Links to Magento source code
whatsnew
Added new code examples to the Customize Checkout tutorial.