I have modifiers for women's clothing sizes set up and am trying to add the size zero. However, when I enter "0" store thinks that the row is empty and doesn't capture it. Could you add support for "0"? Thanks
Asked
Active
Viewed 102 times
3
-
Something we had not thought of - will look at fixing this in the next version. – Adrian Macneil Nov 15 '12 at 00:21
1 Answers
2
Could you not set it as zero in store and then run a simple conditional in the template to check for 'zero' and replace that value with 0 (number)?

since1976
- 222
- 1
- 6
-
1Sure, that would work. What I ended up doing was adding the sizes as "00, 02, 04, etc." which worked fine. – kscotbarr Nov 14 '12 at 15:09