细节优化
parent
e43fe7ae0a
commit
4f73b139fb
|
|
@ -1,7 +1,7 @@
|
|||
<!-- 订单商品信息 -->
|
||||
{{if !empty($module_data) and !empty($module_data['items'])}}
|
||||
<!-- 订单列表基础顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_admin_order_list_base_top</span>
|
||||
</div>
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 订单列表基础导航底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_admin_order_list_base_nav_bottom</span>
|
||||
</div>
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
</p>
|
||||
|
||||
<!-- 订单列表基础商品顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_admin_order_list_base_goods_top</span>
|
||||
</div>
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
{{/foreach}}
|
||||
|
||||
<!-- 订单列表基础商品底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_admin_order_list_base_goods_bottom</span>
|
||||
</div>
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
<div class="am-margin-top-sm">{{$module_data.describe}}</div>
|
||||
|
||||
<!-- 订单列表基础顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_admin_order_list_base_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!-- 订单基础信息 -->
|
||||
{{if !empty($module_data) and !empty($module_data['order_data'])}}
|
||||
<!-- 订单售后列表基础顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_admin_orderaftersale_list_base_top</span>
|
||||
</div>
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<!-- 订单售后列表基础商品顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_admin_orderaftersale_list_base_goods_top</span>
|
||||
</div>
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 订单售后列表基础底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_admin_orderaftersale_list_base_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
<textarea id="upload-editor-view" data-url="{{if isset($is_load_upload_editor) and $is_load_upload_editor eq 1}}{{:MyUrl('admin/ueditor/index', ['path_type'=>empty($editor_path_type) ? 'common' : $editor_path_type])}}{{/if}}" style="display: none;"></textarea>
|
||||
|
||||
<!-- 公共底部钩子 -->
|
||||
{{if !empty($plugins_admin_view_common_bottom_data) and is_array($plugins_admin_view_common_bottom_data) and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if !empty($plugins_admin_view_common_bottom_data) and is_array($plugins_admin_view_common_bottom_data)}}
|
||||
{{foreach $plugins_admin_view_common_bottom_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{include file="public/header" /}}
|
||||
|
||||
<!-- content top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_detail_top}}</span>
|
||||
</div>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<!-- content start -->
|
||||
<div class="am-padding-sm">
|
||||
<!-- content inside top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_detail_inside_top}}</span>
|
||||
</div>
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- content inside top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_detail_inside_bottom}}</span>
|
||||
</div>
|
||||
|
|
@ -186,7 +186,7 @@
|
|||
<!-- content end -->
|
||||
|
||||
<!-- content bottom hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_detail_bottom}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{include file="public/header" /}}
|
||||
|
||||
<!-- content top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_top}}</span>
|
||||
</div>
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<!-- content top end -->
|
||||
<div class="content form-table-content">
|
||||
<!-- content inside top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_inside_top}}</span>
|
||||
</div>
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
<!-- extend end -->
|
||||
|
||||
<!-- content inside top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_inside_bottom}}</span>
|
||||
</div>
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
<!-- right content end -->
|
||||
|
||||
<!-- content bottom hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_bottom}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_form_bottom_operate}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_form_top_operate}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@
|
|||
])}}
|
||||
|
||||
<!-- 列表操作钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_form_list_operate}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -65,13 +65,15 @@ class Article extends Common
|
|||
$ret = ArticleService::ArticleList($params);
|
||||
if(!empty($ret['data'][0]))
|
||||
{
|
||||
$article = $ret['data'][0];
|
||||
|
||||
// 访问统计
|
||||
ArticleService::ArticleAccessCountInc(['id'=>$id]);
|
||||
|
||||
// 是否外部链接
|
||||
if(!empty($ret['data'][0]['jump_url']))
|
||||
if(!empty($article['jump_url']))
|
||||
{
|
||||
return MyRedirect($ret['data'][0]['jump_url']);
|
||||
return MyRedirect($article['jump_url']);
|
||||
}
|
||||
|
||||
// 获取分类
|
||||
|
|
@ -79,18 +81,20 @@ class Article extends Common
|
|||
MyViewAssign('category_list', $article_category_content['data']);
|
||||
|
||||
// seo
|
||||
$seo_title = empty($ret['data'][0]['seo_title']) ? $ret['data'][0]['title'] : $ret['data'][0]['seo_title'];
|
||||
$seo_title = empty($article['seo_title']) ? $article['title'] : $article['seo_title'];
|
||||
MyViewAssign('home_seo_site_title', SeoService::BrowserSeoTitle($seo_title, 2));
|
||||
if(!empty($ret['data'][0]['seo_keywords']))
|
||||
if(!empty($article['seo_keywords']))
|
||||
{
|
||||
MyViewAssign('home_seo_site_keywords', $ret['data'][0]['seo_keywords']);
|
||||
MyViewAssign('home_seo_site_keywords', $article['seo_keywords']);
|
||||
}
|
||||
if(!empty($ret['data'][0]['seo_desc']))
|
||||
if(!empty($article['seo_desc']))
|
||||
{
|
||||
MyViewAssign('home_seo_site_description', $ret['data'][0]['seo_desc']);
|
||||
MyViewAssign('home_seo_site_description', $article['seo_desc']);
|
||||
}
|
||||
$article = $ret['data'][0];
|
||||
|
||||
// 钩子
|
||||
$this->PluginsHook($id, $article);
|
||||
|
||||
MyViewAssign('article', $article);
|
||||
return MyView();
|
||||
}
|
||||
|
|
@ -102,29 +106,43 @@ class Article extends Common
|
|||
|
||||
/**
|
||||
* 钩子处理
|
||||
* @author whats
|
||||
* @blog
|
||||
* @author whats
|
||||
* @version 1.0.0
|
||||
* @date 2019-04-22
|
||||
* @desc description
|
||||
* @param [int] $article_id [文章id]
|
||||
* @param [array] $params [输入参数]
|
||||
* @param [int] $article_id [文章id]
|
||||
* @param [array] $article [文章内容]
|
||||
*/
|
||||
private function PluginsHook($article_id, &$article)
|
||||
{
|
||||
$hook_arr = [
|
||||
//文章内容内部钩子
|
||||
'plugins_view_article_detail_content_within',
|
||||
// 文章内容顶部钩子
|
||||
'plugins_view_article_detail_top',
|
||||
|
||||
// 文章底部钩子
|
||||
'plugins_view_article_detail_bottom',
|
||||
|
||||
// 文章内容顶部钩子
|
||||
'plugins_view_article_detail_content_top',
|
||||
|
||||
// 文章内容底部钩子
|
||||
'plugins_view_article_detail_content_botton',
|
||||
|
||||
// 文章左侧内部顶部钩子
|
||||
'plugins_view_article_detail_left_inside_top',
|
||||
|
||||
// 文章左侧内部底部钩子
|
||||
'plugins_view_article_detail_left_inside_botton',
|
||||
];
|
||||
foreach($hook_arr as $hook_name)
|
||||
{
|
||||
MyViewAssign($hook_name.'_data', MyEventTrigger($hook_name,
|
||||
[
|
||||
'hook_name' => $hook_name,
|
||||
'is_backend' => false,
|
||||
'article_id' => $article_id,
|
||||
'article' => &$article,
|
||||
]));
|
||||
[
|
||||
'hook_name' => $hook_name,
|
||||
'is_backend' => false,
|
||||
'article_id' => $article_id,
|
||||
'article' => &$article,
|
||||
]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,21 @@
|
|||
<!-- goods category -->
|
||||
{{include file="public/goods_category" /}}
|
||||
|
||||
<!-- content -->
|
||||
<!-- 文章顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_article_detail_top</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_article_detail_top_data) and is_array($plugins_view_article_detail_top_data)}}
|
||||
{{foreach $plugins_view_article_detail_top_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
{{/if}}
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
<!-- content start -->
|
||||
<div class="am-container article-content">
|
||||
<!-- 右侧内容 -->
|
||||
<div class="am-u-md-10 am-u-md-push-2 article-right">
|
||||
|
|
@ -24,15 +38,32 @@
|
|||
</p>
|
||||
<hr class="am-article-divider" />
|
||||
</div>
|
||||
<div class="am-article am-scrollable-horizontal">{{$article.content|raw}}</div>
|
||||
<!-- 文章详情内部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
|
||||
<!-- 文章内容底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_article_detail_content_within</span>
|
||||
<span>plugins_view_article_detail_content_top</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_article_detail_content_within_data) and is_array($plugins_view_article_detail_content_within_data)}}
|
||||
{{foreach $plugins_view_article_detail_content_within_data as $hook}}
|
||||
{{if !empty($plugins_view_article_detail_content_top_data) and is_array($plugins_view_article_detail_content_top_data)}}
|
||||
{{foreach $plugins_view_article_detail_content_top_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
{{/if}}
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
<!-- 文章内容 -->
|
||||
<div class="am-article am-scrollable-horizontal">{{$article.content|raw}}</div>
|
||||
|
||||
<!-- 文章内容底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_article_detail_content_botton</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_article_detail_content_botton_data) and is_array($plugins_view_article_detail_content_botton_data)}}
|
||||
{{foreach $plugins_view_article_detail_content_botton_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
{{/if}}
|
||||
|
|
@ -44,6 +75,21 @@
|
|||
<div class="am-u-md-2 am-u-md-pull-10 article-sidebar">
|
||||
<div class="am-offcanvas" id="article-nav-sidebar">
|
||||
<div class="am-offcanvas-bar am-offcanvas-bar-overlay">
|
||||
<!-- 文章左侧内部顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_article_detail_left_inside_top</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_article_detail_left_inside_top_data) and is_array($plugins_view_article_detail_left_inside_top_data)}}
|
||||
{{foreach $plugins_view_article_detail_left_inside_top_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
{{/if}}
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
<!-- 文章左侧内容 -->
|
||||
{{if !empty($category_list)}}
|
||||
<section data-am-widget="accordion" class="am-accordion am-accordion-gapped" data-am-accordion='{}'>
|
||||
{{foreach $category_list as $v}}
|
||||
|
|
@ -68,6 +114,20 @@
|
|||
{{/foreach}}
|
||||
</section>
|
||||
{{/if}}
|
||||
|
||||
<!-- 文章左侧内部底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_article_detail_left_inside_botton</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_article_detail_left_inside_botton_data) and is_array($plugins_view_article_detail_left_inside_botton_data)}}
|
||||
{{foreach $plugins_view_article_detail_left_inside_botton_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
{{/if}}
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -75,6 +135,21 @@
|
|||
<span class="am-sr-only">侧栏导航</span>
|
||||
</a>
|
||||
</div>
|
||||
<!-- content end -->
|
||||
|
||||
<!-- 文章底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_article_detail_bottom</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_article_detail_bottom_data) and is_array($plugins_view_article_detail_bottom_data)}}
|
||||
{{foreach $plugins_view_article_detail_bottom_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
{{/if}}
|
||||
{{/foreach}}
|
||||
{{/if}}
|
||||
|
||||
<!-- footer start -->
|
||||
{{include file="public/footer" /}}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
{{include file="public/goods_category" /}}
|
||||
|
||||
<!-- 订单确认页面顶部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_top</span>
|
||||
</div>
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<div class="am-container">
|
||||
<div class="link-list">
|
||||
<!-- 订单确认页面内部顶部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_inside_top</span>
|
||||
</div>
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 订单确认页面地址底部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_address_bottom</span>
|
||||
</div>
|
||||
|
|
@ -241,7 +241,7 @@
|
|||
<div class="am-panel am-panel-default am-margin-top-sm am-margin-bottom-0">
|
||||
<div class="am-panel-hd">
|
||||
<!-- 分组导航内部开始钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_group_nav_inside_begin</span>
|
||||
</div>
|
||||
|
|
@ -282,7 +282,7 @@
|
|||
</span>
|
||||
|
||||
<!-- 分组导航内部中间钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_group_nav_inside_middle</span>
|
||||
</div>
|
||||
|
|
@ -311,7 +311,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 分组导航内部结束钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_group_nav_inside_end</span>
|
||||
</div>
|
||||
|
|
@ -334,7 +334,7 @@
|
|||
</div>
|
||||
<div class="am-panel-bd">
|
||||
<!-- 分组商品顶部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_group_goods_inside_top</span>
|
||||
</div>
|
||||
|
|
@ -371,7 +371,7 @@
|
|||
<tr id="data-list-{{$goods.id}}" data-id="{{$goods.id}}" data-goods-id="{{$goods.goods_id}}">
|
||||
<td class="base">
|
||||
<!-- 分组商品详情基础顶部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_group_goods_base_top</span>
|
||||
</div>
|
||||
|
|
@ -414,7 +414,7 @@
|
|||
<span class="wap-number">x{{$goods.stock}}</span>
|
||||
</div>
|
||||
<!-- 分组商品详情基础底部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_group_goods_base_bottom</span>
|
||||
</div>
|
||||
|
|
@ -459,7 +459,7 @@
|
|||
<hr data-am-widget="divider" class="am-divider am-divider-dashed" />
|
||||
|
||||
<!-- 分组商品底部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_group_goods_inside_bottom</span>
|
||||
</div>
|
||||
|
|
@ -511,7 +511,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 订单确认页面分组商品底部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_group_goods_bottom</span>
|
||||
</div>
|
||||
|
|
@ -549,7 +549,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 订单确认页面支付方式底部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_payment_bottom</span>
|
||||
</div>
|
||||
|
|
@ -572,7 +572,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 订单确认页面用户留言底部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_user_note_bottom</span>
|
||||
</div>
|
||||
|
|
@ -587,7 +587,7 @@
|
|||
<!-- 订单确认页面用户留言底部钩子-结束 -->
|
||||
|
||||
<!-- 订单确认页面订单确认信息顶部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_base_confirm_top</span>
|
||||
</div>
|
||||
|
|
@ -656,7 +656,7 @@
|
|||
<input type="hidden" name="user_note" value="" />
|
||||
<input type="hidden" name="site_model" value="{{if isset($base['site_model'])}}{{$base.site_model}}{{else /}}0{{/if}}" />
|
||||
<!-- 订单确认页面提交订单表单内部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_form_inside</span>
|
||||
</div>
|
||||
|
|
@ -677,7 +677,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 订单确认页面内部底部钩子-s开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_inside_bottom</span>
|
||||
</div>
|
||||
|
|
@ -694,7 +694,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 订单确认页面底部钩子-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_buy_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
<tr id="data-list-{{$goods.id}}" data-id="{{$goods.id}}" data-goods-id="{{$goods.goods_id}}" class="{{if $goods['is_error'] eq 1}}am-danger{{/if}}">
|
||||
<td class="base">
|
||||
<!-- 商品基础前面钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_base_begin</span>
|
||||
</div>
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品基础后面钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_base_end</span>
|
||||
</div>
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
</td>
|
||||
<td class="price am-hide-sm-only">
|
||||
<!-- 商品单价前面钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_price_begin</span>
|
||||
</div>
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品单价后面钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_price_end</span>
|
||||
</div>
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
</td>
|
||||
<td class="number">
|
||||
<!-- 商品数量前面钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_number_begin</span>
|
||||
</div>
|
||||
|
|
@ -195,7 +195,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 商品数量后面钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_number_end</span>
|
||||
</div>
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
</td>
|
||||
<td class="total-price am-hide-sm-only">
|
||||
<!-- 商品总价面钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_total_price_begin</span>
|
||||
</div>
|
||||
|
|
@ -242,7 +242,7 @@
|
|||
<strong class="total-price-content">{{$currency_symbol}}{{$goods.total_price}}</strong>
|
||||
|
||||
<!-- 商品总价后面钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_total_price_end</span>
|
||||
</div>
|
||||
|
|
@ -267,7 +267,7 @@
|
|||
<a href="javascript:;" class="am-text-danger submit-delete" data-url="{{:MyUrl('index/cart/delete')}}" data-id="{{$goods.id}}" data-view="fun" data-value="ViewDeleteBack">删除</a>
|
||||
|
||||
<!-- 商品操作栏 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_operate</span>
|
||||
</div>
|
||||
|
|
@ -303,7 +303,7 @@
|
|||
<a href="javascript:;" class="am-margin-left-sm nav-delete-submit submit-ajax" data-url="{{:MyUrl('index/cart/delete')}}" data-id="0" data-view="reload" data-msg="删除后不可恢复、确认操作吗?">删除</a>
|
||||
|
||||
<!-- 导航左侧内部 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_nav_left_inside</span>
|
||||
</div>
|
||||
|
|
@ -326,7 +326,7 @@
|
|||
</div>
|
||||
<div class="am-fr nav-right">
|
||||
<!-- 导航右侧内部 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_cart_nav_right_inside</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 商品页面相册内部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_photo_within</span>
|
||||
</div>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品页面相册底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_photo_bottom</span>
|
||||
</div>
|
||||
|
|
@ -101,7 +101,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 商品页面相册内部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_photo_within</span>
|
||||
</div>
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品页面相册底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_photo_bottom</span>
|
||||
</div>
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
<!-- 右侧 -->
|
||||
<div class="clearfix-right">
|
||||
<!-- 商品页右侧内容顶部钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_right_content_top</span>
|
||||
</div>
|
||||
|
|
@ -150,7 +150,7 @@
|
|||
<!-- 右侧内容 -->
|
||||
<div class="clearfix-right-content">
|
||||
<!-- 商品页右侧内容内部顶部钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_right_content_inside_top</span>
|
||||
</div>
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 商品页面基础信息标题里面钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_title</span>
|
||||
</div>
|
||||
|
|
@ -210,7 +210,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 商品页面基础信息顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_base_top</span>
|
||||
</div>
|
||||
|
|
@ -236,7 +236,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 商品页面基础信息面板售价顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_panel_price_top</span>
|
||||
</div>
|
||||
|
|
@ -265,7 +265,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品页面基础信息面板底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_panel_bottom</span>
|
||||
</div>
|
||||
|
|
@ -325,7 +325,7 @@
|
|||
<form class="theme-signin am-padding-sm" action="javascript:;">
|
||||
<div class="theme-signin-left">
|
||||
<!-- 商品页面规格顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_base_sku_top</span>
|
||||
</div>
|
||||
|
|
@ -361,7 +361,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品页面库存数量顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_base_inventory_top</span>
|
||||
</div>
|
||||
|
|
@ -388,7 +388,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品页面库存数量底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_base_inventory_bottom</span>
|
||||
</div>
|
||||
|
|
@ -423,7 +423,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品页面购买导航顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_buy_nav_top</span>
|
||||
</div>
|
||||
|
|
@ -440,7 +440,7 @@
|
|||
<div class="buy-nav">
|
||||
<div class="buy-nav-opt {{if !empty($buy_button) and isset($buy_button['count'])}}buy-nav-opt-button-number-{{$buy_button.count}}{{/if}}">
|
||||
<!-- 商品页面基础信息购买小导航内部前面钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_base_buy_nav_min_inside_begin</span>
|
||||
</div>
|
||||
|
|
@ -478,7 +478,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 商品页面基础信息购买小导航内部后面钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_base_buy_nav_min_inside</span>
|
||||
</div>
|
||||
|
|
@ -550,7 +550,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品页右侧内容内部顶部钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_right_content_inside_bottom</span>
|
||||
</div>
|
||||
|
|
@ -566,7 +566,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品页右侧内容底部钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_right_content_bottom</span>
|
||||
</div>
|
||||
|
|
@ -583,7 +583,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 商品页基础信息底部钩子 开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_base_bottom</span>
|
||||
</div>
|
||||
|
|
@ -601,7 +601,7 @@
|
|||
<div class="introduce am-container">
|
||||
<div class="browse">
|
||||
<!-- 商品页面左侧顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_left_top</span>
|
||||
</div>
|
||||
|
|
@ -642,7 +642,7 @@
|
|||
<!-- 右侧内容 -->
|
||||
<div class="introduce-main">
|
||||
<!-- 商品页面tabs顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_tabs_top</span>
|
||||
</div>
|
||||
|
|
@ -689,7 +689,7 @@
|
|||
<!-- 详情内容 -->
|
||||
<div class="detail-content am-margin-top-sm">
|
||||
<!-- 详情内容顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_content_top</span>
|
||||
</div>
|
||||
|
|
@ -716,7 +716,7 @@
|
|||
<div class="content-web am-scrollable-horizontal">{{$goods.content_web|raw}}</div>
|
||||
|
||||
<!-- 详情内容底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_content_bottom</span>
|
||||
</div>
|
||||
|
|
@ -804,7 +804,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 商品页面tabs内容钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_tabs_content</span>
|
||||
</div>
|
||||
|
|
@ -821,7 +821,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 商品页面tabs底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_goods_detail_tabs_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 轮播混合数据底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_banner_mixed_bottom</span>
|
||||
</div>
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 楼层数据顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_floor_top</span>
|
||||
</div>
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
{{if !empty($goods_floor_list) and is_array($goods_floor_list)}}
|
||||
{{foreach $goods_floor_list as $key=>$floor}}
|
||||
<!-- 首页楼层顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_floor_top_{{$key+1}}</span>
|
||||
</div>
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
|
||||
<div class="am-g am-g-fixed floor">
|
||||
<!-- 首页楼层内部顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_floor_inside_top</span>
|
||||
</div>
|
||||
|
|
@ -228,7 +228,7 @@
|
|||
<div class="triangle-topright"></div>
|
||||
|
||||
<!-- 首页楼层内部底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_aggregation_inside_bottom</span>
|
||||
</div>
|
||||
|
|
@ -255,7 +255,7 @@
|
|||
<div class="goods-items">
|
||||
<a href="{{$goods.goods_url}}" target="_blank" class="am-block am-text-center">
|
||||
<!-- 首页楼层商品内部顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_goods_inside_top</span>
|
||||
</div>
|
||||
|
|
@ -282,7 +282,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 首页楼层商品售价顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_goods_inside_price_top</span>
|
||||
</div>
|
||||
|
|
@ -305,7 +305,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 首页楼层商品内部底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_goods_inside_bottom</span>
|
||||
</div>
|
||||
|
|
@ -330,7 +330,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 首页楼层内部底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_floor_inside_bottom</span>
|
||||
</div>
|
||||
|
|
@ -353,7 +353,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 首页楼层底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_floor_bottom_{{$key+1}}</span>
|
||||
</div>
|
||||
|
|
@ -378,7 +378,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 楼层数据底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_home_floor_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<div class="user-content">
|
||||
<div class="user-content-body">
|
||||
<!-- 用户订单详情状态环节顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_detail_progress_top</span>
|
||||
</div>
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 用户订单详情基础信息顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_detail_base_top</span>
|
||||
</div>
|
||||
|
|
@ -299,7 +299,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 订单详情操作钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_index_order_detail_operate</span>
|
||||
</div>
|
||||
|
|
@ -375,7 +375,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 用户订单详情基础信息底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_detail_base_bottom</span>
|
||||
</div>
|
||||
|
|
@ -419,7 +419,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 用户订单详情地址信息底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_detail_address_bottom</span>
|
||||
</div>
|
||||
|
|
@ -475,7 +475,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 用户订单详情虚拟信息底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_detail_fictitious_bottom</span>
|
||||
</div>
|
||||
|
|
@ -565,7 +565,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 用户订单详情商品信息底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_detail_goods_inside_bottom</span>
|
||||
</div>
|
||||
|
|
@ -642,7 +642,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 用户订单详情商品信息底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_detail_goods_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!-- 订单商品信息 -->
|
||||
{{if !empty($module_data) and !empty($module_data['items'])}}
|
||||
<!-- 用户订单列表基础顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_list_base_top</span>
|
||||
</div>
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 订单列表基础导航底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_list_base_nav_bottom</span>
|
||||
</div>
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
</p>
|
||||
|
||||
<!-- 用户订单列表基础商品顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_list_base_goods_top</span>
|
||||
</div>
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
{{/foreach}}
|
||||
|
||||
<!-- 用户订单列表基础商品底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_list_base_goods_bottom</span>
|
||||
</div>
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
<div class="am-margin-top-sm">{{$module_data.describe}}</div>
|
||||
|
||||
<!-- 用户订单列表基础顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_order_list_base_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<div class="user-content">
|
||||
<div class="user-content-body">
|
||||
<!-- 用户订单售后详情顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_orderaftersale_detail_top</span>
|
||||
</div>
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
<div class="am-panel am-panel-default order-base-panel">
|
||||
<div class="am-panel-bd">
|
||||
<!-- 用户订单售后详情顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_orderaftersale_detail_goods_inside_top</span>
|
||||
</div>
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
</table>
|
||||
|
||||
<!-- 用户订单售后详情商品底部顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_orderaftersale_detail_goods_inside_bottom</span>
|
||||
</div>
|
||||
|
|
@ -174,7 +174,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 用户订单售后详情商品基础信息底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_orderaftersale_detail_goods_inside_base_bottom</span>
|
||||
</div>
|
||||
|
|
@ -198,7 +198,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 用户订单售后详情商品信息底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_orderaftersale_detail_goods_bottom</span>
|
||||
</div>
|
||||
|
|
@ -285,7 +285,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 用户订单售后详情基础信息顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_orderaftersale_detail_base_top</span>
|
||||
</div>
|
||||
|
|
@ -419,7 +419,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 用户订单售后详情底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_orderaftersale_detail_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!-- 订单基础信息 -->
|
||||
{{if !empty($module_data) and !empty($module_data['order_data'])}}
|
||||
<!-- 用户订单售后列表基础顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_orderaftersale_list_base_top</span>
|
||||
</div>
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<!-- 用户订单售后列表基础商品顶部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_orderaftersale_list_base_goods_top</span>
|
||||
</div>
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 用户订单售后列表基础底部-开始 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_user_orderaftersale_list_base_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@
|
|||
<!-- footer end -->
|
||||
|
||||
<!-- 公共底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_common_bottom</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_common_bottom_data) and is_array($plugins_view_common_bottom_data) and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if !empty($plugins_view_common_bottom_data) and is_array($plugins_view_common_bottom_data)}}
|
||||
{{foreach $plugins_view_common_bottom_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
|
|
@ -103,7 +103,7 @@
|
|||
{{:MyC('home_footer_info')}}
|
||||
|
||||
<!-- js钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_js</span>
|
||||
</div>
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 公共页面底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_common_page_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- 底部导航上面钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_common_footer_top</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<span>plugins_view_header_navigation_top_left_begin</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_header_navigation_top_left_begin_data) and is_array($plugins_view_header_navigation_top_left_begin_data) and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if !empty($plugins_view_header_navigation_top_left_begin_data) and is_array($plugins_view_header_navigation_top_left_begin_data)}}
|
||||
{{foreach $plugins_view_header_navigation_top_left_begin_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<span>plugins_view_header_navigation_top_left_end</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_header_navigation_top_left_end_data) and is_array($plugins_view_header_navigation_top_left_end_data) and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if !empty($plugins_view_header_navigation_top_left_end_data) and is_array($plugins_view_header_navigation_top_left_end_data)}}
|
||||
{{foreach $plugins_view_header_navigation_top_left_end_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
|
|
@ -61,7 +61,7 @@
|
|||
<span>plugins_view_header_navigation_top_right_begin</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_header_navigation_top_right_begin_data) and is_array($plugins_view_header_navigation_top_right_begin_data) and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if !empty($plugins_view_header_navigation_top_right_begin_data) and is_array($plugins_view_header_navigation_top_right_begin_data)}}
|
||||
{{foreach $plugins_view_header_navigation_top_right_begin_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
|
|
@ -127,7 +127,7 @@
|
|||
<span>plugins_view_header_navigation_top_right_end</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{if !empty($plugins_view_header_navigation_top_right_end_data) and is_array($plugins_view_header_navigation_top_right_end_data) and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if !empty($plugins_view_header_navigation_top_right_end_data) and is_array($plugins_view_header_navigation_top_right_end_data)}}
|
||||
{{foreach $plugins_view_header_navigation_top_right_end_data as $hook}}
|
||||
{{if is_string($hook) or is_int($hook)}}
|
||||
{{$hook|raw}}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{include file="public/header" /}}
|
||||
|
||||
<!-- content top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_detail_top}}</span>
|
||||
</div>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<!-- content start -->
|
||||
<div class="am-padding-sm">
|
||||
<!-- content inside top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_detail_inside_top}}</span>
|
||||
</div>
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- content inside top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_detail_inside_bottom}}</span>
|
||||
</div>
|
||||
|
|
@ -186,7 +186,7 @@
|
|||
<!-- content end -->
|
||||
|
||||
<!-- content bottom hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_detail_bottom}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<!-- content -->
|
||||
<div class="am-container">
|
||||
<!-- content top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_top}}</span>
|
||||
</div>
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<!-- content start -->
|
||||
<div class="form-table-content">
|
||||
<!-- content inside top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_inside_top}}</span>
|
||||
</div>
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
<!-- extend end -->
|
||||
|
||||
<!-- content inside top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_inside_bottom}}</span>
|
||||
</div>
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
<!-- content end -->
|
||||
|
||||
<!-- content bottom hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_bottom}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_form_bottom_operate}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_form_top_operate}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@
|
|||
])}}
|
||||
|
||||
<!-- 列表操作钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_form_list_operate}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<div class="user-content">
|
||||
<div class="user-content-body">
|
||||
<!-- content top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_top}}</span>
|
||||
</div>
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
<!-- content start -->
|
||||
<div class="form-table-content">
|
||||
<!-- content inside top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_inside_top}}</span>
|
||||
</div>
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
<!-- extend end -->
|
||||
|
||||
<!-- content inside top hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_inside_bottom}}</span>
|
||||
</div>
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
<!-- content end -->
|
||||
|
||||
<!-- content bottom hook -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>{{$hook_name_content_bottom}}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
|
||||
<!-- logo右侧 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_common_logo_right</span>
|
||||
</div>
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 公共搜索框右侧 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_common_search_right</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<div class="items am-padding-bottom-xs">
|
||||
<a href="{{$v.goods_url}}" target="_blank" class="am-block">
|
||||
<!-- 搜索页面商品信息顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_goods_inside_top</span>
|
||||
</div>
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
</p>
|
||||
|
||||
<!-- 搜索页面商品信息售价顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_goods_inside_price_top</span>
|
||||
</div>
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
</p>
|
||||
|
||||
<!-- 搜索页面商品信息底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_goods_inside_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
{{include file="public/goods_category" /}}
|
||||
|
||||
<!-- 搜索页面顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_top</span>
|
||||
</div>
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
<!-- content -->
|
||||
<div class="am-container">
|
||||
<!-- 搜索页面顶部内部结构里面钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_inside_top</span>
|
||||
</div>
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 搜索条件顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_map_top</span>
|
||||
</div>
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
<div class="am-offcanvas-content">
|
||||
<ul class="map-item am-list am-list-border am-margin-top-sm am-margin-bottom-0">
|
||||
<!-- 搜索页面筛选条件内前面钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_map_inside_begin</span>
|
||||
</div>
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
</li>
|
||||
|
||||
<!-- 搜索页面筛选条件内基础底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_map_inside_base_bottom</span>
|
||||
</div>
|
||||
|
|
@ -229,7 +229,7 @@
|
|||
{{/if}}
|
||||
|
||||
<!-- 搜索页面筛选条件内尾部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_map_inside_end</span>
|
||||
</div>
|
||||
|
|
@ -247,7 +247,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 搜索页面搜索导航条顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_nav_top</span>
|
||||
</div>
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
<div class="search-nav am-margin-top-sm">
|
||||
<ul class="sort-nav" data-am-sticky="{animation: 'slide-top'}">
|
||||
<!-- 搜索页面搜索导航条内前面钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_nav_inside_begin</span>
|
||||
</div>
|
||||
|
|
@ -308,7 +308,7 @@
|
|||
</li>
|
||||
|
||||
<!-- 搜索页面排序导航条内尾部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_nav_inside_end</span>
|
||||
</div>
|
||||
|
|
@ -324,7 +324,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 搜索页面数据容器顶部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_data_top</span>
|
||||
</div>
|
||||
|
|
@ -341,7 +341,7 @@
|
|||
<ul class="am-avg-sm-2 am-avg-md-3 am-avg-lg-5 am-margin-top-sm search-list"></ul>
|
||||
|
||||
<!-- 搜索页面数据容器底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_data_bottom</span>
|
||||
</div>
|
||||
|
|
@ -368,7 +368,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 搜索页面顶部内部结构里面钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_inside_bottom</span>
|
||||
</div>
|
||||
|
|
@ -383,7 +383,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 搜索页面底部钩子 -->
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
|
||||
{{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
|
||||
<div class="plugins-tag">
|
||||
<span>plugins_view_search_bottom</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue