Hi,
1. The plugin calculates the price without taxes.
Then, HikaShop will add the taxes based on how you configured your product and your tax rules.
So, if you selected a tax category in your product and you have a corresponding tax rule matching in the System>Taxes menu, then the taxes will be added to the calculated price. That's normal.
If you don't want taxes to be calculated, then, like for a product which doesn't rely on this plugin, you just want to not select a tax category in the product settings.
2. The plugin doesn't take into account the "display limited to" setting of custom item fields.
You need to enforce this with conditions.
So for example, if you have a custom field "fieldA" with the values 0 and 10, and a "fieldB" with the values 0 and 5, and that fieldB is limited to display only when fieldA has a value of 0, then you want to configure two formulas:
- first, you want a condition fieldA==0 and a formula {fieldB}
- second, you want a condition fieldA!=0 and a formula {fieldA}