BLAMM0 Posted March 30, 2020 Share Posted March 30, 2020 Hi all, I'm new here. Registered, because I have a question. I'm using prestashop 1.7 with a theme, that has a module for displaying products from a certain category. There are two instances of it on the front page, one block for one category, second for another. The products have the right categories set, the modules are configured correctly too (I think), each has its own category from which to display the products selected. But the problem is, after I set products for one module, the second one displays the same products. And I'm stuck on this. Tried changing categories from products through mysql yesterday, but the category in the backoffice is still the same (I thought maybe I have to remove the "Home" category from all the products). Any ideas tips? Thanks in advance. Link to comment Share on other sites More sharing options...
JBW Posted April 3, 2020 Share Posted April 3, 2020 On 3/30/2020 at 8:20 AM, BLAMM0 said: There are two instances of it on the front page, one block for one category, second for another. How did you create two instances? Link to comment Share on other sites More sharing options...
Rhobur Posted April 4, 2020 Share Posted April 4, 2020 I guess that that module doesn't have a configuration page where you can configure different settings for different hooks. You probably just hooked a module to two different positions and it is just normal it displays the same content. If you want to duplicate a module and use the duplicate as a separate module you will have to replace in the duplicate all references to module_name to module_name2 for example. Not difficult but it may be a lot of occurrences and if you miss one it won't work; you better ask someone who knows what to do to do it. 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