marco-pm / zencart_instantsearch

Instant Search plugin for Zen Cart
GNU General Public License v3.0
2 stars 4 forks source link

`products_viewed` field is deprecated #22

Closed marco-pm closed 1 year ago

marco-pm commented 2 years ago

The products_viewed field of the products_description table is deprecated and no longer used (always equal to 0) since ZC 1.5.7.

The table TABLE_COUNT_PRODUCT_VIEWS must be used instead to extract the # of views for each product.