configurable
How to Get the Configurable Product of a Child in Magento2
How to Get the Configurable Product of a Child in Magento2
in order to get the Parent product of a child you will need the child product id then you can get the parent by this code
Magento2- Remove plus sign from the configurable product attributes that have additional price
To do this we need to work on the design area it is the easiest way
firs Create new folder under your theme
Folder Name: Magento_ConfigurableProduct\web\js
Copy this file "configurable.js" from this path
vendor/magento/module-configurable-product/view/frontend/web/js/configurable.js
in the line 407 you need to modify this part