Sorry for my delayed answer! Exactly, the code is allocated under the template file, Let's take the glass_gray for example,
navigate to the file path as /glass_gray/content/products/info.php, and find the code as the below shows:
| Code: |
<?php
if (!$osC_Product->hasVariants()) {
echo '<b>' . $osC_Language->get('field_short_quantity') . '</b> ' . osc_draw_input_field('quantity', $osC_Product->getMOQ(), 'size="3"') . ' ' . osc_draw_image_submit_button('button_in_cart.gif', $osC_Language-
>get('button_add_to_cart'), 'style="vertical-align:middle;" id="addToShoppingCart"');
}
?>
|
there you can add you Size pull down menu that meet your need, good luck!