Create a custom Rest API product based which just includes the following. • Product Name • Product URL • Product image (media URL) • Product Price • Product SKU • Product Qty • Product Stock Status what should be the code ?
Yearly Archives: 2022
I would like to create a customer module, I want to get use with the vendor/magento/module-ups/ module, and using the same config in my custom module, such as userID, password, access key. how can I include into my custom module? I want to get use below function into my custom […]
i have made a drop down named test_attribute and multi_attribute for products and i want to show that into api call of products as well i have made extension_attributes.xml but nothing in extension_attributes.xml shows up in api call can some body help? extension_attributes.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd"> <extension_attributes for="MagentoCatalogApiDataProductInterface"> […]
I have need to override vendor/magento/module-customer/view/frontend/templates/address/edit.phtml ., to include some custom fields to address form in new customer registration page. Active theme is luma. Magento version is 2.4 I tried have customized edit.phtml in app/design/frontend/Magento/luma/Magento_Customer/templates/address/ – didn’t work Then tried in app/design/frontend/Magento/blank/Magento_Customer/templates/address – didnt work . In pub/static/frontend/Magento/luma/en_US/Magento_Customer/template , the […]
I need to export pages or templates made with Magento’s Page Builder and import them to another site. Is there some way of achieving this?
Given an integer N, the task is to generate an array arr[] having N positive integers such that arr[i] ≠ arr[j] if j is divisible… Read More The post Generate Array such that max is minimized and arr[i] != arr[j] when j is a multiple of i appeared first on […]
Given integers L and R, the task is to find the number of integers in range [L, R] (say X) which does not form a… Read More The post Count of integers in range [L, R] not forming any Triangular Pair with number in [1, R] appeared first on GeeksforGeeks.
Given an array A[] of size N and a digit K. Find the number of sub-sequences of the array where the last digit of the… Read More The post Count of subsequences of Array with last digit of product as K appeared first on GeeksforGeeks.
IBM GBS came to our college for the final year placement. There are a total of 4 rounds. The first three rounds took place on… Read More The post IBM GBS Interview Experience appeared first on GeeksforGeeks.