Open Zwernemann opened 2 months ago
Hi @Zwernemann. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Hi @engcom-Delta. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hi @Zwernemann ,
Thanks for your reporting and collaboration. We have re-verified the issue in Latest 2.4-develop instance , but we are unable to reproduce the issue. Kindly refer the screenshots.
Steps to reproduce
Can you please re-verify and confirm if you are still facing the issue. Thanks.
Hi @engcom-Delta ,
in my case the .price-box is outside of the .product-info-main.
The .product-info-main Class is located above in my case:
then configurable.js stops working, because the normalPriceLabelSelector is as follows:
In former release the priceHolderSelector in configurable.js was directly ".price-box".
See my comment in: here
Hi @engcom-Hotel ,
Assigning it to you as ticket is marked as dev experience.
Thanks.
Hi @engcom-Hotel. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Area: XXXXX
label to the ticket, indicating the functional areas it may be related to.2.4-develop
branch2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Issue: Confirmed
once verification is complete. Hello @Zwernemann,
It seems something is missing with the issue reproduction steps, we are getting multiple errors while issue reproduction as follows:
We have added the below code in the file app/design/frontend/Magento/luma/Magento_Catalog/layout/catalog_product_view.xml
:
<page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<move element="page.main.title" destination="product.info.main" before="-"/>
<move element="product.info.stock.sku" destination="product.info.price" after="product.price.final"/>
<move element="product.info.review" destination="product.info.main" before="product.info.price"/>
<container name="product.info.mzw.sticky.wrapper" htmlTag="div" before="product.info.detailed">
<container name="product.info.mzw.sticky" htmlTag="div" htmlClass="mzwstickyfooter">
<block class="Magento\Catalog\Block\Product\View" name="product.info.mzwprice" before="-" template="Magento_Theme::productpage/product_price_notsalable.phtml"/>
</container>
</container>
<referenceBlock name="product.price.final" remove="true"/>
</body>
</page>
Please let us know if we missed anything.
Thanks
Hello @engcom-Hotel ,
the template that is referenced is in file /Magento_Theme/templates/productpage/product_price_notsalable.phtml
with content as follows:
<?php
$_product = $block->getProduct();
if (!$_product->isSaleable()) :?>
<div class="product-info-price">
<?php
echo $this->getLayout()
->createBlock('Magento\Catalog\Pricing\Render',
"product.price.final.bymzw",
[
'data' => [
'price_render' => 'product.price.render.default',
'price_type_code' => 'final_price',
'zone' => 'item_view'
]
]
)
->toHtml();?>
</div>
<?php endif; ?>
Furthermore I missed one line in catalog_product_view.xml. The file is as follows:
<?xml version="1.0"?>
<page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<move element="page.main.title" destination="product.info.main" before="-"/>
<move element="product.info.stock.sku" destination="product.info.price" after="product.price.final"/>
<move element="product.info.review" destination="product.info.main" before="product.info.price"/>
<container name="product.info.mzw.sticky.wrapper" htmlTag="div" before="product.info.detailed">
<container name="product.info.mzw.sticky" htmlTag="div" htmlClass="mzwstickyfooter">
<block class="Magento\Catalog\Block\Product\View" name="product.info.mzwprice" before="-" template="Magento_Theme::productpage/product_price_notsalable.phtml"/>
</container>
</container>
<move element="product.info" destination="product.info.mzw.sticky" before="-"/>
<referenceBlock name="product.price.final" remove="true"/>
</body>
</page>
Hello @Zwernemann,
Thanks for more information on this!
We have tried to reproduce the issue with the latest 2.4-develop branch and the issue is reproducible for us in the Luma theme. Please refer to the below screencast for the same:
Hence confirming the issue.
Thanks
:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-13425 is successfully created for this GitHub issue.
:white_check_mark: Confirmed by @engcom-Hotel. Thank you for verifying the issue.
Issue Available: @engcom-Hotel, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.
Preconditions and environment
Magento Version: 2.4.7 Customizations: Modified catalog_product_view.xml layout file in Magento_Theme/Magento_Catalog/layout
Steps to reproduce
Expected result
Actual result
Additional information
Release note
No response
Triage and priority