Plugin not working in Flutter app
-
Hi,
The plugin works fantastic in the web based e-commerce store but functionality isn’t working in the android app (flutter based).
1. It shows the unit price on the product display page
2. But in the cart, the total sum is calculated by per unit price only and not per bagE.g 1 bag = 50kg
price/kg = 100Total sum should be 50kg x 100
but on app (in the cart) its calculating as 1kg x 100
Is there any way around this. Thanks in advance.
Cheers,
Praveen
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin not working in Flutter app’ is closed to new replies.