Hi all,
I've been attempting to come up with a good solution for a wee problem. Basically I need to create a membership form which is a product. This would be a simple task using attributes under normal circumstances but what I would like is to include a custom page with a bunch of text fields hard coded (and layed out), which is no problem using something like if(products_id == 1) inlude this template, reason being is that there are about 200 fields that need to be included.
Layout would be a real problem with attributes and there are already several hundred options entered into attributes. I don't want to confuse the issue by adding another 200 options.
My problem seems to be in the gathering of values for these custom fields. I have studied at length how attributes achieve this but I don't seem to be able to duplicate it. At what point are attribute values entered into the database? It seems they appear as soon as the buy now button is clicked as shopping_cart/header_php.php seems to grab all the selected/entered attribute values from a select statement and not $_POST or $_REQUEST.
Anyone got any ideas? My brain hurts.
TIA




