3

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

kscotbarr
  • 105
  • 3

1 Answers1

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
  • 1
    Sure, 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