composer require : 2.4.4
Hello i’m trying to install a plugin with composer in Magento 2.4.4 but how can i fix following error? Thanks
Hello i’m trying to install a plugin with composer in Magento 2.4.4 but how can i fix following error? Thanks
I’m trying to use Chroma library in Magento and so far I did the following two things: Created a app/design/frontend/Vendor/Theme/requirejs-config.js with the following content: var config = { deps: [ ‘js/chroma.min’, ‘js/_sample’, ] }; and a _sample.js file in app/design/frontend/Vendor/Theme/web/js/_sample.js… Read More »How to add a JS library and a JS script that makes use of that library?
We’re trying to just display the text in the code below if the page is the cart page so that visitors are aware that they can add a gift message to their order. Code works fine by displaying the text… Read More »Jquery code doesn’t work when deployed but runs fine in the browser console in Magento cart page
I’ve set tax 23% for taxable class. Then I set option “I’ve enter prices in catalog Magento with tax”. Then I set for every place display price with tax. 59,99 zł is correct product price in catalog backend and in… Read More »Magento 2 problem with tax
I’m facing the following error when I try to change category name : Something went wrong while saving the category. Notice: getimagesize(): read of 8192 bytes failed with errno=21 Is a directory in /home/nectarksa/public_html/vendor/magento/framework/Filesystem/Driver/File/Mime.php on line 115 I’ve tried to… Read More »Something went wrong while saving the category. Notice: getimagesize():
In my store, I have multiple items that have an incorrect salability quantity, but the inventory_reservation table does not contain that product. What’s the table used in the salable quantity calculation? Is there a way to fix this?
Should be achieved by preference not using the plugin and observer
Our static blocks are showing above our breadcrumbs and we don’t want them to. Is this a setting me are missing or something?
I have created one graphql extension for customer OTP send and verify for login with OTP in the project’s POS app. There are two requests When POS app request OTP with customer_id and pos session_id, it sends OTP to the… Read More »Magento 2 How to use header variable in resolver?
my pokemon-component.js define([ “jquery” ], function ($) { “use strict”; return { getPokemonResults: function () { /** * Return result from pokeapi * @return {Deferred} */ return $.ajax({ url: “https://pokeapi.co/api/v2/pokemon/”, type: “GET”, global: true, contentType: “application/json”, Data:{ ‘pokeData’:[] } });… Read More »why do I get these numbers rendered in the front end? when I use ajax to do a get to an api