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?
Auto Added by WPeMatico
It’s clear how to write mixing for widgets but not in this case How can I rewrite/updete this.closeDropdown method?
I’m using simple_html_dom.php function to scrap data to specific Magento site. I am able to scrap all of the things but can’t able to find additional images which are comes from script type=”text/x-magento-init” I tried all the way but can’t… Read More »How to scrap image from Magento script type=”text/x-magento-init”
Basically I am trying to get the pre-selected shipping method and shipping carrier on the page load. Also it should capture the shipping method and shipping carrier as soon as the customer selects another radio button. So my question is… Read More »How to get already selected Shipping method and shipping Carrier using ajax in Checkout page Magento 2?
I need to redirect user to PDP page from PLP page not just on click of image or product name, but on click of whole card. As per w3 standards I can not write div within anchor otherwise I would… Read More »Magento 2 – How can I redirect user to PDP on click of product card without using anchor tag
owl carousel container not positioning centrally moving 10 px left side part to right or showing part of left on the right side <div class=”carousel-section relative w-full”> <div class=”absolute left-0 right-0″> <div class=”text-carousel owl-carousel”> <div class=”flex justify-between”> <div class=”w-6/12″>SPIDERMAN</div> <div… Read More »owl carousel not positioning rightly moving part of left side to right
I’m new on PWA Studio and I’m trying to enable the Cookie Restrition Mode. I followed this documentation: https://docs.magento.com/user-guide/v2.3/stores/compliance-cookie-restriction-mode.html But it doesn’t seem to work. I know that when it comes to PWA things are different from Luma, but I… Read More »How to use Magento’s built-in Cookie Restriction Mode with PWA Studio?
anyone fix html5 video autoplay in safari browser/iOS device.
I recently migrated a shop from a server to another. The admin site works fine. The javascript of the shop itself is broken, and the console filled with these error messages that I previously did not have: Uncaught Error: Script… Read More »Javascript broke after migrating the Shop to a new server
Error Screenshot: https://prnt.sc/evsXGmA4rOdW <?php $googlehelper = $this->helper(‘ModuleExtensionHelperData’); $isenabled = $googlehelper->isEnabled(); if($isenabled) : $lanselected = $googlehelper->SelectLanguage(); $layoutselected = $googlehelper->SelectLayout(); $bashlanguage = substr($googlehelper->BashLanguage(), 0, 2); $layouthtml = ‘layout: google.translate.TranslateElement.InlineLayout.’.$layoutselected; ?> <div id=”google_translate_element” style=”float: left;”></div> <?php $scriptString = <<<script function googleTranslateElementInit() { new… Read More »Magento 2.4.7 3rd party scrpit is not working on checkout page
I have a modal where I put a select ui component. I want than when the value of that select is changed I send an Ajax request to one of my controllers search in database an get a json response… Read More »Adding Dynamic Ui Components on select value change