Guest User

Untitled

a guest
Jun 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. protected $cartHelper;
  2.  
  3. public function __construct(
  4. MagentoCheckoutHelperCart $cartHelper
  5. ) {
  6. $this->cartHelper = $cartHelper;
  7. }
  8.  
  9. if ($this->cartHelper->getItemsCount() === 0) {
  10. //add your logic
  11. }
Add Comment
Please, Sign In to add comment