Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| snippets:misc_cart_and_checkout:removing_paypal_from_the_cart [2014/08/06 20:58] – [Step 1: Add a style to your cart template] Adding 2.0 option sparkweb | snippets:misc_cart_and_checkout:removing_paypal_from_the_cart [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ---- dataentry snippet ---- | ---- dataentry snippet ---- | ||
| - | type : snippet #do not change this line | + | type : snippet # do not change this line |
| - | category | + | category |
| - | name : Removing PayPal from the Cart to force customers to FC checkout first #the name of the snippet | + | name : Removing PayPal from the Cart to force customers to FC checkout first # the name of the snippet |
| - | description | + | description |
| - | versions_tags : 0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0 #compatible versions | + | versions_tags : 0.6.0, 0.7.0, 0.7.1, 0.7.2, 1.0, 1.1, 2.0 # compatible versions |
| - | reference_url : http:// | + | reference_url : http:// |
| - | tags_tags | + | tags_tags |
| - | date_dt | + | date_dt |
| ---- | ---- | ||
| + | |||
| ====== Removing PayPal from the Cart to force customers to FC checkout first ====== | ====== Removing PayPal from the Cart to force customers to FC checkout first ====== | ||
| Line 28: | Line 29: | ||
| </ | </ | ||
| - | If using FoxyCart version 2.0, you'll use this code instead: | + | If using FoxyCart version 2.0, within your store's FoxyCart administration, |
| <code css> | <code css> | ||
| <style type=" | <style type=" | ||
| - | .fc-action--payment--or, | + | .fc-action--payment--or, |
| display: | display: | ||
| } | } | ||