manually added products not showing on site?
I have manually added simple products to a grouped product but nothing showing on website?! Checked they are enabled AND showing stock AND not duplicated but still not showing ?
I have manually added simple products to a grouped product but nothing showing on website?! Checked they are enabled AND showing stock AND not duplicated but still not showing ?
When I try to login as user I have the problem of invalid form key on frontend. Once the page is refreshed, the login works. We have 4 sites main.it subdomain.main.it second.it subdomain.second.it What could be the cause? I’ve tried… Read More »Invalid form key. Please refresh the page on Front End
I have an extension installed via composer and wish to make some small changes so it fits better within my theme. The file is located at: /vendor/<Namespace>/<Module>/view/frontend/templates/file.phtml. I understand I can copy this file to my theme and override it… Read More »Override phtml from third party extension in theme folder
I am facing this issue I have started the setup of my store. In this when any customer is placing the order he is getting a confirmation email (as still today no one complains about not getting mail) but in… Read More »Magento 2 Admin section ‘The order confirmation email is not sent’ showing
We are reading the Magento configurable configuration inside an API call: private function getSpConfig($product) { if ($product->getTypeId() != ‘configurable’) { return null; } /** * @var ConfigurableBlock */ $configurableBlock = $this->_layoutInterface->createBlock(ConfigurableBlock::class); $configurableBlock->setData(‘product’, $product); $spConfig = json_decode($configurableBlock->getJsonConfig(), true); usort($spConfig[‘attributes’], function ($a,… Read More »Does area emulation also influence DI / plugins?
We have added some additional sortable / filterable columns to sales order grid using some basic joins. This would be the relevant code regarding data app/code/Vendor/Module/etc/di.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoFrameworkViewElementUiComponentDataProviderCollectionFactory”> <arguments> <argument name=”collections” xsi:type=”array”> <item name=”sales_order_grid_data_source” xsi:type=”string”>VendorModuleModelResourceModelOrderGridCollection</item>… Read More »Magento2 join product details in sales order grid as filterable column
I am very new to magento. What is the query to to know who was the user who updated the price of a product? I just want to know the query, not the code. Thanks in advance.
Magento ver. 2.4.2-p1 Amasty extensions We used to have Elastic Search crash every once in a while but this is no longer happening since we upgraded to the most powerful server. We had instances where couple of times a month,… Read More »Category products do not load – ‘We can’t find products matching the selection.’ Error keeps coming up at least once a day. Elastic search is running
How do you change the price and name of a product via Observer in the cart. In Magento 2.4.5 no supermode is available
we have tried to install existing magento scandipwa theme.we are getting node-sass, node-gyp and phython2 error.please check the attached screenshot User Guide : https://docs.scandipwa.com/getting-started-1/magento-integration we have follows steps as per user guide: first we have create existing magento root create… Read More »Magento 2 scandipwa theme install in our local server we are getting the node-sass,node-gyp and python2 errors?