I am fairly new to Magento. I have a module called WebForms. I’d like to use them as a type Catalog Customizable Option instead: My question is, is it possible to connect these modules in a simple way? Maybe as a type: return [ 'webforms_options' => [ [ 'record_id' => […]
Magento
I need to get a module that the customer can use to review (rating) the store in general, and not the products. Is there any module that has this functionality? Or how could I develop it in magento 1
we have an issue where stock does not go to 0, so if a customer buys something E.g. that has 1 left, the stock does not go to 0. The same happens if there are 5 left and the customer buys 5 it does not go to 0, it stays […]
How would I configure M2/ElasticSearch being able to do a partial search by SKU? Searching for ‘12345’ would find SKU XX12345.
I want to add custom link after create an account link in top header but not able to do that, please help thanks in advance my default.xml <?xml version="1.0"?> <!-- /** * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../lib/internal/Magento/Framework/View/Layout/etc/page_configuration.xsd"> […]
I am learning hyva theme for magento 2. Learning about hyva-react-checkout and Whenever I try to run any magento cli command, I get this error, Autoload error: Module 'Hyva_ReactCheckout' from '/var/www/hyva/public/vendor/hyva-themes/magento2-react-checkout/src' has been already defined in '/var/www/hyva/public/vendor/hyva-themes/magento2-hyva-checkout/src' How Do I solve this? I only installed couple of packages relating to […]
I have this demo Magento 2 store (ver. 2.4.4) built on a Debian server and for some reason I’m not receiving emails after I make an order. In Stores > Configuration > Sales > Sales Emails I have this: My /etc/postfix/main.cf file: I didn’t even receive an email when I […]
We have a staging site which starts with magento2. I did recently dump the Magento DB from the live site into that of dev site because of which all links on the staging site redirect to the live site. I used to run the following SQL in the past to […]