1. Gregpe
  2. RO CSVI
  3. Tuesday, 21 February 2017
  4.  Subscribe via email
For some reason my products have no "Apply no rule" set for the taxation. I need to set this to "Apply default rules". I don't see the product_tax header/field in the product or pricing exports.

How do I accomplish this?

CSVI Pro version:7.0.2
Virtuemart version:3.0.18
Accepted Answer Pending Moderation
Hello,
The field you need to use is product_tax_id, if you don't see this field try updating your available fields.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
Hello,

Another option may be to run the following query to set all prices to use the default settings:
update jos_virtuemart_product_prices set product_tax_id = 0;


You will need to change jos_ with your own prefix of course. This command will set the product_tax_id for all products to default.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!