I see. The issue is that price is displayed with formatting. So while 3g looks like it should be easy to calculate, we have no way through UI programming to perform any math on it. You'd have to first remove the color and then strip the letters while at the same time converting it to a usable format. So 3g, 2s, 9c has to somehow become 30209. There is no automated way to strip that formatting.
|