cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

early Login Addon

mpatric
Explorer
0 Kudos
437

After installing the secureportal addon, what are all the steps to configure to call my storefront login instead of secureportal addon's login page?. Whenever I modified the login page, after ant clean all the changes are getting over written.

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Kudos

You create a custom extension addon. Then do the changes. If you use the existing addon which comes along with the oob. It will be overwrite your changes custom folder from extensions.

mpatric
Explorer
0 Kudos

Thank You for the response Vinay,just want to check is there a way to de-link the addon, once installed?

VinayKumarS
Active Contributor
0 Kudos

no addons cannnot be uninstalled. just remove it from localextensions and create one and see. But what i understand was addons cannot be unistalled. so again you have to reinitialize the system.

geffchang
Active Contributor
mpatric
Explorer
0 Kudos

No Vinay, I am not asking for uninstall, let me explain what I want. As you rightly said earlier, whenever we do ant clean all, the files are again copied from OOB to the custom extension folders, there should a ant task to do this activity. My ask is, is there a way to comment those ant task, so that we can stop copying the files to our extension folder?. By doing this, it will help us to customize the addon files (which is already copied in our extension) to our business needs.

VinayKumarS
Active Contributor
0 Kudos

may be you can follow as Geff mentioned above to uninstall. Commenting in one place may not work for addons. because addons does change multiple files.