This is an old revision of the document!
- type:
- snippet
- category:
- Misc cart and checkout
- name:
- Removing PayPal from the Cart to force customers to FC checkout first
- reference:
- http://forum.foxycart.com/comments.php?DiscussionID=3497&page=1
Removing PayPal from the Cart to force customers to FC checkout first
Basically what you'll be doing is altering the cart template in the FoxyCart administration to hide the Paypal checkout link. You can do this by either using CSS and setting the paypal element to display:none; or using javascript to .hide(); that element. This will ensure people are funneled through the FoxyCart checkout before heading to PayPal.
Taking this approach actually makes the customer have to enter more information, and doesn't show PayPal immediately on the cart template which could hurt conversions if someone is looking specifically for PayPal.