开发者

How to include category in the product url in Satchmo?

开发者 https://www.devze.com 2023-03-13 00:02 出处:网络
I am porting an existing web site to django/satchmo. I want to keep the same url schema than the existing site.

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 po开发者_运维技巧ssibility to insert the category in the product url.

Is it possible to do this somehow?

Thanks in advance


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

0

精彩评论

暂无评论...
验证码 换一张
取 消