opencart / opencart

A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.

Home Page:https://www.opencart.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OC v4.1.0.0 - no controller calling these models

TheCartpenter opened this issue · comments

The following list are not called from any controllers over their models and checking if it's for extensions purposes:

  • admin/model/catalog/product: getTotalOptionValuesByOptionValueId
  • admin/model/sale/order: getTotalOrdersByOrderStatusId
  • admin/model/sale/order: getTotalOrdersByCompleteStatus
  • admin/model/setting/store: getTotalStoresByLayoutId
  • admin/model/setting/store: getTotalStoresByOrderStatusId
  • admin/model/user/user: getTotalUsersByEmail
  • admin/model/customer/customer: getTotalAddresses

leave them in