i am using magento version 2.2.3 . when I want to save new category in other language from English I get invalid URL key error . this is my log in var folder of magento project Invalid URL key {“exception”:”[object] (MagentoFrameworkExceptionLocalizedException(code: 0): Invalid URL key at E:wamp64wwwmagentovendormagentomodule-catalog-url-rewriteObserverCategoryUrlPathAutogeneratorObserver.php:61)”} [] how to […]
Daily Archives: July 26, 2021
Is possible to create Magento 2 shop with two domain in PWA with one admin panel? Anyone know how to do this?
A merchant would like a promotional content block on the cart which changes by customer segment. the content should only appear when you cart total is $50 or more excluding shipping What solution will meet the requirement? Create a widget with a static block assign to a customer price rule. […]
A retail sells their products on their Magento Commerce site and in physical stores, they want to give customers the ability to purchase and use gift cards online or in-store, including cards which have already been sold through both channels. Their in-store point-of-sale (POS) has built-in gift card capabilities and […]
Given a singly linked list, the task is to split the given linked list into exactly three parts such that the maximum difference between the… Read More The post Partition a Linked List into 3 parts such that the maximum difference between their sizes is minimum appeared first on GeeksforGeeks.
Given an array arr[] and brr[] both consisting of N integers and a positive integer K, the task is to find the minimum value of… Read More The post Minimum value of X such that sum of arr[i] – X raised to the power of brr[i] is less than or […]
Given an array arr[] consisting of N strings of lowercase characters and a character K such that any string may start with the character K,… Read More The post Check if a pair of strings exists that starts with and without the character K or not appeared first on GeeksforGeeks.
Given a string str containing characters ‘G’ and ‘F’ only, the task is to check if the given string str can be made empty after… Read More The post Check if a string can be made empty by repeatedly removing given subsequence appeared first on GeeksforGeeks.