I use Categorys and Products,
Is there any way to geht seo friendly URL´s for products?
http://www.domain.com/category/subcategory/product/106
instead the product/106? 106 is the id
I found this in products.php
if ($category && $category->exists()) {
return Controller::join_links($category->Link(), 'product', $this->ID);
}
and ist there a way to add/change title, description, keywords
thank you so much