Browse Source

Pages commandes

feature/export_comptable
Fab 4 years ago
parent
commit
3f756a4832
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      ShopBundle/Model/OrderShop.php

+ 0
- 11
ShopBundle/Model/OrderShop.php View File

return $this; return $this;
} }


public function hasOrderReductionCartFreeShipping()
{
foreach($this->getOrderReductionCarts() as $orderReductionCart) {
if($orderReductionCart->getFreeShipping()) {
return true ;
}
}

return false ;
}

/** /**
* @return Collection|Document[] * @return Collection|Document[]
*/ */

Loading…
Cancel
Save