| Issue 156: | Product slug support patch | |
| 1 person starred this issue and may be notified of changes. | Back to list |
As discussed in the group, having a way to include the full product name in the URL would optimize Substruct installations for search engines. This patch includes support for adding "slugs" to product links. The method I used requires a uniform code length, which many stores already use. There are other ways of implementing this: all-numeric codes, delimiters, etc., but I think a uniform code length is the most common and most flexible in terms of code content. To-do: add validation of product codes when this is enabled, so that they cannot be saved if they are not the proper length.
Dec 8, 2008
Project Member
#1
subim...@gmail.com
Dec 17, 2008
Good point. Here it is using a delimiter. |