fix roykin id as default category
This commit is contained in:
parent
049dd002aa
commit
6cead6e18d
@ -6,7 +6,7 @@ class Category extends CategoryCore
|
||||
|
||||
const CATEGORY_HOME = 2;
|
||||
|
||||
const CATEGORY_BRAND_ROYKIN = 59;
|
||||
const CATEGORY_BRAND_ROYKIN = 83;
|
||||
const CATEGORY_RANGE_COLLECTION = 3;
|
||||
const CATEGORY_RANGE_ORIGINAL = 8;
|
||||
const CATEGORY_RANGE_SAVEUR = 12;
|
||||
@ -45,6 +45,7 @@ class Category extends CategoryCore
|
||||
|
||||
public static function getDefault($context = null)
|
||||
{
|
||||
//return self::CATEGORY_HOME;
|
||||
return self::CATEGORY_BRAND_ROYKIN;
|
||||
}
|
||||
|
||||
@ -257,4 +258,4 @@ class Category extends CategoryCore
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user