18:tax.php
Array
(
    [0] => Array
        (
            [tax_class_id] => 9
            [tax_rate_id] => 93
            [name] => New-Brunswick
            [rate] => 15.0000
            [type] => P
            [priority] => 0
        )

    [1] => Array
        (
            [tax_class_id] => 9
            [tax_rate_id] => 99
            [name] => Saskatchewan
            [rate] => 5.0000
            [type] => P
            [priority] => 0
        )

    [2] => Array
        (
            [tax_class_id] => 9
            [tax_rate_id] => 92
            [name] => Manitoba
            [rate] => 5.0000
            [type] => P
            [priority] => 0
        )

)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '38' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '612') ORDER BY tr1.priority ASC
46:tax.php
Array
(
)
Disney
PhoenixLiquidation

Disney

There are no products to list.