potteryhouse / stock_by_attribute_1.5.4

Stock by Attribute for Zen Cart 1.5.3
GNU General Public License v2.0
2 stars 5 forks source link

single_dropdown does not have a "default" #37

Closed mc12345678 closed 9 years ago

mc12345678 commented 9 years ago

When single_dropdown is selected as a Dynamic Dropdown method, there is no "display-only" attribute to assist with minimizing returned orders because the selection(s) made were pre-chosen rather than customer selected.

Need to add a form of display-only if one is not already incorporated into the selection process for single_dropdown style selections.

mc12345678 commented 9 years ago

Added an option to the single_dropdown selection that will state to select one of the items below; however, no coding has been applied to make it non-selectable other than that effectively when trying to add it to the cart, it appears that the customer is notified that the item has been added to the cart (ZC 1.5.4 default template), but when viewing the cart nothing is there... This all seems acceptable though confusing... Also think there is something related to the response issue that has been posted in the forum.

Expected to be included with upload/resolution of issues #41 and #38.

mc12345678 commented 9 years ago

Incorporated the above into the code at commit potteryhouse/stock_by_attribute_1.5.4@c5b9a26d4223bea140e17ea78c35eef8352276f4 Closing for now.