Methods |
public
|
getOrder(int $order_id): array<string, mixed>
|
#
|
public
|
getOrders(array<string, mixed> $data = []): array<int, array<string, mixed>>
|
#
|
public
|
getOrdersBySubscriptionId(int $subscription_id): array<int, array<string, mixed>>
Get Orders By Subscription ID
Get Orders By Subscription ID
|
#
|
public
|
getTotalOrdersBySubscriptionId(int $subscription_id): int
Get Total Orders By Subscription ID
Get Total Orders By Subscription ID
|
#
|
public
|
getProducts(int $order_id): array<int, array<string, mixed>>
|
#
|
public
|
getTotalProductsByProductId(int $product_id): int
Get Total Products By Product ID
Get Total Products By Product ID
|
#
|
public
|
getOptions(int $order_id, int $order_product_id): array<int, array<string, mixed>>
|
#
|
public
|
getSubscription(int $order_id, int $order_product_id): array<string, mixed>
|
#
|
public
|
getVouchers(int $order_id): array<int, array<string, mixed>>
|
#
|
public
|
getVoucherByVoucherId(int $voucher_id): array<string, mixed>
Get Voucher By Voucher ID
Get Voucher By Voucher ID
|
#
|
public
|
getTotals(int $order_id): array<int, array<string, mixed>>
|
#
|
public
|
getTotalOrders(array<string, mixed> $data = []): int
|
#
|
public
|
getTotalOrdersByStoreId(int $store_id): int
Get Total Orders By Store ID
Get Total Orders By Store ID
|
#
|
public
|
getTotalOrdersByOrderStatusId(int $order_status_id): int
Get Total Orders By Order Status ID
Get Total Orders By Order Status ID
|
#
|
public
|
getTotalOrdersByProcessingStatus(): int
Get Total Orders By Processing Status
Get Total Orders By Processing Status
|
#
|
public
|
getTotalOrdersByCompleteStatus(): int
Get Total Orders By Complete Status
Get Total Orders By Complete Status
|
#
|
public
|
getTotalOrdersByLanguageId(int $language_id): int
Get Total Orders By Language ID
Get Total Orders By Language ID
|
#
|
public
|
getTotalOrdersByCurrencyId(int $currency_id): int
Get Total Orders By Currency ID
Get Total Orders By Currency ID
|
#
|
public
|
getTotalSales(array<string, mixed> $data = []): float
|
#
|
public
|
createInvoiceNo(int $order_id): string
|
#
|
public
|
getRewardTotal(int $order_id): int
|
#
|
public
|
getHistories(int $order_id, int $start = 0, int $limit = 10): array<int, array<string, mixed>>
|
#
|
public
|
getTotalHistories(int $order_id): int
|
#
|
public
|
getTotalHistoriesByOrderStatusId(int $order_status_id): int
Get Total Histories By Order Status ID
Get Total Histories By Order Status ID
|
#
|
public
|
getEmailsByProductsOrdered(array<int> $products, int $start, int $end): array<int, array<string, mixed>>
Get Emails By Products Ordered
Get Emails By Products Ordered
|
#
|
public
|
getTotalEmailsByProductsOrdered(array<int> $products): int
Get Total Emails By Products Ordered
Get Total Emails By Products Ordered
|
#
|