Try our conversational search powered by Generative AI!

Action on product controller fails to execute if you enable SEO URL

Found in

EPiServer.Commerce 13.29.0

Fixed in

EPiServer.Commerce 13.31.0

(Or a related package)

Created

Mar 12, 2021

Updated

Jan 31, 2023

State

Closed, Fixed and tested


Description

Action on product controller fails to execute if SEO URL is enabled.

Steps to reproduce:

  1. On a Quicksilver sample site, change MapDefaultHierarchialRouter from false to true: CatalogRouteHelper.MapDefaultHierarchialRouter(RouteTable.Routes, true);
  2. Navigate to a product from the start page and try to change the variant (shoe size for instance).

Expected:

Should hit public ActionResult SelectVariant(FashionProduct currentContent, string color, string size, bool useQuickview = false).

Actual:

SelectVariant is not hit.