Hello to all.
I would like to ask a question: if I customize the theme of AbanteCart editing the CSS, what happens when there will be an update of AbanteCart? I will lose all changes made? Or is there a specific procedure to keep all the changes made, as for example happens in Wordpress with child-theme?
Thank you!
Hello.
If you change default template you will lost changes after upgrade. You can clone default template with dev tools https://github.com/abantecart/developer_tools_extension . (select Full Clone as Extension!)
Thank you Basara!