10 Best Magento 2 Themes for Online Stores in 2024
10 Best Magento 2 Themes for Online Stores in 2024!
10 Best Magento 2 Themes for Online Stores in 2024!
In magento 2.4.6 I have a custom module that adds some configuration in the admin panel. I also have a Helper/Data.php with methods to collect the value of each field of this configuration. On the other hand I am using… Read More »How to add custom content to products endpoint?
I have a cart-items-mixin.js define([‘Magento_Catalog/js/price-utils’, ‘Magento_Checkout/js/model/quote’, ‘ko’,], function(priceUtils, quote, ko) { ‘use strict’; return function(CartItems) { return CartItems.extend({ (…) showDetails: ko.observable(false), handleShowDetails: function() { this.showDetails(true); }, initialize: function() { this._super(); (…); } }); }; }); and the template: <!– /**… Read More »How to keep track of this of the parent component when calling a parent function inside a foreach loop in the template in knockout?
I am using magento 2.4.7. When i create new product in admin, everything work as expected. but when i try to edit product, in that case short description and specification field show blank, but i did check in database its… Read More »Product ‘Short description’ and ‘Specification’ not displaying in admin Magento 2.4.7
We are facing a tax calculation rounding issue in my Magento Website (Version 2.4.4). We have tried many times but are unable to fix it. Could anyone please help? We have attached the screenshots for the tax configuration and order… Read More »Tax Calculation Rounding issue in Admin order section. Could anyone please help?
I followed below link to Display Stock filter in the layered navigation. Magento2: How do I add a filter for “is_in_stock” on category page layered navigation? Created all the files as per the accepted answer. getting below error column not… Read More »Issue in Showing stock filter in layered Navigation Magento2
ENV magento 2.4.6-p6 MacBook apple M1 max macOS Sonoma 14.5 docker desktop: 4.30.0 engine: 26.1.1 docker-compose: 2.27.0 composer:2.2.24 elasticsearch:8.11.4 kibana:8.11.4 mysql:8.0 php:8.2.18-fpm redis:7.0.15 nginx:1.24.0 dockerfile: 3.8 Background Hello everybody, Fresh install Magento 2.4.6-p6 Homepage’s text style shows incorrect.And picture shows… Read More »fresh install Magento 2.4.6-p6 : localhost text dispaly error and admin page keeps loading, please help
how do I get bundle product options labels with value in my custom email templates? My custom email template code is here.. <?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ //… Read More »Magento 2 How to Get Bundle product options lables with value in custom email templates
i use the canonical links for categories and products, now have i a problem. After update url key for some category the rel attribute=canonical in source code remained old. How can i change it?
I have a site, with multiple stock sources, and backordering enabled. When I test adding to cart, Magento is not taking into account stock in all sources when determining the number of items to be back ordered. EG Default source:… Read More »Magento 2.4 MSI stock sources and product salableqty