Merchant Portal
...
Setting Up Magento 2 Identifie...
Setting Up Attributes
4 min
outline if you have products that are non refundable, the below guide will show you how to exclude them from the refundid platform by selecting a custom attribute on your refundid dashboard and inputting a value, all items that have that custom attribute and value applied to them will be excluded steps open up magento 2 and click stores on the sidebar under attributes, click product this list of attributes will be what can be used to exclude items using this feature once displayed with all the product attributes, click on the attribute you'd like to use to exclude items on refundid once on the product attribute you'd like to exclude, scroll down to the manage options section you'll need to extract the value of the option you'd like to exclude this is not something that is visible at first glance, it needs to be accessed via the page's source code to access the value, inspect the page there is a different way to do this based on the browser you use please find a guide below on how to do it on some of the more popular browsers https //blog hubspot com/website/how to inspect https //blog hubspot com/website/how to inspect once you're inspecting the page, you'll need to locate the part of the code that is referencing the option you'd like to exclude for example, the example below is using chrome and we're trying to find the value for the option, yhellow to do so, i'd follow the below steps step 1 click the element select icon in the inspect element editor (see rectangle in red) step 2 hover over the radio button of the option you'd like to get the value for (see rectangle in blue) step 3 locate the \<td> tag for that radio button in the code (see rectangle in white) after you've located the \<td> tag, expand it until the \<input> tag is visible the value of that option will then be visible (see rectangle in white)
