I believe this report from SBA will have the info you are thinking of, if not, please let me know what I can clarify:
hi-tec-c-stock-report.zip
I believe this report from SBA will have the info you are thinking of, if not, please let me know what I can clarify:
hi-tec-c-stock-report.zip
Hmmm. Those setting look correct to support.
What about the dynamic dropdown settings and stock configuration settings?
(please *continue* to remember to *not* include the admin directory path)
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Something else about this "current" result doesn't seem right. As far as could tell from the previous install, after the $backorder variable was set to false, out-of-stock notifications were not improperly presented...
I had been able to duplicate the problem of incorrect display of backorder on my test site and when $backorder was set to false, all other display appeared to work properly. I expected the same with the install performed there. If that wasn't the case, then some other recent change (for improvement) needs to be undone or corrected. Would appreciate notification of such issue.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Those look correct. Ok. I'm going to have to take a step back and see if not having something in the new table is causing the issue observed, and if so then I have a way forward. My test site has at least one attribute identified as not stock dependent. That may be enough to cause a difference in operation. I'll have to see and correct that one way or another.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Actually, could you try this to see if it works?
In tools->install sql patches
Enter the following:
This will make the option value 3 (pink) a non-stocked dependent option for product 1278. Suggest then looking at 1278 and another SBA product to see if "issue" "resolved".Code:INSERT INTO products_with_attributes_stock_attributes_non_stock (attribute_type, attribute_type_id, attribute_type_source_id) VALUES ('PV', 3, 1278);
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
It's all because of how I mashed so much into the associated query. So either a "default" value will need to be added that has no stock effect on product, the query revised, or some additional logic to be sure that it all comes out like it should whether an option is stock dependent or not within the store.
Alright, could you try this to not affect your pink product but maybe offer continued operation like it is supposed to work?
This should result in any/all entries in that table to be of a type outside the expected value(s) and help identify if it is a potential temporary fix or not and prevent overselling of product that are pink in that specific product. :)Code:update products_with_attributes_stock_attributes_non_stock set attribute_type = 'TEST';
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
I submitted this statement in the SQL Query Executor, and the products look good:
https://www.tokyopenshop.com/shop2/g...ec-c-p-18.html
Do I need to reverse the assignment of the pink option value to be a stock-dependent option for this test to be valid?
Bookmarks