Hi guys,
After many sleepless nights, much pulling of hair, and 1 too many pizza's.
Ive decided that optimising the current attributes.php file is just too much of a pain in the A#S
Soo ... im going to hard code the attributes onto my product pages (they never change).
However, im struggling to find the method by which attributes values are passed on ...... and was hoping someone could point me in the direction of the file that recieves the selected attributes and assigns them to variables.
So i think there are a few options... either its adding them to hidden fields and passing them along, or its creating session vars straight away, or it posts the values and then creates the sessions from there.
Im ruling out $_GET as its clearly not being used.
So, why am i wanting to do this?
Well.... my client requires 5 or 6 dropdown attributes boxes, and each one has 50 different options .... this simply causes the product pages to grind to a halt. Therefore, I am looking to take these attributes and hard code them into the script....
They never change for any product, and do not effect pricing in any way.... all I need to do is pass the selected values through to the order form and have them sent to my client for processing.
Sorry this has been a long(ish) post... and thankyou for reading.... finding the correct file to edit in Zen is the hardest thing about it, and if anyone can point me in the right direction I will love you forever, and, t.... possibly buy you an ice-cream![]()
PS : I am not having problems adding the options.... just passing them through the scripts





