I'm not a php developer but can find my way around fairly descent, but I can't find out what page builds the product SIZE dropdown list. I need to adjust this for google cart. I see that there is code within in the tpl_modules_attributes.php in templates, but I have no idea where to go to adjust the $options_menu[$i]; Any idea?
Code:<div class="wrapperAttribsOptions"> <h4 class="optionName back"><?php echo $options_name[$i]; ?></h4> <div class="back"> <?php echo "\n" . $options_menu[$i]; ?> </div> <br class="clearBoth" /> </div>



