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 |
__construct()
_getCustomerAddresses(\OrderListItem $orderListItem) : string
_getCustomerMemos(\OrderListItem $orderListItem) : string
_getOrderItems(\OrderListItem $orderListItem) : string
_getOrderStatusHistory(\OrderListItem $orderListItem) : string
_getOrderSumBlock(\OrderListItem $orderListItem) : string
_getShippingCosts(\OrderListItem $orderListItem) : string
_getTrackingLinks(\OrderListItem $orderListItem) : string
_render(string $templateFile, array $contentArray) : string
string
Template file to render.
array
Content array which represent the variables of the template.
string
Rendered template.
getRowTooltips(\OrderListItem $orderListItem) : array
contentView : \ContentView
var |
---|
\ContentView
db : \CI_DB_query_builder
var |
---|
\CI_DB_query_builder