How can you implement permalink on shopping pages?

Answer:

Answer

Assign a stable identifier to each item, such as a SKU or ISBN. Ensure that all shopping URLs look like http://www.YOU.com/product/sku?a=b&c=d&e=f, where the a-f parameters only affect view and sort order and such. Then later visits to the URL mentioning the sku will always show a description of the desired product.

First answer by ID1456758152. Last edit by ID1456758152. Question popularity: 24 [recommend question].