sanjeevyadavIT / magento_react_native

🛒 MageCart: E-commerce app for Magento 2.x written in React Native
GNU General Public License v3.0
282 stars 124 forks source link

Show and update price for configurable product in ProductDetail Page. #2

Closed sanjeevyadavIT closed 5 years ago

sanjeevyadavIT commented 5 years ago

Is your feature request related to a problem? Please describe. Currently in ProductDetailPage if the product is simple, it's price is shown, but if it is configurable then price is not shown, function need to written so that when user select configurable options from the picker, appropriate price is shown.

Describe the solution you'd like Check troublediehard/magento-react-native implementation in product screen and copy it.

Additional context Major feature, must be implemented.