dosbiner Posted August 19, 2018 Posted August 19, 2018 hi, I've some core modification and want to use override files. but what if there will be a lot of overrides files? is it make slower performance? thank you
datakick Posted August 19, 2018 Posted August 19, 2018 Not significantly, as the only overhead is for php server to load more files.
dosbiner Posted August 19, 2018 Author Posted August 19, 2018 @datakick thank you, then I will create override files to all my core files change
datakick Posted August 19, 2018 Posted August 19, 2018 I advice you create a module and put your overrides into the module. They will be installed when you install that module. Creating overrides manually might prevent thirtybees from installing modules that overrides the same file. Note that you won't be able to install any module that overrides the same function, that's just the fundamental limitations of this technology
dosbiner Posted August 19, 2018 Author Posted August 19, 2018 Interesting suggestion, never thought about that before. Thank you again, will do using module
dosbiner Posted August 19, 2018 Author Posted August 19, 2018 @dynambee I'm copying from you ? small act to support thirtybees ?
dynambee Posted August 19, 2018 Posted August 19, 2018 @dosbiner I don't mind, the more exposure for the project the better.
wakabayashi Posted August 19, 2018 Posted August 19, 2018 @datakick thx for the useful tipps. Didn't know that. @dynambee and dosbiner great!
dosbiner Posted August 19, 2018 Author Posted August 19, 2018 @wakabayashi you forgot to insert url link in your signature ?
wakabayashi Posted August 19, 2018 Posted August 19, 2018 I think I did :smiling_face: Edit: Hm I am too dumb to do it :S
dosbiner Posted August 19, 2018 Author Posted August 19, 2018 @wakabayashi use this: Do you benefit from thirty bees? [Please help support the project with a few dollars per month.](https://www.patreon.com/thirtybees) Only 24 supporters right now, I believe our community can do better! *edited
wakabayashi Posted August 19, 2018 Posted August 19, 2018 Great :) Now it worked. I always tried to add html :D
dynambee Posted August 19, 2018 Posted August 19, 2018 The only catch is you have to periodically check and update the number of supporters. Unfortunately it doesn't seem to be going up much. :(
Beeta Posted August 20, 2018 Posted August 20, 2018 ...or use https://uptimerobot.com/ to create a monitor that check if 24 is present in the https://www.patreon.com/thirtybees page. :dizzy:
Beeta Posted August 21, 2018 Posted August 21, 2018 Here's the uptimerobot page I published... when it goes down means that the patrons number is changed https://stats.uptimerobot.com/E9g0wFwkG p.s. it checks every 30 minutes
movieseals Posted August 21, 2018 Posted August 21, 2018 I have used this module with lots of success in cases of multiple overrides on the same function: https://addons.prestashop.com/en/administrative-tools/20250-multi-override.html It is actually pretty clever. It creates an override file where it contains a chain of override needed for a same function, as if it was only one override (not sure it all makes sense but that is the jist as I understand it). It does not always work the first time, sometimes you need to install modules in a certain order, but overall, it solved most of my overrides problems.
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