45 $this->
_init(
'weee_tax',
'value_id');
69 $attributeSelect->from(
104 $attributeSelect->from(
105 [
'eavTable' => $this->
getTable(
'eav_attribute')],
106 [
'eavTable.attribute_code',
'eavTable.attribute_id',
'eavTable.frontend_label']
108 [
'eavLabel' => $this->
getTable(
'eav_attribute_label')],
109 'eavLabel.attribute_id = eavTable.attribute_id and eavLabel.store_id = ' .((
int)
$storeId),
110 'eavLabel.value as label_value' 112 [
'weeeTax' => $this->
getTable(
'weee_tax')],
113 'weeeTax.attribute_id = eavTable.attribute_id',
114 'weeeTax.value as weee_value' 116 'eavTable.frontend_input = ?',
119 'weeeTax.website_id IN(?)',
122 'weeeTax.country = ?',
125 'weeeTax.state IN(?)',
128 'weeeTax.entity_id = ?',
134 $attributeSelect->order(
$order);
_init($mainTable, $idFieldName)
fetchWeeeTaxCalculationsByEntity($countryId, $regionId, $websiteId, $storeId, $entityId)
isWeeeInLocation($countryId, $regionId, $websiteId)
__construct(\Magento\Framework\Model\ResourceModel\Db\Context $context, \Magento\Framework\Stdlib\DateTime $dateTime, $connectionName=null)