Searched refs:hasPayments (Results 1 – 7 of 7) sorted by relevance
12 $hasPayments = $order->payments(\GO\Base\Db\FindParams::newInstance()->single()); variable14 if(!$hasPayments){
106 {% elseif orderForViewing.hasBeenPaid() or orderForViewing.hasPayments() %}118 {% if orderForViewing.hasBeenPaid() or orderForViewing.hasPayments() %}
111 if (!$order->hasBeenPaid() && !$order->hasPayments()) {
117 if (!$order->hasBeenPaid() && !$order->hasPayments()) {
146 if ($order->hasBeenPaid() || $order->hasPayments()) {
441 public function hasPayments(): bool function in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderForViewing
1848 public function hasPayments(): bool function in OrderCore