// Retrocompatibility fix on product links

This commit is contained in:
rMalie
2012-01-17 13:03:32 +00:00
parent e95f24b281
commit d33548a26f
2 changed files with 9 additions and 4 deletions
+5
View File
@@ -207,6 +207,11 @@ class ProductCore extends ObjectModel
public $is_virtual;
public $cache_default_attribute;
/**
* @var string If product is populated, this property contain the rewrite link of the default category
*/
public $category;
public static $_taxCalculationMethod = PS_TAX_EXC;
protected static $_prices = array();
protected static $_pricesLevel2 = array();