[ic] Shirt Sizes

Casey R. Tweten crt@kiski.net
Sat, 9 Dec 2000 13:55:55 -0500 (EST)


I'm sure someone has tackled this problem before:

I need to tack on a shirt size to shirts, but not to... say... hats.

I'm assuming the idea is:

* Add shirtsize to products table
* show popup_menu only when on a 'shirt'
* somehow carry that selection through the order process

Any hints/tips I can benifit from?

-- 
print(join(' ', qw(Casey R. Tweten)));my $sig={mail=>'crt@kiski.net',site=>
'http://home.kiski.net/~crt'};print "\n",'.'x(length($sig->{site})+6),"\n";
print map{$_.': '.$sig->{$_}."\n"}sort{$sig->{$a}cmp$sig->{$b}}keys%{$sig};
my $VERSION = '0.01'; #'patched' by Jerrad Pierce <belg4mit at MIT dot EDU>