Has anyone found a solution as to why the attributes are not inputted in any particular order? Also, I am having a few other problems myself.
1) I noticed that when you go to 'Add Quantity For Product Variant' on the 'Products with Attributes' page, the drop downs on that page (/products_with_attributes_stock.php?action=add&products_id=...) are what is reflected on the individual product listing in the store front, where customers view the product. I have changed the SQL (in file pad_base) to sort by products_options_values_sort_order and this is successful for single drop downs, but it does not seem to affect sequenced drop downs at all. Does anyone know where/how to change the SQL to sort the drop downs on the 'Add Quantity For Product Variant' page? I believe these are somehow connected and this may solve my issue in the store front. Here is an example of what I am attempting to describe: http://workingmans.com.previewdns.co...roducts_id=201
You can see that the attributes are loaded into the array and in the correct sort order (denoted by [order]), but when viewing the second sequenced drop down, the values are not by sort order (they are, instead, in the same order as on the 'Add Quantity For Product Variant' page).
2) I also am having trouble loading the 2nd attribute box for sequenced drop downs, but for only some of my products. After some observation, I believe this is due to the Stock ID (seen on the Products with Attributes Stock page) being too large, possibly out of rage. It seems the values that are too large end up being somewhere around ID 10000 or greater. Does anyone else have this problem, or know how to fix it? Here is the issue that I am referring to: http://workingmans.com.previewdns.co...roducts_id=198
The 2nd sequenced array does not display, despite the attributes being loaded into the array. This product worked before (albeit the 2nd array values were out of order, as described in my previous issue), but when I deleted the attributes and re-added them (thus giving them a new stock ID in the 12000 range), the 2nd drop down no longer displayed.
Sorry for the long post, I hope this is in the correct place. I am using both Stock by Attributes and Dynamic Drop Downs.
Bookmarks