shinnokdrako Posted November 18, 2013 Share Posted November 18, 2013 Hello all, i'm having a problem with this thing in Prestashop. I tried to follow tutorials around, but they're about old version of the program or they don't work. I'd like 3 indipendent "Categories" block in my homepage and i don't know how to put them there. I tried copying the folder, renaming all the parts "blockcategories" to "blockcategories2", zipped, loaded, installed and it appears in the homepage, but i don't know how to insert the categories there. I'd like the site like this: BlockCategories - xxxx - yyyy - etc... BlockCategories2 - ccccc - fgffgfg - etc... I'd like to choose where to put my product when i insert it, first block if it's something to drink (for example) or second block if it's something to eat. Is it possible? Thanks Link to comment Share on other sites More sharing options...
vekia Posted November 18, 2013 Share Posted November 18, 2013 It will be necessary to change several things in the module core files (php) and also in template files (all of them) you will beed to modify: - class name - configuration values (edit, save, get) - query variables (because without this change you will see the same categories in two blocks) - query variables in tpl file (where the foreach loop use variable with categories) it will not be as easy as it seems, if you're familiar with coding - my guide should be enough. you can also check multi block categories module 1 Link to comment Share on other sites More sharing options...
shinnokdrako Posted November 18, 2013 Author Share Posted November 18, 2013 Well, i'm a bit familiar with coding at this point (i hope). Where's the guide? And the multi block module would solve my problem without hours on the code? I could try that since it seems exactly what i need. Thanks for now 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