Hello,
How can we achieve the result below, when we actually have the following URL structure:
We are using Commerce 13.3
Thanks!
I suppose you can change your ProductController's Index action
public ActionResult Index(FashionProduct currentContent, string color = "")
of course in there you need to handle sizes, but the url generated should be that
Thank you Quan!
Hello,
How can we achieve the result below, when we actually have the following URL structure:
We are using Commerce 13.3
Thanks!