• Resolved praveensahu90

    (@praveensahu90)


    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 bag

    E.g 1 bag = 50kg
    price/kg = 100

    Total 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)
  • Plugin Author Condless

    (@condless)

    Hi Praveen,
    The change should be made in the code of the app, for displaying the calculated by per unit price in the cart try using the product ‘price_html’ attribute instead of the ‘price’ attribute.

    Thread Starter praveensahu90

    (@praveensahu90)

    Thanks, I’ll try that!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin not working in Flutter app’ is closed to new replies.