I would like to use magento’s logic to handle all the business logic related with ecommerce. However, I would like to extend it’s functionality (some very custom feature that there are no plugins for) but the problem is that i don’t know php. I know react/java. So I would like […]
Daily Archives: April 20, 2022
I want to add this code in the Specify Class. if (isset($setting['text_colour']) && $setting['text_colour'] != '') { $class .= 'color:' . $setting['text_colour']; } How to make $class .= 'color:' . $setting['text_colour']; in the < h3>,< span>,< div> or class(“abc123”) Thank you
We have used the same PHP script since magento 2 upgrade (around 4 years) to integrate magento with our warehouse management software. Since we upgraded to 2.4 we are getting this message resulted in a 400 Bad Request response: {“message”:”You are required to configure personal Two-Factor Authorization in order to […]
In Magento 2.3 how to get Qty increments value on the product details page. Since I am trying to use Increment and Decrement functionality based on this value. So far I have used the below methods but no luck. $block->getProductQtyIncrements() $_product->getStockItem()->getData('qty_increments')
I have a site in magento that receives a lot of traffic, due to this an autoscaling was configured within aws, the site is in an ec2. Due to this, when one of the instances does not support the traffic, the next one is activated, but I have an error […]
Given an array arr[] of size N where arr[i] ≤ N, the task is to find the minimum number of operations to sort the array… Read More The post Minimum operations to sort Array by moving all occurrences of an element to start or end appeared first on GeeksforGeeks.
Given two positive integers A and B, the task is to find two positive integers such that they belong in the range [A, B], such… Read More The post Find minimum sum Pair whose GCD is greater than 1 appeared first on GeeksforGeeks.
Given an array arr of size N, and also given that Alice and Bob are playing a game and Alice has a number A and… Read More The post Find winner when players remove multiples of A or B from Array in each turn appeared first on GeeksforGeeks.
There were in total of 3 rounds – The coding/Problem-solving round, Technical Interview, and Hiring Manager Round. Round 1 – Coding/Problem-Solving round (90 minutes): This… Read More The post Jupiter Money Interview Experience for ML Engineer (Off-Campus) appeared first on GeeksforGeeks.