コード例 #1
0
ファイル: Products.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get messages
  *
  * @return array
  */
 public static function getMessages()
 {
     return parent::getMessages() + array('PRODUCT-SALE-FMT' => 'Wrong sale format');
 }
コード例 #2
0
ファイル: Products.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get messages
  *
  * @return array
  */
 public static function getMessages()
 {
     return parent::getMessages() + array('RELATED-PRODUCT-SKU-FMT' => 'Product with SKU "{{value}}" does not exist and relation will not be created');
 }
コード例 #3
0
ファイル: Products.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get messages
  *
  * @return array
  */
 public static function getMessages()
 {
     return parent::getMessages() + array('PRODUCT-ATTACH-FMT' => 'The "{{value}}" file is not created');
 }
コード例 #4
0
ファイル: Products.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get messages
  *
  * @return array
  */
 public static function getMessages()
 {
     return parent::getMessages() + array('PRODUCT-MANUAL-PIN-FMT' => 'Inventory tracking for product X will not be imported');
 }
コード例 #5
0
ファイル: Products.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get messages
  *
  * @return array
  */
 public static function getMessages()
 {
     return parent::getMessages() + array('USER-USE-OG-META-FMT' => 'Wrong format of UseCustomOpenGraphMeta value');
 }
コード例 #6
0
ファイル: Products.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get messages
  *
  * @return array
  */
 public static function getMessages()
 {
     return parent::getMessages() + array('VARIANT-PRICE-FMT' => 'Wrong variant price format', 'VARIANT-QUANTITY-FMT' => 'Wrong variant quantity format', 'VARIANT-PRODUCT-SKU-FMT' => 'SKU is already assigned to variant', 'VARIANT-WEIGHT-FMT' => 'Wrong variant weight format', 'VARIANT-IMAGE-FMT' => 'The "{{value}}" image does not exist');
 }
コード例 #7
0
ファイル: Products.php プロジェクト: kirkbauer2/kirkxc
 /**
  * Get messages
  *
  * @return array
  */
 public static function getMessages()
 {
     return parent::getMessages() + array('PRODUCT-FREE-SHIPPING-FMT' => 'Wrong free shipping format', 'PRODUCT-FREIGHT-FIXED-FEE-FMT' => 'Wrong freight fixed fee format');
 }