I need to find the file which is responsible for displaying tier prices for prodcuts in the admin panel
1 Answer 1
You can have a look at the file vendor/magento/module-catalog/Ui/DataProvider/Product/Form/Modifier/AdvancedPricing.php, specifically within the getTierPriceStructure method.
-
AND ALSO where i need to change the code for savig these multi select options, basically which file is responsible for saving this customergroups options.Santhana Vignesh– Santhana Vignesh2024年07月18日 07:40:24 +00:00Commented Jul 18, 2024 at 7:40
-
I changed it as multiselect but it will go as array, so where i need to change the code to make changes while saving that, which files will do that worksSanthana Vignesh– Santhana Vignesh2024年07月18日 11:21:50 +00:00Commented Jul 18, 2024 at 11:21
default