Ri

Size: a a a
Ri
М
Ri
АС
VB
MF
$c = $modx->newQuery('modUser');
$c->leftJoin('modUserProfile', 'Profile', 'msOrder');
$filter = array(
'Profile.email:=' => 'damawek886@homedepinst.com',
'Profile.order_no:=' => 'msOrder.id',
'msOrder.status:=' => '2'
);
$c->where($filter);
$c->select('modUser.id');
$customer = $modx->getObject('modUser', $c);
MF
MF
АС
S
АС
S
АС
$c = $modx->newQuery('modUser');
$c->leftJoin('modUserProfile', 'Profile', 'msOrder');
$filter = array(
'Profile.email:=' => 'damawek886@homedepinst.com',
'Profile.order_no:=' => 'msOrder.id',
'msOrder.status:=' => '2'
);
$c->where($filter);
$c->select('modUser.id');
$customer = $modx->getObject('modUser', $c);
MF
S
АС
NK
NK
NK
[[!TicketComments?
&allowGuest=`1`
&autoPublishGuest=`0`
&enableCaptcha=`0`
&tplComments=`my.tpl.Tickets.comment.wrapper`
&depth=`0`
&tplCommentGuest=`my.tpl.Tickets.comment.one.guest`
&tplCommentAuth=`my.tpl.Tickets.comment.one.auth`
&tplCommentDeleted=`my.tpl.Tickets.comment.one.deleted`
&tplCommentFormGuest=`my.tpl.Tickets.comment.form.guest`
&tplCommentForm=`my.tpl.Tickets.comment.form`
]]