Latest products first and out of stock products last
Hi there is there any extension which i can use for my webstore which has a default option of displaying the newest products first and the out of stock products last. Thanks in advance
Hi there is there any extension which i can use for my webstore which has a default option of displaying the newest products first and the out of stock products last. Thanks in advance
If I clear all the other caches, the issue does not occur. The problem happens only when I clear the configuration cache, and everything goes to a 404 error. error Screenshot : https://i.imgur.com/kEzF46x.png (config_errors.log file)
Halloween 2024 is coming! Prepared for this year’s Halloween?
We have a part compatibility attribute on our website. We use it to let customers filter to only see parts that would be compatible for them. The problem comes with Bundle products. We have the attribute on the bundle product… Read More »Ignore Bundle Product Child attributes in Layered Navigation
I am trying to send an email on Magento 2 with an attachment. Not being a developer I copied a working module, but the email does not start. Below is the error and the code. Can anyone help me? Error:… Read More »Send attachment with form
Is there any way we get the customer password but not hashed! I am trying this way but not getting <?php namespace VendorCustomerObserver; use MagentoFrameworkEventObserverInterface; use MagentoFrameworkEventObserver; use PsrLogLoggerInterface; class LogPassword implements ObserverInterface { protected $logger; public function __construct( LoggerInterface… Read More »want to get the Customer password at the time of Registration
I have error ‘Refused to execute inline script because it violates the following Content Security Policy directive…’ in console. I tried to solve this in the following ways In .phtml <script type=”text/x-magento-init”> {“*”: { “gtmLoader”: { “gtmId”: “<?= $viewModel->getGtmId(); ?>”… Read More »gtm.js?id=xxx CSP error on checkout page
In the database, I need to store data in an encrypted format. When retrieving the data, it should be automatically decrypted. Consider the following class: public class data { public Guid Id { get; set; } public string? Name {… Read More »Encrypt data before save into the database and Decrypt data after fetched from the database
I’m encountering a 404 error while trying to capture an invoice in Magento 2.4.7-p3. The issue seems to be related to the MagentoSalesControllerAdminhtmlOrderInvoiceCapture controller class, which implements the MagentoFrameworkAppActionHttpPostActionInterface. This is enforced in Magento 2.4.7, causing the controller to only… Read More »magento2.4.7-p3 capture(admin/sales/order_invoice/capture/invoice_id/….) 404 error
do any of you have a solution on how I can make the tooltips not flow off the page? I have a problem with this especially on mobile, where setting .lib-tooltip(left) makes the element flow out of the page for… Read More »Prevent tooltips from floating off the page