Mixin for ‘mage/dropdowns’
It’s clear how to write mixing for widgets but not in this case How can I rewrite/updete this.closeDropdown method?
It’s clear how to write mixing for widgets but not in this case How can I rewrite/updete this.closeDropdown method?
I am using https://github.com/IcecatNV/magento-extension to import data from icecat into my Magento 2.4.6 store. The extension is connected to icecat, I made the mapping and when I import data on product level (button in product) it works. But it seems,… Read More »icecat cron is always running, but no products updated?
I’m trying to upgrade my Magento to 2.4.6 from 2.4.3. I’m getting these errors, not sure what to do. Is there anyone who can help me? Problem 1 – zendframework/zend-stdlib[2.7.5, …, 2.7.7] require php ^5.5 || ^7.0 -> your php… Read More »Error when upgrading Mageto 2.4.3 to 2.4.6
I am using the Magento 1.8 version and am facing a sudden critical issue while checking out my LIVE website. Problem: : The “Checkout” button on the cart page is not showing, and any order placement-related activity shows the below… Read More »Checkout button is not displaying on the cart page and quantity is not updating on the cart page in Magento1.8 based website
I want to show alert box to customer after I click on “Next” button. if the Cart Subtotal is more than $100 I try to put this function in Magento_Checkout/templates/onepage.phtml but nothing hapenned. $(document).on(‘click’, ‘.button.action.continue.primary’, function (event) {` var orderTotal… Read More »Magento 2 : How To Show Custom Notice Message Before Payment Step on Checkout
Sometimes it Load almost 5-6 hour
I am trying to remove this Bewertungen h3 tag but can’t find for the live of me where it is. I have checked: the content/blocks where i can find the list items under it but not the title, The catalog/product… Read More »Can’t remove h3 in Footer
When I load the checkout I find country name in billing address already. This is Magento 2 default code which render this in file Module_Checkouttemplatebilling-addressdetails.html <text args=”getCountryName(currentBillingAddress().countryId)”></text><br> How to stop showing on page load.
Here is the code <script> require([ “jquery” ], function($) { ‘use strict’; $(document).ready(function () { setTimeout( function(){ let telephone = $(‘input[name=”telephone”]’); telephone.keypress(function() { console.log(“Formatting phone number with keypress”); telephone.attr(‘maxLength’, ’13’); telephone.attr(‘minLength’, ’13’); telephone.addClass(‘validate-phone-13’); telephone.attr(‘type’,’tel’); let x = $(this).val(); x =… Read More »Magento2.4.6: setTimeout() doesn’t work on server on checkout page but its working on local checkout page, whats the reason?
When I try to retrieve a list of categories with the below GraphQL query, I only get one result instead of the expected 8. All the configuration options for the categories are default. Listing Categories query Categories { categories(pageSize: 50)… Read More »Listing categories through GraphQL doesn’t work