Hi,
I've tried 2 things with different results:
1 - I've created a new product (so not with the Calcbuilder component) and set the tax category to "default tax category", I've also created a new tax rule with: Tax category = "default tax category", Rate = "21%", no selected zones, all customer types
Result = the new product works with the right taxes, but the calcbuilder products have no selected category so no taxes are shown.
2 - same product, only the tax category = "none", I've changed the tax rule to tax category "none"
Result = no taxes on the products.
So no the rule for products without a tax category doesn't work... Is there a way to apply this rule for all products? Or is there a code for the calcbuilder extension to set a tax category? I'm now using the following to link Calcbuilder and Hikashop:
$hk_quantity=$number;
$hk_product_name=" name";
$hk_pricehikaproduct=$price;
$hk_product_description=" description";
$hk_product_code='productcode';
$hk_product_category='overig';
$hk_file_name='Product informatie';
$hk_file_description='File Attached';
Maybe there is a code for the tax category?
Thanks again!