Example #1
0
 /**
  * Currently the drag and drop cart feature is disabled for the mobile devices
  *
  * @return boolean
  */
 protected function getDragDropCartFlag()
 {
     return \XLite\Core\Request::isDragDropCartFlag();
 }