Hello there, one question:
>>>In which file can I remove the "-OR- PayPal Express" button and thereby disable guest checkout?
Thank you for your help!
*Tai
Latest News: (loading..)
Can I remove the "-OR- PayPal Express" ?
Started by taitaiji, Nov 09 2011 11:45 AM
6 replies to this topic
#1
Posted 09 November 2011 - 11:45 AM
#2
Posted 09 November 2011 - 11:54 AM
Disable or remove the paypal express payment module under admin>modules>payment
#3
Posted 09 November 2011 - 11:56 AM
oops... that would disable it alltogether! I am looking for a way to allow the express checkout only after login or creating an account.
But thanks for the fast reply!
But thanks for the fast reply!
#4
Posted 09 November 2011 - 01:11 PM
Solved: whoever wants to do as I did, getting rid of the guest checking out option with paypal express without loosing the payment option in later checkout do the following:
delete from >catalog >shopping_cart.php
delete from >catalog >shopping_cart.php
<?php
$initialize_checkout_methods = $payment_modules->checkout_initialization_method();
if (!empty($initialize_checkout_methods)) {
?>
<p align="right" style="clear: both; padding: 15px 50px 0 0;"><?php echo TEXT_ALTERNATIVE_CHECKOUT_METHODS; ?></p>
<?php
reset($initialize_checkout_methods);
while (list(, $value) = each($initialize_checkout_methods)) {
?>
<p align="right"><?php echo $value; ?></p>
<?php
}
}
?>
#5
Posted 15 November 2011 - 12:38 PM
Thank you. This was exactly what I was looking to do.
#6
Posted 12 December 2011 - 10:36 AM
Yes and me. Paypal checkout has caused me no end of grief for this reason.
#7
Posted 12 December 2011 - 11:09 AM
Good ridance to the paypal instant checkout button, at last! Probably cost me hundreds of pounds in lost sales.[img]http://forums.oscommerce.com//public/style_emoticons/default/huh.png[/img]









