0

I am porting an existing web site to django/satchmo. I want to keep the same url schema than the existing site.

This url schema includes the category of the product. Someting like :

/parent-category/category/sub-category/product.html

AFAIK, Satchmo doesn't give the possibility to insert the category in the product url.

Is it possible to do this somehow?

Thanks in advance

luc
  • 41,928
  • 25
  • 127
  • 172

1 Answers1

0

It seems that it is not possible. I finally decided to change the url schemas and to redirect old pages to new ones.

luc
  • 41,928
  • 25
  • 127
  • 172