VirtoCommerce / vc-storefront

Virto Commerce Storefront - ASP.NET Core 8.0
http://virtocommerce.com
Other
210 stars 211 forks source link

View is searched in incorrect paths and full paths are not displayed #27

Closed Woland2k closed 4 years ago

Woland2k commented 6 years ago

Currently views are searched inside the following folders:

Themes/Clothing/default/templates Themes/Clothing/default/snippets Themes/Clothing/default/layout Themes/Clothing/default/assets

The view like "index.liquid" should never be searched in any folder besides "templates".

Same goes with snippets (includes inside liquid), they should only be searched inside "snippets" folder. And layouts should only be seached inside "layout".

tatarincev commented 4 years ago

Fixed in the new Storefront since 4.0 version powered by Scriban template engine