Zen Cart Logo
Forums / General Questions / Vertical mode for Login? HELP how do I do it?

Vertical mode for Login? HELP how do I do it?

Locked

Views: 2,297

Results 21 to 22 of 22
This thread is locked. New replies are disabled.
10 Apr 2008, 9:30 PM
#21
ivum avatar

ivum

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!

10 Apr 2008, 9:42 PM
#22
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Vertical mode for Login? HELP how do I do it?

You're welcome. Pleased you got it fixed.