sae session challenge, to get former order in thankyou

Cette révision appartient à :
Daniel Seifert 2015-07-10 17:06:30 +02:00
Parent 50b5ac3d06
révision 39d5de8448
1 fichiers modifiés avec 4 ajouts et 0 suppressions

Voir le fichier

@ -21,8 +21,12 @@ class d3_dev_thankyou extends d3_dev_thankyou_parent
{
public function init()
{
$sSessChallenge = oxRegistry::getSession()->getVariable('sess_challenge');
parent::init();
oxRegistry::getSession()->setVariable('sess_challenge', $sSessChallenge);
if (oxRegistry::getConfig()->getRequestParameter('d3dev')
&& false == (bool) oxRegistry::getConfig()->getActiveShop()->oxshops__oxproductive->value
&& oxRegistry::getConfig()->getConfigParam('blD3DevShowThankyou')