迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
官方这个网店系统 在会员中心订单列表这里 怎么调用出来产品的自定义字段呢
插件教程:https://www.xunruicms.com/doc/app-372.html
{loop $goods $i $t} {php $sku_name=dr_string2array($t.sku_name);} <tr> <td class="text-center"> <a href="{$t.url}" title="{$t.title}" target="_blank"><img width="90" src="{dr_get_file($t.thumb)}"></a> </td> <td class="cart_description"> <p style="margin-bottom: 10px"> <a href="{$t.url}" title="{$t.title}" target="_blank">{dr_strcut($t.title, 150)}</a></p> {loop $sku_name $i $c} <small>{$i}: {$c} </small> {/loop} <p style="margin-bottom:0px;{if $sku_name}margin-top: 10px;{/if} color: #ccc">{dr_lang('货号')}:{$t.sn}</p> </td> <td class="pprice" style="text-align:center"> {if $t.p_name} <p>{$t.p_name}</p> <p class="product-price-group"> <span class="promotion">{$t.p_info}</span></p> {else} 无 {/if} </td> <td class="price pprice" style="text-align: center"> {if $t.yuan} <p>¥<span class="regular-price">{number_format($t.price, 2)}</span>元</p> <p class="pyuan">¥<span>{number_format($t.yuan, 2)}</span>元</p> {else} ¥<span class="regular-price">{number_format($t.price, 2)}</span>元 {/if} </td> <td class="qty" style="text-align:center"> {$t.num} </td> <td style="text-align:center"> <p class="price">¥<span>{number_format($t.total, 2)}</span>元</p> </td> </tr> {/loop}