hook to manipulate “recalculate” button ?
-
Hi,
I have a custom code to remove or change the tax type based on user profile , it works on the front end and order without touch
but once I click this “recalculate” button , it will attach the default tax to it , so I wonder if there is hook that I can use to manipulate this button and its function ?
something like
if (my condition A) {
// remove tax
}
elseif(my condition B) {
// change tax to XX
}
elseif(my condiiton C){
// change tax to YY
}
else {
// continue on default function...
}Best regards,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.