Broken reference: the ‘product.reviews’ element cannot be added as child to ‘product_tabs’, because the latter doesn’t exist
Magento
Magento 2.4.6 We’re having issues with our indexing and are looking to optimise. We use Configurable products with Simple products as the variations. There are approx 200k simple products across approx 10k configurables. Configurable products are all categorised, obviously. Our Simple products are also categorised… But do we need to […]
I have an Product Attribute with following values : https://prnt.sc/u8JrDsg_noG0 now when I am trying to import with that : https://prnt.sc/jyArfXbh5Ezs It gives me error : https://prnt.sc/ZoE3kIJhqB3a It consider Pipe sign as a separator, so it gives me error in import process. Is there any solution regarding this Issue ? […]
I am trying to send emails programmatically on Magento 2.4.4-p5 using the TransportBuilder, but I get an exception: Area code is not set, even if I set it under the setTemplateOptions method. This is the content of my custom method used to send emails that is added in a helper […]
We are experiencing an issue with one of the store PDP page, where the currency sign is not showing after the page loads. During PDP page loading, the currency symbol is displayed, but after successful loading, only the price is shown without the currency symbol. Some information about the store: […]
my backend is magento 2 with graphql and in front-side we are using next js so my problem is for on every request in api response set-cookie header gives different PHP session id but i have to maintain the same session id. For next js api call we use apollo […]
I have a live Magento 2 website working fine I needed to make a test version of my server that running Magento I did copy the same files and database and everything working fine except product page I get this error : Invalid template file: ‘Magento_Review::product/view/anchor.phtml’ in module: ” block’s […]
We have created a custom shipping method using the custom module and trying to save the shipping amount based on the subtotal ex: if subtotal < 25 shipping amount is $5 if subtotal > 25 shipping amount is $0; But the below logic is not working properly all the cases […]