コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Product details information will be retrieved_01');
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Search for an address from the postal code._01');
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Cart repair_01');
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Empty cart_01');
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Category retrieval_01');
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Newly create cart_01');
 }
コード例 #7
0
ファイル: CartAdd.php プロジェクト: Rise-Up-Cambodia/Rise-Up
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Add product to cart_01');
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->operation_description = t('c_Product search and product list information are retrieved._01');
 }