basbrouwers Bas Brouwers Multishop experienced Topic creator registered since: 22.03.2011 Posts: 19 | Dynamic markers don't get replaced on psp_succesurl page when uising Buckaroo. Multisop just fetches the page content and displays it. Is there a solution to this problem? In core.php the following code is excecuted: case 'psp_accepturl':
case 'psp_declineurl':
case 'psp_exceptionurl':
case 'psp_cancelurl':
$page = mslib_fe::getCMScontent($ms['page'], $GLOBALS['TSFE']->sys_language_uid); $page[0]['content'] is returned as content. Bas |
Written on: 20. 08. 2012 [10:03] |
basbrouwers Bas Brouwers Multishop experienced Topic creator registered since: 22.03.2011 Posts: 19 | Delving a bit further into the code I found the following in multishop/scripts/front_pages/includes/psp_forms/buckaroo.php: <input type="hidden" name="BPE_Return_Success" value="'.$this->FULL_HTTP_URL.mslib_fe::typolink('','&tx_multishop_pi1[page_section]=psp_accepturl').'"> The succesURL is hardcoded to psp_accepturl. Therefore it will never get inside the 'psp_post_payment_buckaroo' of the switch statement in core.php. Is there a reason that the url is hardcoded to psp_succesurl? Could I use the 'psp_post_payment_buckaroo' code or is this not recommended? Bas |
Written on: 20. 08. 2012 [10:56] |