fix forward ported code for session-isms
This commit is contained in:
parent
3d92467451
commit
55f385394c
1 changed files with 2 additions and 2 deletions
|
|
@ -390,7 +390,7 @@ sub www_editCommerceSettings {
|
|||
# general
|
||||
$tabform->getTab('general')->template(
|
||||
-name => 'commerceConfirmCheckoutTemplateId',
|
||||
-value => $session{setting}{commerceConfirmCheckoutTemplateId},
|
||||
-value => $session->setting->get('commerceConfirmCheckoutTemplateId'),
|
||||
-label => $i18n->get('confirm checkout template'),
|
||||
-hoverHelp => $i18n->get('confirm checkout template description'),
|
||||
-value => $session->setting->get("commerceConfirmCheckoutTemplateId"),
|
||||
|
|
@ -400,7 +400,7 @@ sub www_editCommerceSettings {
|
|||
-name => 'commerceTransactionErrorTemplateId',
|
||||
-label => $i18n->get('transaction error template'),
|
||||
-hoverHelp => $i18n->get('transaction error template description'),
|
||||
-value => $session{setting}{commerceTransactionPendingTemplateId},
|
||||
-value => $session->setting->get('commerceTransactionPendingTemplateId'),
|
||||
-namespace => 'Commerce/TransactionError'
|
||||
);
|
||||
$tabform->getTab('general')->template(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue