I am running into issues when upgrading from 2.3.2 to 2.4. Following the documentation from https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/implementation/perform-upgrade.html?lang=en All the pre-requisites installed to perform the upgrade Elastisearch 7.17 has been installed. I know Adobe mentions that Elastisearch 7.6.x is supported by Magento 2.4.0 but the documentation does list Elastisearch 7.x can be […]
Magento
i already created cms block with image advertising how to display cms block on product page in the lower part above the footer? only use admin panel
Is it possible to create magento 2 module that allows admin users to search sales rules by coupon code and display the results?
I created a local.css file that works well with this content: body { background: blue; } However, I want to use it to hide this button: <button type="submit" title="Add to Cart" class="action tocart primary"><span>Add to Cart</span></button> How do I format the CSS to hide this button?
I want to set the limit for the products to compare max 2 product. I tried to create this module: https://magento.stackexchange.com/a/159543/16894 But it seems that this does not work with Magento 2.3.4, because I do not get any errormessage and still can add more than 2 items. How can I […]
Magento CE 2.4.5 display “HTML tags must be properly nested and closed:” How to fixed on folllow code: JQMIGRATE: HTML tags must be properly nested and closed: <div if="isPaymentMethodsAvailable()" class="items payment-methods"> <div repeat="foreach: paymentGroupsList, item: '$group'" class="payment-group"> <!-- ko if: showFormShared($group) --> <!-- ko foreach: getRegion('billing-address-form-shared') --> <!-- ko template: […]
rookie in Magento learn multistore, tell a resource where in simple language you can understand role EAV in multistore
I am trying to make get an oauth acces token from magento but when i sent the data i receive this error. Bad Request Your browser sent a request that this server could not understand This is the header of the request im sending. "Authorization":"OAuth oauth_consumer_key="blank for privacy reasons", oauth_callback="blank […]
Looking for ideas that implement best-practices and offer the best user-experience. I’d like to check cart items for custom conditions when the checkout page (not the cart page) loads. I’ve looked at checking window.checkoutConfig data and using ajax, but I’d rather not go this route. I know the checkout is […]