David Aguilar Posted September 25, 2020 Share Posted September 25, 2020 Can anybody give me a hint why this error message is displayed when I try to checkout a product? errorMessage.txt Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 25, 2020 Share Posted September 25, 2020 Its advised to use the Core Developer forum for code related suggestions (Instead of General Topics)https://www.prestashop.com/forums/forum/116-core-developers/ Have you made any changes in the theme code? As per the error, In the footer.tpl, you are trying to access the "items" from an array which is not assigned from the controller (This footer.tpl can be your theme file OR module file OR some module may have overridden the tpl file which generated the error). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now