I´m having a couple of Issues with the Calculation App from Calconic.
The app creates a variant automatically upon adding the calculation to the basket, when another customer calculates then for a split second before the calculator loads the past variants are visible. Is there a way around
the issue?
When added to the Basket then Quantity/Price are set to 0 and a refresh is required to show them correctly.
Attached is a photo of the Variants in the Backend, Calculation added to the basket.
This is an issue that really needs to be taken up with the apps developers directly.
That’s kinda similar to the problem of Flash of Unstyled Content(FOUC), and there are different strategies for that web development problem you may try to keep hiding the wrong variants until it’s actually ready.
Research left to the reader.
When added to the Basket then Quantity/Price are set to 0 and a refresh is required to show them correctly.
If the app is firing a javascript event listen for it then reload the page, otherwise you’d need to poll the DOM which isn’t an ideal situation.
Both problems will probably required advanced javascript work to solve the apps problems.