if(!empty($set['print_top'])){
$content="%10".$set['print_top']."n";
}else{
$content='';
}
$content.='%00单号:'.$item['ordersn']."n";
//$content.='总数:'.$item['totalnum'].' 总价:'.$item['totalprice']."n";
///$content.='配送方式:'.$express[$item['sendtype']]['express_name']."n";
if($item['ispay']==1){
$item['paystr']='[已支付]';
}else{
$item['paystr']='[未支付]';
}
if ($item['paytype'] == 1){
$content.='付款:余额支付'.$item['paystr']."n";
}elseif ($item['paytype'] == 2){
$content.='付款:在线支付'.$item['
最后
以上就是无情斑马最近收集整理的关于php自动打印小票_php 打印小票模板的全部内容,更多相关php自动打印小票_php内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复