thanks for your inquiry, sorry for late response - it seems that we have an issue with email notification in this forum, I didn't receive any notification, we will try to fix that as soon as possible.
i m new in prestashop. but i hav experinc in custom php and other cms like wrdpress, magento etc..
here from researching i had found that to move the homepage slider, we need to edit the modules/homeslider/homeslider.php file.
will it effect the future prestashop updation? if yes, what i suppose to do for these changes?
i m editing the default prestashop theme files now.
please help me.. i hope you guys will help me with this..
with thanks in advance..
Yes if you update the original core files from PrestaShop, it will be affected in future updates. It is better not change core file directly.
But if you just want to change the design, you can create an override theme file to override original one.
The override folder will be
/themes/yourthemefolder/modules/name_of_the_module/
For common classes files, you can add your code to override classes files instead of original core file. The folder will be
/override/classes/
And for page controller, the override folder is
/override/controllers/front/
/override/controllers/admin/