Note the price is $41. This is correct (at least, that is what the game is charging me as far as I can determine).
(I’d embed the image but the whole right side gets cut off.)
Note that the graph shows the price is $41 (correct), but the display shows $35.
This is not a re-painting issue; leaving the screen & coming back to it does not update the price.
If I upgrade the ingredient the price properly updates (to $41 - $4 = $37).
There is a similar issue on the cures screen where the current price & demand shown on the main part (on the left) are not up to date, but the graph and info on the right does appear to be up to date.
Regarding the belt issues, this only occurs when the belt network is not deterministic. Basically, there has to be enough ‘hard’ input/outputs (machines) to tell the flexible belts (T-Junctions and Crossroads) what to do. Most of the time the system can deal with a single redundant t-belt connection, e.g.:
A----+--->B
|
But only if A and B are both hard inputs/outputs IE there is no question about how the belt should behave. Note that Sockets are not hard outputs, they are only outputs when a machine is pushing something towards them and telling them to be an output.
Regarding the 4-way: as soon as you add that extra junction you are telling the game that you want a crossroad, rather than a splitter. Of course the belts aren’t going to work so well!
The rule of thumb is: try to make it clear to the game what you want it to do and it’ll do it. Including extra junctions where you don’t need them can only make things less likely to be deterministic.
Regarding the second issue, yes I know the problem. The values only update when a day passes while you are on that screen. If you pause the game on another tab and then navigate to it, the values will be out of date. I will force a refresh every time you enter the tab to fix this.