We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad50f8c commit 3ff8eeeCopy full SHA for 3ff8eee
frontend/src/components/routes/product-widget/SelectProducts/index.tsx
@@ -283,7 +283,7 @@ const SelectProducts = (props: SelectProductsProps) => {
283
</h4>
284
<Trans>
285
If a new tab did not open, please {' '}
286
- <a href={'/checkout/' + eventId + '/' + productMutation.data?.data.short_id + '/details'}
+ <a href={'/checkout/' + eventId + '/' + productMutation.data?.data.short_id + '/details' + '?session_identifier=' + productMutation.data?.data.session_identifier}
287
target={'_blank'} rel={'noopener noreferrer'}>
288
<b>{t`click here`}</b>.
289
</a>
0 commit comments