-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Issue #25032 fixed #25062
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
Issue #25032 fixed #25062
Conversation
Hi @vishesh-webkul. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Hi @sidolov or @sivaschenko , |
Hi @ihor-sviziev , @vishesh-webkul the label wasn't added automatically because Webkul does not participate in the Partners Contribution Program. |
@magento give me test instance |
Hi @rodrigowebjump. Thank you for your request. I'm working on Magento instance for you |
Hi @rodrigowebjump, here is your new Magento instance. |
@magento give me 2.3-develop instance |
Hi @rodrigowebjump. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @rodrigowebjump, here is your Magento instance. |
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.
Hi @vishesh-webkul
Your change does not validate if the inputed information is correct.
Please review your change. Try to follow the add to cart validation before submitting.
Thanks
@@ -63,6 +63,15 @@ define([ | |||
isFileUploaded = false, | |||
self = this; | |||
|
|||
$('[data-action="add-to-wishlist"]').on('click', function () { | |||
var validator = $('#product_addtocart_form').validate(); |
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.
Please define the selector in the configuration block.
Also, all variable declaration should be on the top of the function.
@vishesh-webkul , I am closing this PR now due to inactivity. |
Hi @vishesh-webkul, thank you for your contribution! |
Description (*)
Display some error "We can't update your Wish List right now." at wish list
Fixed Issues (if relevant)
Manual testing scenarios (*)
Scenario 1
Scenario 2
Questions or comments
Contribution checklist (*)