10 Apr 2008, 9:30 PM
New Zenner
- Join Date:
- Mar 2007
- Posts:
- 36
- Plugin Contributions:
- 0
Vertical mode for Login? HELP how do I do it?
Thank you both for your replies!
The problem has been sorted.
We don't need the PayPal button on the login page so I removed it out of the file you said but the problem was still there.
So I did the following:
Open includes/modules/pages/login/header_php.php
Find and remove the following:
// Check for PayPal express checkout button suitability:
$paypalec_enabled = (defined('MODULE_PAYMENT_PAYPALWPP_STATUS') && MODULE_PAYMENT_PAYPALWPP_STATUS == 'True');
// Check for express checkout button suitability:
$ec_button_enabled = ($paypalec_enabled && ($_SESSION['cart']->count_contents() > 0 && $_SESSION['cart']->total > 0));
This has now fixed the problem.
Again, thank you very much!