Fixed .
Printable View
Looking at the includes/modules/attributes.php changes identified in the above commit, didn't see the "special" case of a dropdown with a single value that results in a radio button instead of a dropdown... Not having tried to use those features, I don't have a suggestion for addressing it, but would certainly want to be sure that one or the other side recognized/addressed that.
small thing, enabling and disabling products
while browsing categories products you click on red / green button this is what its called
Attachment 15897
Attachment 15898
but when in product i think you could be confused into thinking you are switching product to out of stock or instock rather than enable / disable
Attachment 15899
unless there is a reason for this. if they do the same job call them the same
bn
Well, I guess I meant there is no "unique" consideration for that condition...
Maybe a drprad setting? Therefore the "handler" can determine which way to go with it? Treat it as a radio button or treat it as a dropdown?Code:$options_html_id[] = 'drp-attrib-' . $products_options_names->fields['products_options_id'];
$options_menu[] = zen_draw_radio_field('id[' . $products_options_names->fields['products_options_id'] . ']', $products_options_value_id, 'selected', 'id="' . 'attrib-' . $products_options_names->fields['products_options_id'] . '-' . $products_options_value_id . '"') . '<label class="attribsRadioButton" for="' . 'attrib-' . $products_options_names->fields['products_options_id'] . '-' . $products_options_value_id . '">' . $products_options_details . '</label>' . "\n";
Oh and sorry for any # symbols in the above code. Happens typically when I copy on cell phone from github to post. I doubt I can get them all out once posted and then tryng to edit.
minor thing in configuration maximum values most items have a better description for title except these
Products on Special
New Products Module
Upcoming Products
bn
If the product listings screen for the in-stock/out-of-stock message is changed, I believe it would also have to be changed on each of the product type data entry screens... In otherwords currently these sets of words match the other respective use/location areas.
you lost me there ...
but when editing a product it says in stock or out of stock, but if you click either it enables or disables
if thats the way its meant to be thats ok, but for me i have plenty of products on my site out of stock but don't want them switched off
bn