30knees Posted September 10, 2017 Posted September 10, 2017 I'm getting the following error during the checkout flow Notice: Trying to get property of non-object in /modules/advancedeucompliance/advancedeucompliance.php on line 920 on the page index.php?controller=order when you get the overview of the order. Line 920 is: $linkConditions = $this->context->link->getCMSLink($cmsConditions, $cmsConditions->link_rewrite, $isSslEnabled); It looks like some type of CMS page is missing. Does anyone know how to check what might be missing and potentially fix it? Thank you
Guest Posted September 11, 2017 Posted September 11, 2017 It's worth checking if you've got a terms and conditions page as this is compulsory on the checkout process to get your customers to accept them before purchasing. It might be the module is looking for a certain url for these - you could check in that file the exact url that it's expecting.
30knees Posted September 23, 2017 Author Posted September 23, 2017 It looks like the AEUC module conflicts with the setting "No" under Preferences>Orders>Terms of Service. Apparently, AEUC forces customers to actively accept the Terms of Service.
Occam Posted October 18, 2017 Posted October 18, 2017 Why don't you just remove the checkbox from the code, it's not legally required, not even in Germany.
Occam Posted October 18, 2017 Posted October 18, 2017 Just for the record: The logic of the theme requires a totally waste action and merchants, who do not want this, need (like me) to run a third party module, that (among other things) disables this feature. You can't be serious.
Traumflug Posted October 18, 2017 Posted October 18, 2017 You're welcome to donate another/a better theme to thirty bees.
Occam Posted October 18, 2017 Posted October 18, 2017 Ach, weißt du, bei solchen dummen Sprüchen habe ich nur einen Wunsch: Wie kann ich meinen Account hier löschen? Das meine ich ernst. Vielleicht kannst du das ja veranlassen.
Pedalman Posted October 19, 2017 Posted October 19, 2017 Only for my information you are talking about the AEUC module and a theme? I guess Warehouse by chance? I am interested in this since I am planning to change my Shoply with Warehouse theme. I have to use AEUC for Germany, too. At the moment I just changed {* *} in hookOverrideTOSDisplay.tpl and put the changed file in theme/shoply/modules/.... as a theme override. In your case you could try to set the setting from YES to No and due to edit of the given file above no interaction of a customer is needed and you could even hide the contents asking the customer to do so.
30knees Posted October 20, 2017 Author Posted October 20, 2017 Edited: Post didn't belong in this thread.
30knees Posted October 20, 2017 Author Posted October 20, 2017 @pedalman It's the Panda theme for me. I'll give your solution a try, thanks!
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