How to decide where checkout error messages appear?
-
I have modified form-checkout.php and added some extra html elements like a wrapper inside the form element. However it looks like error messages are not added via any of the checkout template hooks but instead added inside the checkout form element by Javascript. Because of this, the error messages are added outside my wrapper.
What I wan’t is to be able to move the error messages inside the div wrapper I have added. How is this possible?
- The topic ‘How to decide where checkout error messages appear?’ is closed to new replies.