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 [2013/02/14 06:29] – [Data entry] adam | 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 22: | Line 23: | ||
| <code css> | <code css> | ||
| <style type=" | <style type=" | ||
| - | # | + | # |
| display: | display: | ||
| } | } | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | If using FoxyCart version 2.0, within your store' | ||
| + | |||
| + | <code css> | ||
| + | <style type=" | ||
| + | .fc-action--payment--or, | ||
| + | display: | ||
| + | } | ||
| + | </ | ||
| + | </ | ||
| + | |||
| ===== Related Forum Discussions ===== | ===== Related Forum Discussions ===== | ||
| * http:// | * http:// | ||