genis
02/01/2024, 11:49 AMkennyadsl
genis
02/01/2024, 12:40 PMkennyadsl
ViewPath. You can create a new preference on the store model, let say preferred_theme and set it in the storefront controller with a before_filter that does:
prepend_view_path("themes/#{current_store.preferred_theme}")kennyadsl
themes folder, just replicate what you see in app/views, and that will take precedence over the default views that are rendered.genis
02/01/2024, 12:52 PM