your configuration table of easystore. for exampe the tax txt value is shit .-) you safe
{"id":2955,"rate":0,"applyOnShipping":false}
for each country that i add. so it is not posible to add all countrys. because you can't so many in one txt field.
either you make an extra table out of it. or you shorten the data e.g.
from: {"id":2955,"rate":0,"applyOnShipping":false}
to: {2955,0,0}
that from 46 character to 12 chars. (in this case).
but in a grood programming style it must be a separetet table. store datasets in a db ad json is wääää