Beispiel #1
0
 /**
  * Clone profile and move profile to original profile
  *
  * @return void
  */
 protected function cloneProfile()
 {
     parent::cloneProfile();
     $this->getCart()->getProfile()->setCMSName('');
     $this->getCart()->getProfile()->setCMSProfileId(0);
 }