AbanteCart Community

AbanteCart Development => Customization help => Topic started by: decaplus on February 20, 2017, 12:15:30 PM

Title: editing css
Post by: decaplus on February 20, 2017, 12:15:30 PM
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!
Title: Re: editing css
Post by: Basara on February 21, 2017, 12:57:32 AM
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!)
Title: Re: editing css
Post by: decaplus on February 21, 2017, 04:50:48 AM
Thank you Basara!