I am working with Argento and Made a Local Custom Theme. But this question can be answered for any theme including Luma magento 2.4.3 What I want. Place informative small icons images under the short description on product page. These need to be done for over 30000 products so need […]
Magento
Just noticed that for a desktop version, after reaching a footer with page scrolling, pages of website can be scrolled far further (just scrolling through empty space to the page end). At the same time, for a mobile version everything works fine, page is not scrollable after reaching a footer. […]
I’m having trouble figuring out or finding an example of showing total savings in order summary when using built-in Catalog discount rules. When using Cart rules, the total savings are showing fine in order summary. Would appreciate if any could show a way of doing this.
I have created a custom module in which I created a popup modal in custom location.js with require js on and add this js in default.xml file. On the first page load popup is open after the page load i want to load this js before the page load. Here’s […]
I want to load Fontawesome in my Magento2 without CDN. I have downloaded the font awesome library from this link Fontawesome 6.1.1. And in zip file I got these files as shown in the figure . And in my Magento2 folder at this path C:xampphtdocsmagento2appdesignfrontendHiddenapparelweb I have these files . […]
HI I was reviewing the code. Does :void mean ignore this function in my override? example: private function clearIndexTable(): void When I do override, I copy the original file and modify. The original file has few functions, I only need to modify one of the function. So how do I […]
I’m trying to modify the Source Selection algorithm based on the following condition: Sort by Sellable(available) Quantity (Descending) and then location sort priority I have tried many tutorials but it’s not working, I tried to override the following model MagentoInventorySourceSelectionModelAlgorithmsPriorityBasedAlgorithm but not work. Is there any way to override distance-based […]
I am trying to create a module that uploads Category image (as Category extension attribute) via REST API. The problem is that I can’t even fetch extension attributes in afterSave method of my Plugin with the lines of code below: $extensionAttributes = $category->getExtensionAttributes() ?: $this->categoryExtensionFactory->create(); Though, obviously, extension attribute is […]
There are multiple media folders missing in 2.4.3-p3 I have read this –> https://developer.adobe.com/commerce/php/tutorials/backend/modify-image-library-permissions/ Does anyone know exactly where to add/edit this file? Thank you