Closed herzog31 closed 9 months ago
Pass a product's urlKey to the route function which returns the product page URL for a product.
const storeDetails = { route: ({ sku, urlKey }) => `/products/${urlKey}/${sku}`, };
Currently only the product sku is passed.
sku
Expected Behaviour
Pass a product's urlKey to the route function which returns the product page URL for a product.
Actual Behaviour
Currently only the product
sku
is passed.