Scott C Wilson

Results 248 comments of Scott C Wilson

Closed by https://github.com/zencart/zencart/pull/6455

> ... nor do I understand how the "watcher class" system works https://docs.zen-cart.com/dev/code/notifiers/

The merge of https://github.com/zencart/zencart/pull/6473/ means this PR must go into 2.1.0. Changing label.

Yep, you're right. Code in haste, repent at leisure.

TY - like the idea, just need to get some time to explore.

> Semantically a strikethru is quite clear in its intention. I agree `` and `` are semantically clear but we use CSS to do strikethrough. What makes this all especially...

I suspect it was an old option which was improperly deleted.

Please give me the relevant queries you'd like to see. I looked at the code and can't easily see how to work backwards.

``` mysql> SELECT * FROM products_options_stock_attributes WHERE products_id = 3414; +------------------+--------+-------------+------------+-------------------+ | pos_attribute_id | pos_id | products_id | options_id | options_values_id | +------------------+--------+-------------+------------+-------------------+ | 56134 | 10997 | 3414 |...

``` mysql> SELECT * FROM products_options_stock WHERE products_id = 3414; +--------+-------------+-------------+-------------------+----------------------------------+-----------+------------+---------------------+----------+-----------------+---------------+--------+-----------------------+--------------------+---------------+ | pos_id | products_id | pos_name_id | products_quantity | pos_hash | pos_model | pos_date | last_modified | price |...