/**
  * @param ShopgateContainerVisitor $v
  */
 public function accept(ShopgateContainerVisitor $v)
 {
     $v->visitCartCustomer($this);
 }