Hi there. I've been using Zen Cart for a client for a few weeks now, and am enjoying the learning experience.

I've been programming PHP and using MySQL/HTML/CSS for almost 7 years now, so I am by no means helpless. But this has really got me stumped.

My Client had the idea of using a shopping cart to allow bands to sign up (for a membership fee), then upload their OWN music. It's not a problem, I've almost got it done, and they are very pleased. They've also wanted to add some way for these bands to fill out a form and enter details about Events they may be holding. It's going good so far, but there have been a few bumps in the road.

Now, on to the problem. I wanted to copy the code used when creating a product (product_date_available) to use the Spiffy Calendar to fill out the date part of the form.

For some reason it doesn't work. There are no errors or anything, it just doesn't display the form element. I have copied lines 185-189 and line 302 from /admin/includes/modules/product_music/collect_info.php word for word, excepting some changes to the name of the form used (second option).

Any ideas? Thanks in advance.