| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/data/wwwroot/2025_10_31_03/runtime/index/temp/ |
Upload File : |
<?php /*a:1:{s:101:"/www/data/wwwroot/2025_10_31_03/app/index/view/default/goods/module/middle_base/right/panel_base.html";i:1745821923;}*/ ?>
<!-- 右侧基础面板模块 -->
<?php if(!empty($module_data['goods'])): ?>
<div class="tb-detail-panel-base">
<div class="tb-detail-panel-top-price-content <?php if((isset($module_data['goods']['show_field_price_status']) and $module_data['goods']['show_field_price_status'] == 1) or (isset($module_data['goods']['show_field_original_price_status']) and $module_data['goods']['show_field_original_price_status'] == 1)): ?>show-price<?php endif; ?>" style="--background-image: url(<?php echo StaticAttachmentUrl('goods-meta-bg.png'); ?>)">
<div class="tb-detail-price-content">
<!-- 商品页面基础信息面板原价顶部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_goods_detail_panel_original_price_top</span>
</div>
<?php endif; if(!empty($plugins_view_goods_detail_panel_original_price_top_data) and is_array($plugins_view_goods_detail_panel_original_price_top_data)): foreach($plugins_view_goods_detail_panel_original_price_top_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; if(isset($module_data['goods']['original_price']) and $module_data['goods']['original_price'] > 0 and !empty($module_data['goods']['show_field_original_price_text'])): ?>
<!-- 原价 -->
<?php if(isset($module_data['goods']['show_field_original_price_status']) and $module_data['goods']['show_field_original_price_status'] == 1): ?>
<div class="items goods-price goods-original-price">
<dt><?php echo $module_data['goods']['show_field_original_price_text']; ?></dt>
<dd>
<span class="goods-original-price-value am-text-grey" data-original-price="<?php echo htmlentities((string) $module_data['goods']['original_price']); ?>">
<?php if(!empty($module_data['goods']['show_original_price_symbol'])): ?>
<em class="symbol"><?php echo htmlentities((string) $module_data['goods']['show_original_price_symbol']); ?></em>
<?php endif; ?>
<b><?php echo htmlentities((string) $module_data['goods']['original_price']); ?></b>
<?php if(!empty($module_data['goods']['show_original_price_unit'])): ?>
<em class="unit"><?php echo htmlentities((string) $module_data['goods']['show_original_price_unit']); ?></em>
<?php endif; ?>
</span>
</dd>
</div>
<?php endif; ?>
<?php endif; ?>
<!-- 商品页面基础信息面板售价顶部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_goods_detail_panel_price_top</span>
</div>
<?php endif; if(!empty($plugins_view_goods_detail_panel_price_top_data) and is_array($plugins_view_goods_detail_panel_price_top_data)): foreach($plugins_view_goods_detail_panel_price_top_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
<!-- 售价 -->
<?php if(isset($module_data['goods']['show_field_price_status']) and $module_data['goods']['show_field_price_status'] == 1): ?>
<div class="items goods-price goods-sale-price">
<dt><?php if(empty($module_data['goods']['show_field_price_text'])): ?>销售价<?php else: ?><?php echo $module_data['goods']['show_field_price_text']; ?><?php endif; ?></dt>
<dd>
<?php if(!empty($module_data['goods']['show_price_symbol'])): ?><em class="symbol"><?php echo htmlentities((string) $module_data['goods']['show_price_symbol']); ?></em><?php endif; ?><b class="goods-sale-price-value" data-original-price="<?php echo htmlentities((string) $module_data['goods']['price']); ?>"><?php echo htmlentities((string) $module_data['goods']['price']); ?></b><?php if(!empty($module_data['goods']['show_price_unit'])): ?><em class="unit am-text-grey"><?php echo htmlentities((string) $module_data['goods']['show_price_unit']); ?></em><?php endif; ?>
</dd>
</div>
<?php endif; ?>
<!-- 商品页面基础信息面板售价底部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_goods_detail_panel_price_bottom</span>
</div>
<?php endif; if(!empty($plugins_view_goods_detail_panel_price_bottom_data) and is_array($plugins_view_goods_detail_panel_price_bottom_data)): foreach($plugins_view_goods_detail_panel_price_bottom_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
</div>
<!-- 销量 -->
<?php if(isset($module_data['goods']['show_sales_number_status']) and $module_data['goods']['show_sales_number_status'] == 1): ?>
<div class="tm-indcon sales-volume"><span class="tm-count"><?php echo htmlentities((string) $module_data['goods']['sales_count']); ?></span><span class="tm-label"><?php echo MyLang('sales_title'); ?></span></div>
<?php endif; ?>
<!-- 二维码 -->
<div class="goods-qrcode">
<div class="am-dropdown" data-am-dropdown>
<a href="javascript:;" class="am-dropdown-toggle am-color-grey-dark"><?php echo MyLang('goods.qrcode_mobile_buy_name'); ?> <i class="am-icon-qrcode"></i></a>
<div class="am-dropdown-content am-padding-sm am-radius">
<img src="<?php echo htmlentities((string) $qrcode_url); ?>" width="150" height="150" />
</div>
</div>
</div>
</div>
<!-- 商品页面基础信息面板底部钩子 -->
<?php if(isset($shopxo_is_develop) and $shopxo_is_develop == true): ?>
<div class="plugins-tag">
<span>plugins_view_goods_detail_panel_bottom</span>
</div>
<?php endif; if(!empty($plugins_view_goods_detail_panel_bottom_data) and is_array($plugins_view_goods_detail_panel_bottom_data)): foreach($plugins_view_goods_detail_panel_bottom_data as $hook): if(is_string($hook) or is_int($hook)): ?>
<?php echo $hook; ?>
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>
</div>
<?php endif; ?>