I have seen that when using a cck date field and have mandatory property does not appear in the cart,if you deactivate it, this appears to cart...bug?

Comments

sheise’s picture

Having the same issue.

trickyricky26’s picture

Confirmed this bug!

trungonly’s picture

Can you please describe step by step to reproduce?

trickyricky26’s picture

-Generic Product set up.
-created new content type called Date Field (date_placeholder) with a date field and popup calendar.
-created a generic product
-added Date field to generic product through cck attributes

This works great. I then realized I needed the date field to be mandatory so I edited the date field (required) and the date disappears. I switched back and forth several times. It only happens on date fields that are required in my case.

Thanks for your work!

trickyricky26’s picture

anyone find a fix for this? need it for launch!

trungonly’s picture

Status: Active » Closed (won't fix)

This is not this project bug, but the Date field bug. The Date field did not validate the required value, so it submitted the form even when user did not validate the date value, I guess in your case missing time part. If the value is invalid, it won't shown in cart.

This does not happen in other standard CCK fields like Text field.

Work around: Please try to hook a custom validation for date field.