Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
snippets:misc_cart_and_checkout:removing_paypal_from_the_cart [2014/08/06 20:59] – [Data entry] version update sparkwebsnippets:misc_cart_and_checkout:removing_paypal_from_the_cart [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 29: Line 29:
 </code> </code>
  
-If using FoxyCart version 2.0, you'll use this code instead:+If using FoxyCart version 2.0, within your store's FoxyCart administration, add the following within the configuration page to the "add custom code to the header or footer" option - to the "header" textbox:
  
 <code css> <code css>
 <style type="text/css" > <style type="text/css" >
-  .fc-action--payment--or, .fc-action--payment--paypal-express-checkout {+  .fc-action--payment--or, .fc-action--payment--paypal-express-checkout, .fc-action--payment--paypal-ec {
     display:none !important;     display:none !important;
   }   }

Site Tools