Class QuickEditProductGraduatedPricesReader
| category |
System |
|---|---|
| package |
QuickEdit |
| subpackage |
Repositories |
__construct(\CI_DB_query_builder $db)
\CI_DB_query_builderDatabase query builder instance.
_getCustomerStatuses() : array
arrayReturns the customer status info or an empty array if nothing was found.
_getPersonalOffersByProductId(integer|null $productId = null) : array
integer|nullOptional, product ID to be processed.
arrayReturns the graduated prices or an empty array if nothing was found.
_getTaxRateByProductId(integer $productId) : array
integerProduct ID to be processed.
arrayReturns an object that contains the product tax rate.
getGraduatedPrices(array|null $productIds = null) : array
array|nullArray containing the selected product IDs to be processed.
arrayReturns array that contains the graduated prices information.
db : \CI_DB_query_builder
| var |
|---|
\CI_DB_query_builder