Payment Page Setup

Okay so i wanted to ask how can i setup a page when someone submits their order and are being redirected to paypal payment page there is a blank page before being redirected to paypal payment page how can i insert a page



Something like this.



Anyone?

Hello,



Some custom code modifications are required in order to implement this.

Blank page was removed in the latest versions. Isn't it?

I'm running 4.1.5

[quote name='imran_m' timestamp='1408994225' post='190601']

I'm running 4.1.5

[/quote]



Please specify what PayPal service do you use?

Using regualr paypal processor.

[quote name='imran_m' timestamp='1409112856' post='190763']

Using regualr paypal processor.

[/quote]



To enable default notification, please open the app/functions/fn.cart.php file, find the fn_create_payment_form function and replace:


```php


```

with

```php
{$msg}


```

If you want to change the displayed text, please correct the [b]text_cc_processor_connection [/b]language variable