Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Product details information will be retrieved_01');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Search for an address from the postal code._01');
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Cart repair_01');
 }
Example #4
0
 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');
 }
Example #6
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Newly create cart_01');
 }
Example #7
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Add product to cart_01');
 }
Example #8
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Product search and product list information are retrieved._01');
 }