View Single Post
  #2  
Old 08-19-2015, 10:45 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: Remove Checkout with PayPal from Pop-Up

Quote:
Originally Posted by Wing Fat
When someone adds something to the cart a little green status notification pops up at the top of the window informing them that the item has been added to the cart, and also has a button with the "Checkout with PayPal" logo on it. How do I remove the PayPal logo from that status notification? In the Store Setup > Payment Methods section I have "Display the "Buy Now with PayPal" button" check box turned off which removes it from the product listings but it still displays in the green notification window and I really want it gone.
Hi.
You can add the following code to the Custom CSS section to disable that button.
Code:
#status-messages .pp-ec-button { display: none; }
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team
Reply With Quote