We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f3d17 commit 5fd9171Copy full SHA for 5fd9171
1 file changed
templates/client/html/common/summary/detail.php
@@ -22,7 +22,7 @@
22
$detailAction = $this->config( 'client/html/catalog/detail/url/action', 'detail' );
23
$detailConfig = $this->config( 'client/html/catalog/detail/url/config', ['absoluteUri' => 1] );
24
$detailFilter = array_flip( $this->config( 'client/html/catalog/detail/url/filter', ['d_prodid'] ) );
25
-
+unset( $detailFilter['d_prodid'] ); // product name isn't suitable because different from URL
26
27
/** client/html/account/download/url/target
28
* Destination of the URL where the controller specified in the URL is known
0 commit comments