So, I've decided to use the "Product Attributes Checkbox" contribution as it's the closest thing to what I really need until we get a proper Attributes selection option going...
The problem is that it asks you to:
In catalog/product_info find:
<tr>
<td class="main"><?php echo $products_options_name['products_options_name'] . ':'; ?></td>
<td class="main"><?php echo tep_draw_pull_down_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?></td>
</tr>
and replace with:
<tr>
<td class="main"><?php echo $products_options_name['products_options_name'] . ':'; ?></td>
<td class="main"><?php echo tep_draw_checkbox_menu('id[' . $products_options_name['products_options_id'] . ']', $products_options_array, $selected_attribute); ?></td>
</tr>
But I can't find that table row in my product_info or product_info_tpl
I've attached the file for the latter...if someone could please tell me if it's possible...
Thank you....





LinkBack URL
About LinkBacks






Bookmarks