Log in
Model

Tax

Magento\Weee\Model\ResourceModel\Tax

What it does

This resource model manages database operations for WEEE (Waste Electrical and Electronic Equipment) tax attributes in Magento 2.

Developers use this class to fetch WEEE tax calculations based on location (country, region, website), check if WEEE taxes apply to specific locations, and retrieve WEEE attribute values for products.

It's primarily used when calculating product prices with fixed product taxes that vary by jurisdiction.

Public Methods

  • fetchOne()
  • isWeeeInLocation()
  • fetchWeeeTaxCalculationsByEntity()