Even if you’ve only progressed a short way into your development career, your knowledge has value to others. There may be people who know far more than you, but there are always more who are yet to acquire the skills you currently possess. And only a small percentage of those […]
Daily Archives: September 2, 2021
I am creating a custom api endpoint to receive some data in json format. This is my module’s code webapi.xml <?xml version="1.0" ?> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Webapi:etc/webapi.xsd"> <route url="/V1/matrid-nextapi/orders" method="POST"> <service class="MatridNextApiApiOrdersManagementInterface" method="postOrders"/> <resources> <resource ref="anonymous"/> </resources> </route> di.xml <?xml version="1.0" ?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <preference for="MatridNextApiApiOrdersManagementInterface" type="MatridNextApiModelOrdersManagement"/> </config> Api/OrdersManagementInterface.php <?php […]
Hi all I’m doing a report where I need to filter data. I have 2 uicomponents, 1 form and 1 listing/grid. Basically I need the form to filter the listing, but I don’t know if I can accomplish this by using listingInsert. Or do I need to add that on […]
I need to update the product custom_attributes. I use the rest API and XML (this is important) in the Postman. But I get an error message (see Attachments). If I try to update only one custom_attributes, everything is fine. The error is displayed when I update more than one custom_attributes […]
Basically I have a custom option price which gets applied to each quantity. But I only want to apply that custom option price once instead of applying to each quantity. Below I am adding image of custom option No matter how much is the quantity I only want to apply […]
Magento 2 default paypal order after IPN completed turn to order status “Processing”. This is the default order status |Data|Value | |:---- |:------:| -----:| |Status|Processing | |Status Code|processing | |Default status|Yes| |State code and title|processing[Processing] | I need to change paypal order IPN completed after order status “new_order_recieved” |Data|Value | […]
Round 1: Online Test : Three coding questions on the Hackererath platform. Count the number of duplicate words in a given sentence. Change array element… Read More The post Unthinkable Solutions Interview Experience appeared first on GeeksforGeeks.
Wells Fargo visited my college for FTE and Intern selection process 2022. For the FTE Out of 200+ students, 150 were shortlisted based on their… Read More The post Wells Fargo Interview Experience | On-Campus 2022 appeared first on GeeksforGeeks.
TCS Digital Interview Experience I wrote TCS digital in the month of August. Round1: The first round comprised of verbal, Quantitative aptitude, and coding section(Duration:110min)… Read More The post TCS Digital Interview Experience 2021 appeared first on GeeksforGeeks.