Skip to content

[Forwardport] Change 'Update'-button visibility on change qty event.#11

Merged
adrian-martinez-interactiv4 merged 1 commit into
2.3-developfrom
2.3-develop-PR-port-14935
Oct 8, 2018
Merged

[Forwardport] Change 'Update'-button visibility on change qty event.#11
adrian-martinez-interactiv4 merged 1 commit into
2.3-developfrom
2.3-develop-PR-port-14935

Conversation

@adrian-martinez-interactiv4
Copy link
Copy Markdown
Owner

Original Pull Request

magento#14935

Description

When qty value in minicat updated by js, Update-button should have the same behavior like when qty is manually edited.

Fixed Issues (if relevant)

Manual testing scenarios

  1. jQuery('.cart-item-qty:first').val(parseFloat(jQuery('.cart-item-qty:first').val()) - 1).change(); - Update button should be shown.
  2. jQuery('.cart-item-qty:first').val(parseFloat(jQuery('.cart-item-qty:first').val()) - 1).change(); - Update button should be hidden.

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)

@adrian-martinez-interactiv4 adrian-martinez-interactiv4 merged commit ff92b56 into 2.3-develop Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants