AbanteCart Community

eCommerce construction => Templates => Topic started by: susinthiran on March 14, 2018, 01:23:34 AM

Title: Config settings overridden by Newly created template.
Post by: susinthiran on March 14, 2018, 01:23:34 AM
Hi,

I have created a new template using Developer tools inside root template folder and now I copied the code and replaced with Default template after some changes in new template.
Now I could see the config settings for New template is overriding the settings of default template.So,whatever changes I made for Default template is not affecting in front end.

Any workaround for this?

Or we need to create new template only under extension folder since it is skipping the values in column Group in settings table which is same as values in column Key in extension table while fetching settings.

Thanks in Advance.
Title: Re: Config settings overridden by Newly created template.
Post by: Basara on March 14, 2018, 01:52:53 AM
Hi.
What version of the Developer tools you have?
Title: Re: Config settings overridden by Newly created template.
Post by: susinthiran on March 14, 2018, 02:06:41 AM
Hi,

The version of Developer tools I am using is 1.2.0
Title: Re: Config settings overridden by Newly created template.
Post by: Basara on March 14, 2018, 02:11:53 AM
It is outdated version.
You need to use latest
https://github.com/abantecart/developer_tools_extension/tree/master/v1.3beta
Title: Re: Config settings overridden by Newly created template.
Post by: susinthiran on March 14, 2018, 03:38:00 AM
Hi,

Thank you for response.

Will update to latest one.