Remove Default Theme nopcommerce

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
hi,
i have problem with theme management. there is a couple things i want to know.
1. Is there any way to remove default Theme nopcommerce?
2. how page cycle in nopcommerce works?

I want to implement Single Page Application on view using sammy.js and jquery
when i create new theme it always redirect to Default Clean even if i configure on admin > general setting> and change theme.
3 years ago
ryan.santosa wrote:
1. Is there any way to remove default Theme nopcommerce?

The default theme contains the only single file (Head.csthml) and styles (see here).  Removing it, will not help you with your case.
ryan.santosa wrote:
2. how page cycle in nopcommerce works?

Any third party theme is build of some pages, not all. If the application will need to call a specific page, and will not find that file at used theme, it will load from default views.

ryan.santosa wrote:
when i create new theme it always redirect to Default Clean

I guess, your theme does not include the required cshtml file. Not sure which version of nopCommerce you are using, but 4.20 version requires to call restart each change at the file to see any result.

Regards,
Tom
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.