fiveowlz Posted April 22, 2021 Share Posted April 22, 2021 I installed a module (Attribute Wizard Pro), correctly installed the files, and everything was fine. Until I go to my shop front. When clicking on any menu item, I get a white screen with the following text: /* Do not replace this file. Just put this function bellow other functions. */ public function getInstructions() { if (isset($this->product['instructions'])) { return $this->product['instructions']; } return array(); } Does anyone know how to fix this? I don't know PHP code, and the developer hasn't replied. 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