I sell items based on the number of letters entered into the text input. I have the pricing figured out, but cannot get the weight to calculate correctly. It only shows the weight of a single item.
Currently:
AAAAAA = .5 lbs
I need:
A = .5 lbs
AA = 1 lbs
Abc = 1.5 lbs
Is this even possible with this cart? It is the only thing I am lacking thus far!
Thanks,
Sean



