-- HikaShop version -- : hikashop_business_v2.6.4
-- HikaMarket version -- : hikamarket_multivendor_v1.7.2
-- Joomla version -- : 3.6.2
Hello
I need to resolve the following, when creating new procuctos from the frontend, I need that the taxes on products are automatically applied according to its category, in the project to work, taxes depend on the type of product and it would be good to apply automatically when they are created.
To do this create a new entry Mass actions with the following settings:
- Data: Product
- Triggers: after a product is created
- Filters: category product = 12
- Actions: update the values - product_tax_id = int 2
Also modify the acl vendor, to creating a product, the seller can not edit the category of tax.
Well, I created the product from the frontend, no tax, but if I edit the product from the backend, is not assigned a tax, but if I check on the product table in the database, the field product_tax_id has the value 2, the assigned to Mass actions.
Because if the database is assigned the product_tax_id, it is not reflected by editing the product or to display it on the product page?
Thank you !