NoteStar b51284ef9d gf yunfei xiufu 5 tahun lalu
..
administer 30de0e705a moban 5 tahun lalu
app b51284ef9d gf yunfei xiufu 5 tahun lalu
LICENSE 30de0e705a moban 5 tahun lalu
README.md 30de0e705a moban 5 tahun lalu
config.php 30de0e705a moban 5 tahun lalu

README.md

fecshop theme furni life

fecshop 模板 furnilife

fecshop 模板 furnilife

文件

./feepackage/fect/furnilife_theme

./common/config/fecshop_third_extensions/fecshop_theme_fect_furnilife.php

./appimage/appfront/media/fect/furnilife

安装

1.1将文件夹fect复制到 ./feepackage 文件夹下

1.2添加配置文件

@feepackage/fect/furnilife_theme/config/fecshop_theme_fect_furnilife.php 文件复制到 @common/config/fecshop_third_extensions/fecshop_theme_fect_furnilife.php

1.2store添加模板配置

@appfront/config/fecshop_local_services/Store.php 文件中的 thirdThemeDir 添加模板路径

'@fectfurnilife/appfront/theme/furnilife',

添加完成的样子为:

'thirdThemeDir' => [

'@fectfurnilife/appfront/theme/furnilife',

],

如果appfront下面所有的store都想使用该模板,那么,您需要在每一个store配置中的 'thirdThemeDir'添加模板路径配置

当然,您可以每个store使用不同的模板, 如果您本地模板路径下有文件,那么您需要将store的配置参数localThemeDir对应的 值,修改成一个新的文件路径(因为本地的模板路径下的模板文件优先级高, 会覆盖第三方模板的模板文件,因此,您可以设置一个新的本地模板路径)

1.3

@fectfurnilife/appfront/config/YiiRewriteMap.php,里面的内容复制到 @appfront/config/YiiRewriteMap.php中,用于文件重写。

2.添加完成后,就可以访问了

theme使用说明

file

@appimage/appfront/media/fect/furnilife/* @common/config/fecshop_third_extensions/fecshop_theme_fect_furnilife.php @feepackage/fect/furnilife_theme/*