public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Product details information will be retrieved_01');
 }
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Search for an address from the postal code._01');
 }
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Cart repair_01');
 }
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Empty cart_01');
 }
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Category retrieval_01');
 }
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Newly create cart_01');
 }
Exemple #7
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Add product to cart_01');
 }
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Product search and product list information are retrieved._01');
 }