Skip to content

Commit 5fd9171

Browse files
committed
Always use d_prodid for URL in basket/orders to avoid wrong URLs
1 parent 97f3d17 commit 5fd9171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/client/html/common/summary/detail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
$detailAction = $this->config( 'client/html/catalog/detail/url/action', 'detail' );
2323
$detailConfig = $this->config( 'client/html/catalog/detail/url/config', ['absoluteUri' => 1] );
2424
$detailFilter = array_flip( $this->config( 'client/html/catalog/detail/url/filter', ['d_prodid'] ) );
25-
25+
unset( $detailFilter['d_prodid'] ); // product name isn't suitable because different from URL
2626

2727
/** client/html/account/download/url/target
2828
* Destination of the URL where the controller specified in the URL is known

0 commit comments

Comments
 (0)