I don’t thing any tag was set up originally and all my customers are general. Is the still a way to sort them by the ones who set up an acc.?
Daily Archives: October 1, 2021
I am using Paypal Express Checkout. How can I remove the business page (https://imgur.com/2S0b5vf)? The issue is because now customers should twice choose a payment method https://imgur.com/2S0b5vf https://imgur.com/xzQeBbs
I installed Smile Elasticsuite on Codazon Infinit Theme. After noticing some features included in the theme are also included in Elasticsuite I disabled them fearing issues: Layered Navigation Pro Mageworx module-searchsuiteautocomplete Alas, even after disabling them, autocomplete still doesn’t work. Actually Elasticsuite works when searching a name/brand and reaching suggestions […]
I have a custom module in which the user should only be able to navigate to a page in the frontend when the “Demo mode” setting is set to true in the configuration of the module. I am able to get the current state of the setting in the frontend, […]
I have added a custom step in checkout where we list all the uploaded prescription by the customers and they can upload new file also. So once the customer upload the file, on “Next step” we upload that file using ajax. Till now everything is working fine. But now, I […]
Given a Binary Search Tree, the task is to create a wave array from the given Binary Search Tree. An array arr[0..n-1] is called a… Read More The post Create a wave array from the given Binary Search Tree appeared first on GeeksforGeeks.
Given an array, arr[] and a positive integer K. The task is to find the position say i of the element in arr[] such that… Read More The post Find position i to split Array such that prefix sum till i-1, i and suffix sum till i+1 are in GP […]
Given an array(1-based indexing) arr[] of permutation of the first N natural numbers, the task for each element is to find the number of moves… Read More The post Count of pass required to visit same index again by moving arr[i] to index arr[i] appeared first on GeeksforGeeks.
Given an array arr[] of N strings consisting of lowercase alphabets, the task is to find the number of distinct groups of strings formed after… Read More The post Count of distinct groups of strings formed after performing equivalent operation appeared first on GeeksforGeeks.