Upgrade to 2.4.3 p2 Are Opensearch and Elasticsearch both needed or can I use just one?
I am upgrading from 2.4.3 to 2.4.3 p2 and just want to know, do I need both OpenSearch and Elasticsearch, or is just 1 sufficient. Thank you.
Auto Added by WPeMatico
I am upgrading from 2.4.3 to 2.4.3 p2 and just want to know, do I need both OpenSearch and Elasticsearch, or is just 1 sufficient. Thank you.
I am facing this issue, while creating the configurable products. SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to… Read More »SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; ( Can’t Create Configurable Products)
I have installed Magneto 2.4.3 p1 after installing i have replaced my app/code and app/design with my previous projects app/code and app/design when i run setup:upgrade i get this error
how can we get the Revenue using custom Period or Date? below is code, custom.php : /var/www/html/m2_new_staging/app/code/Rental/Totalrevenue/Model/Api <?php namespace RentalTotalrevenueModelApi; use MagentoReportsModelResourceModelOrderCollectionFactory; use PsrLogLoggerInterface; class Custom { protected $_collectionFactory; protected $logger; public function __construct( LoggerInterface $logger, CollectionFactory $collectionFactory ) {… Read More »how to get revenue using custom period or date range?
I have a referral url like this http://example.com/customer/account/create?referral=xyz123 This takes us to sign up form where there is a hidden field for referral and is populated using JS. The is then captured by an observer and processes it. Now, my… Read More »SSO sign up with referral id
In Magento “version”: “2.4.3” I am facing this error during executing bin/magento setup:static-content:deploy -f; Anybody had this issue ? Fatal error: Cannot use ::class with dynamic class name in /var/www/html/vendor/laminas/laminas-mail/src/Message.php on line 394 ERROR: 255
We’ve recently updated to Magento 2.4.3, I’m not sure if this issue is due to this version or if it existed previously. It’s not been a problem until now. We use an extension to set a custom stock status for… Read More »Can I prevent Google indexing in stock/out of stock status?
I’m developing a website using Magento Cloud. I created 2 new sort-by options as attachments below: When I select sort-by “Price Low to High” or “Price High to Low”. I always get messages: We can’t find products matching the selection.… Read More »Magento Cloud – Cannot sorting products list by min_price DESC or ASC
I am wondering if there is a way I can exclude specific .less files from compilation, or even an entire directory. I am having a lot of trouble trying to upgrade FontAwesome to the latest version. I’ve uploaded all the… Read More »Excluding specific LESS files from Magento compilation
I am creating a custom product import function. While importing the csv I am getting an error Please enter a correct entity model. This is what I have done ModelImportProductImportProductImport.php <?php namespace TtmHelloPrintModelImport; use Exception; use MagentoFrameworkAppConfigScopeConfigInterface; use MagentoFrameworkAppResourceConnection; use… Read More »Getting error “Please enter a correct entity model” while creating product csv import