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

ProductAlert: Product alerts not showing in admin side product edit page #10007

Closed
chiragp-wagento opened this issue Jun 21, 2017 · 8 comments
Closed
Assignees
Labels
bug report Component: Catalog Fixed in 2.1.x The issue has been fixed in 2.1 release line Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@chiragp-wagento
Copy link

chiragp-wagento commented Jun 21, 2017

Preconditions

Below is environment I am using

  1. Magento version CE 2.1.5
  2. PHP Version 7.0.15
  3. MySQL Version 5.7.18

Steps to reproduce

  1. Make any product out of stock and view the product in front side
  2. Make sure you are logged in and click on " Notify me when this product is in stock " link to subscribe for stock alert and it will show "Alert subscription has been saved." success message.
  3. Now, when we edit the same product in admin side then it should show Product Alert grid with 2 section, 1. Price Alert Subscriptions and 2. Stock Alert Subscriptions

Expected result

  1. It should show Product Alert grid in product edit page in admin side

Actual result

  1. Product alert grids are not showing in product edit page

After troubleshoot I have found that below code is not added in catalog_product_edit.xml that's why tab is not showing.

<referenceBlock name="product_form">
            <block class="Magento\Catalog\Block\Adminhtml\Product\Edit\Tab\Alerts" name="alert.tab">
                <arguments>
                    <argument name="config" xsi:type="array">
                        <item name="label" xsi:type="string" translate="true">Product Alerts</item>
                        <item name="collapsible" xsi:type="boolean">true</item>
                        <item name="opened" xsi:type="boolean">false</item>
                        <item name="sortOrder" xsi:type="string">2</item>
                        <item name="canShow" xsi:type="boolean">true</item>
                        <item name="componentType" xsi:type="string">fieldset</item>
                    </argument>
                </arguments>
            </block>
        </referenceBlock>
@Andrii-Deineha
Copy link
Contributor

Andrii-Deineha commented Jun 22, 2017

@chiragp-wagento Internal ticket MAGETWO-70086 was created.

@veloraven veloraven added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Jul 7, 2017
@magento-engcom-team magento-engcom-team added 2.1.x Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development bug report Component: Catalog Progress: needs update Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed and removed G1 Passed labels Sep 7, 2017
@magento-engcom-team
Copy link
Contributor

Internal ticket MAGETWO-70086

@magento-engcom-team magento-engcom-team added Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed and removed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed labels Sep 11, 2017
@magento-engcom-team magento-engcom-team self-assigned this Sep 11, 2017
@magento-engcom-team magento-engcom-team added Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed and removed Progress: needs update labels Sep 19, 2017
@raumatbel
Copy link
Contributor

@okorshenko can you assign it me, please?

@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-81966

@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-81968

@magento-team
Copy link
Contributor

Internal ticket to track issue progress: MAGETWO-81967

@okorshenko
Copy link
Contributor

Hi @chiragp-wagento the issue has been fixed in 2.1-develop and 2.2-develop branch. Will be available with upcoming patch release soon

@okorshenko okorshenko added Fixed in 2.1.x The issue has been fixed in 2.1 release line Fixed in 2.2.x The issue has been fixed in 2.2 release line labels Oct 17, 2017
@Ctucker9233
Copy link

@okorshenko Any idea what version of 2.1 will have it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Component: Catalog Fixed in 2.1.x The issue has been fixed in 2.1 release line Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests

8 participants