Magento2
After upgrading, I encountered an issue with the checkout page. After adding the product to the cart and proceeding to checkout, the page appears blank without any data. It doesn’t even show any errors in developer mode despite having display errors enabled. I’m using the Argento theme.
Let’s assume we have the following situation: 1 Magento website with 2 stores (EN – default, IT) and 1 product. A user is accessing the website and the default store view is loaded (EN). The user visits the product page (website.com/boat.html) and then, from the same page, he switches the […]
We have a configurable product on the front end How can I get the final simple product ID on the product list page? Does anyone have any idea how to get it?
I have added logs in one of our controller using following code; MagentoFrameworkAppObjectManager::getInstance()->get(PsrLogLoggerInterface::class)->debug('my log'); Sometimes the logs show up in var/log/debug.log and sometimes it doesn’t. It’s not caching issue since the controller is called using POST. The controller also seems to be working fine in most cases and reaching the […]
I have use Magento 2.4.6-p5 version. We have some products in our inventory that are in-stock in the backend but showing out-of-stock in frontend. If I make a product out-stock and then back to in-stock then it works fine(in-stock in frontend).let me know if someone has faced such issues.
I have created a widget which is intended to be used to add information as a best seller, this is a category with this name, which has subcategories and products added to these. To display the data I need it to be displayed exactly as it does in my PDP, […]