Real URL Config for tt_products
Comments Off
Jun.20, 2011 by
ajit
There are many posts regarding adding realurl to tt_products but I found that the fillowing code works well. Copy this code to your realurl configuration file. Disable the realurl autoconf in the Backend. // product categories ‘categories’ => array ( array ( ‘GETvar’ => ‘tt_products[cat]‘ , ‘lookUpTable’ => array ( ‘table’ => ‘tt_products_cat’ , ‘id_field’ [...]


