craftcms / commerce

Fully integrated ecommerce for Craft CMS.
https://craftcms.com/commerce
Other
217 stars 170 forks source link

[4.x]: No interface for applying tax categories to tax rates #3098

Closed amphibian closed 1 year ago

amphibian commented 1 year ago

What happened?

I have a brand new development site and am setting up tax rates. I have two tax categories and multiple tax rates. But there is no interface to assign a Tax Category to any of my Tax Rates.

Expected behavior

I see a Tax Category menu.

Actual behavior

I do not see a Tax Category menu.

I tried the fix in this recent commit but saw no change in behaviour after updating the file in question. I can also verify that the Tax Category field is indeed there in the source code of the page.

Craft CMS version

4.3.10

Craft Commerce version

4.2.5.1

PHP version

8.1.0

Operating system and version

No response

Database type and version

No response

Image driver and version

No response

Installed plugins and versions

-

pdaleramirez commented 1 year ago

@amphibian I see no issues on the CMS and Commerce version you’ve stated. I can see the Tax Category menu in the Tax Rates setting. Can you ensure that there is no custom CSS from a custom module or plugin hiding the menu? Can you post screenshots, please?

amphibian commented 1 year ago

Thanks Dale. I have no custom CSS or JS in the control panel. Here's what I'm seeing:

Screenshot 2023-02-28 at 7 00 57 AM Screenshot 2023-02-28 at 7 02 22 AM
robzor commented 1 year ago

@amphibian you only get Tax Category as a choice with the non 'Order total' options in the 'Taxable Subject' dropdown, e.g. "Line Item price"

amphibian commented 1 year ago

Ah, OK. Maybe a note indicating this would be helpful? Perhaps disabling the category menu rather than hiding it entirely?