Jump to content

move custom themes and modules


Recommended Posts

Hi all! i post here due to i think that my problem is not only about themes. if dont go here, please move it.

Y have a theme that have original Prestashop theme modified, and some original modules modified. But i read that this is not recommended because you can have problem when update prestashop and i dont know if there is more reasons. Then i would like to create a new theme using all original files on /themes/mythemenamefolder this is easy.

My problem is with Modules, i have some original modules modified. My question is; Do i have same problem with this files? is posible to do it in some way to dont have problems if tomorrow i update prestashop??

thak you guys

Link to comment
Share on other sites

Have you modified the module PHP files or just the TPL files? If you've modified only the TPL files, you should put those TPL files inside the theme. For example, if you've modified modules/blockuserinfo/blockuserinfo.tpl, you should put it in themes/yourtheme/modules/blockuserinfo/blockuserinfo.tpl. That way, you don't have to worry about overwriting your modules when you upgrade. You can then just compare your theme TPL to the updated module TPL and copy over any bug fixes.

Link to comment
Share on other sites

×
×
  • Create New...