In my case I have installed Laravel 10 in UBUNTU, after installation, i created front and admin routes, but there is problem with routes, front route is working, but admin route is not working, when I call admin route its says, Not Found The requested URL was not found on […]
Magento
Can anyone advise on removing the product sorting menu on category and sub category pages? I’ve manually positioned products and limited sorting to ‘position only,’ but the menu still shows on the front end. I’d prefer not to hide it with CSS since I want it to not load at […]
When overriding a layout xml file from a third-party module, example being Amasty, is it best to include the new xml file within a custom module, within app/code, or within the theme directory, that is in app/design? I have been performing these overrides within a custom module but everything I […]
I’m writing a Magento 2 client library in nodeJS and I’ve created some product attributes via this POST API /rest/V1/products/attributes which worked fine but I want to add update method as well, for which I tried this PUT API /rest/V1/products/attributes/{attributeCode} and it’s not letting me update the product attributes as […]
I have this date field in a form (a ui component) and i’m tryig to make it “required field”, I tried with <item name="required-entry" xsi:type="boolean">true</item> but it didn’t work. And also tried with a custom validation but also not working, any ideas? Date field in the form <field name="date_of_birth" formElement="date"> […]
I install fresh new Magento on my environment Magento version 2.4.6-p1 in the admin panel loader not gone it’s take only loading. can any one guide on the same.
My problem concerns the search bar. I would like to know if it’s possible not to display some product only on some search term (i don’t want to disable search in product) ? Example: We have the common word “échelle” when we do the search there is no “échelle”, this […]
I want to change product option price dynamically in Product Detail Page. For Example: In admin i have set White Color Price $10.00 but i want to change that price based on some condition. I’m looking for event/observer to change that price on fronted. Note : I want to change […]
I’m managing a Magento ver. 2.4.3-p1 ecommerce. I tried exporting all our products using the built-in export feature and I noticed that the resulting .CSV only contains each product’s base_image and swatch_image. Since our products generally have around 3-4 images attached, is there a way to export all of them […]