sacl02 Posted June 6, 2013 Share Posted June 6, 2013 (edited) . Edited June 12, 2013 by sacl02 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 6, 2013 Share Posted June 6, 2013 can you paste __construct function + install function of your module here? what PS version you use? Link to comment Share on other sites More sharing options...
sacl02 Posted June 6, 2013 Author Share Posted June 6, 2013 (edited) . Edited June 11, 2013 by sacl02 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 6, 2013 Share Posted June 6, 2013 here is the answer: $this->ps_versions_compliancy = array('min' => '1.5', 'max' => '1.5'); this variable defines prestashop version in which module will work in this case module will work only in 1.5 (which mean that it will not work for example in 1.5.4.1 and 1.5.1 you have to use: $this->ps_versions_compliancy = array('min' => '1.5', 'max' => '1.5.4.1'); Link to comment Share on other sites More sharing options...
sacl02 Posted June 6, 2013 Author Share Posted June 6, 2013 (edited) . Edited June 11, 2013 by sacl02 (see edit history) 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