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