// Add {categories} keyword in product_rule dispatch rule #PSFV-321

This commit is contained in:
rMalie
2012-01-02 17:06:33 +00:00
parent 6c7ebb7100
commit 15335a86dc
3 changed files with 37 additions and 3 deletions
+1
View File
@@ -47,6 +47,7 @@ class DispatcherCore
'rewrite' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
'ean13' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
'category' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
'categories' => array('regexp' => '[/a-zA-Z0-9-\pL]*'),
'reference' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
'meta_keywords' => array('regexp' => '[a-zA-Z0-9-\pL]*'),
'meta_title' => array('regexp' => '[a-zA-Z0-9-\pL]*'),