@extends('layouts.base') @section('content')
请将公众平台模板消息所在行业选择为: IT科技/互联网|电子商务
提示:点击模版消息后方开关按钮即可开启默认模版消息,无需进行额外设置。
如需进行消息推送个性化消息,点击进入自定义模版管理。
余额变动通知
@foreach ($temp_list as $item) @if('账户余额提醒'== $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('账户余额提醒'== $item['title']) @endif @endforeach
卖家通知

@foreach ($temp_list as $item) @if('购买成功通知'== $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('购买成功通知'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}
@foreach ($temp_list as $item) @if('订单生成通知'== $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('订单生成通知'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}

@foreach ($temp_list as $item) @if('订单支付提醒' == $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('订单支付提醒'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}

@foreach ($temp_list as $item) @if('订单完成通知' == $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('订单完成通知'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}

@foreach ($set['salers'] as $saler)
{{ $saler['nickname'] }}
×
@endforeach
订单生成后商家通知,可以指定多个人,如果不填写则不通知
{{--
--}} {{----}} {{--
--}} {{----}} {{----}} {{----}} {{--
通知商家方式
--}} {{--
--}} {{--
--}}
买家通知
@if(YunShop::notice()->getNotSend('order_submit_success'))
@foreach ($temp_list as $item) @if('订单提交成功通知' == $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('订单提交成功通知'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}
@endif @if(YunShop::notice()->getNotSend('order_cancel'))
@foreach ($temp_list as $item) @if('订单取消通知' == $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('订单取消通知'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}
@endif @if(YunShop::notice()->getNotSend('order_pay_success'))
@foreach ($temp_list as $item) @if('订单支付成功通知' == $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('订单支付成功通知'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}
@endif @if(YunShop::notice()->getNotSend('order_send'))
@foreach ($temp_list as $item) @if('订单发货提醒' == $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('订单发货提醒'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}
@endif @if(YunShop::notice()->getNotSend('order_finish'))
@foreach ($temp_list as $item) @if('确认收货通知' == $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('确认收货通知'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}
@endif @if(YunShop::notice()->getNotSend('order_refund_apply'))
@foreach ($temp_list as $item) @if('退款申请通知' == $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('退款申请通知'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}
@endif @if(YunShop::notice()->getNotSend('order_refund_success'))
@foreach ($temp_list as $item) @if('退款成功通知' == $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('退款成功通知'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}
@endif @if(YunShop::notice()->getNotSend('order_refund_reject'))
@foreach ($temp_list as $item) @if('退款拒绝通知' == $item['title']) @endif @endforeach
@foreach ($temp_list as $item) @if('退款拒绝通知'== $item['title']) @endif @endforeach
{{--
--}} {{----}} {{--
--}}
@endif
@endsection