Quote Originally Posted by voltage View Post
Does this work on older version of zencart? 1.3?
I can't say for certain as I have not tested it with versions prior to v1.3.7. However, I think it should work with earlier v1.3.x releases. The only change that I can see being necessary is to remove the PayPal Checkout Express code at the end of the includes/templates/template_default/templates/tpl_checkout_login_default.php file.

The bit that would need removing is...
PHP Code:
<?php // ** BEGIN PAYPAL EXPRESS CHECKOUT ** ?>
<?php 
if ($ec_button_enabled) { ?>
<div id="checkoutLoginDefaultPPEC">
<?php echo TEXT_CHECKOUT_LOGIN_PPEC?>
<div><?php require(DIR_FS_CATALOG DIR_WS_MODULES 'payment/paypal/tpl_ec_button.php'); ?></div>
</div>  
<?php ?>
<?php 
// ** END PAYPAL EXPRESS CHECKOUT ** ?>
Regards,
Christian.