Jump to content

"apply tax" for default to product/service


Remitur

Recommended Posts

Does exist any way to make that for default the "apply tax" box is ticked, in product/services?

there's no template to edit, so I guess you're looking at using jquery or an action hook to set it as checked... though i'm unsure if either would work... and perhaps only viable if you were taxing all your products and not just some... e.g if you have untaxed products, you wouldn't want that checkbox to be automatically ticked as upon saving it would then become a taxed product.

 

Or a trick to take a number of products/services (all of themwith "apply tax" box unticked) and tick it in bulk? :?:

you could directly edit the values in the database table - tblproducts - it will have a 'tax' column that will be set to 0 if there is no tax applied to the product, and 1 if there is... you could use phpmyadmin (or similar) to either edit individual values or run a sql update to change some/all of these values.

 

always remembering to backup the database before doing this! :idea:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated