OrdersOverviewTooltips

Class OrdersOverviewTooltips

This class generates the required HTML for the tooltips of each row in the orders overview table. In order to be faster do not use any services but fetch the data directly with DB queries.

category

System

package

Extensions

subpackage

Orders

Methods

OrdersOverviewTooltips constructor.

__construct() 

Get the row tooltip HTML for each displayed tooltip.

getRowTooltips(\OrderListItem $orderListItem) : array

Arguments

$orderListItem

\OrderListItem

Contains the order list item data.

Response

array

Properties