Default Magento 2 does not provide to show the special price on the category page, for show special price we did these changes file name – Vendor/theme/Magento_ConfigurableProduct/templates/product/price/final_price.phtml Change – <?php if (!$block->isProductList() && $block->hasSpecialPrice()): ?> <span class="old-price sly-old-price no-display"> to <?php if ($block->hasSpecialPrice()): ?> <span class="old-price sly-old-price"> Able to see […]
Magento
I have a CMS page in magento 2, for which I want to add tag that will be included in section of this page only. I do not want this tag to appear on any other page. My magento version is 2.4.2 Thank you in advance !!
I’m trying to add a button in the system configuration but also wanted to save it in the core_config_data. The reason is in every store view I want to show different messages based on the store id. But the problem is when I create a button in system.xml it does […]
I’m using Magento EE 2.4.1 and facing an issue in PLP pagination. I have set product per page as 12,24,36 in both grid and list view. On the product list first page I can see 12 products and on the second page it shows only 4 products but my total […]
Magento 2.4.3-p1 When I run bin/magento cron:run on the command line all is fine. No issues. When I let it run by the system’s cron it does not work and I get this in the /var/log/magento.cron.log all the time: There are no commands defined in the "cron" namespace. This happens […]
My site is processing credit card orders successfully, but when the order completes, the invoice gets generated as normal, but no products are added to the invoice (the amounts show up, but dont reflect any discounts, and the Items Invoiced section is blank). PayPal checkout results in an error about […]
So i have a problem with 2 shipping related modules that send data to third party after order has been made. The modules have almost the same code but they have their own namespaces and diffrent api URL POST requests. Lets say they are module A and module B. When […]
We have a backend observer that sets a session variable after a shipment is created (sales_order_shipment_save_commit_after). It’s been working for over 2 years, but after the latest upgrade to 2.4.3-p1 the session parameter is not being updated. The issue is also present if we use the raw $_SESSION variable instead […]
I have deleted the 2nd Magento website and after deleting the 2nd website showing the following error please help me. how to resolve this issue {“0″:”The website with id 2 that was requested wasn’t found. Verify the website and try again.”,”1″:”#1 MagentoStoreModelStoreManager->getWebsite(2) called at [generated/code/Magento/Store/Model/StoreManagerInterface/Proxy.php:135]n#2 MagentoStoreModelStoreManagerInterfaceProxy->getWebsite(2) called at [vendor/magento/module-store/Model/Resolver/Website.php:31]n#3 MagentoStoreModelResolverWebsite->getScope(2) […]