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 [2015/02/03 04:34] – [Step 1: Add a style to your cart template] adam | snippets:misc_cart_and_checkout:removing_paypal_from_the_cart [2017/04/26 07:02] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| <wrap hi> Taking this approach actually makes the customer have to enter more information, | <wrap hi> Taking this approach actually makes the customer have to enter more information, | ||
| - | ==== Step 1: Add a style to your store configuration | + | ==== Step 1: Add a style to your cart template |
| - | Within | + | On your cart template, paste the following in the ''< |
| <code css> | <code css> | ||
| <style type=" | <style type=" | ||
| - | .fc-action--payment--or, | + | |
| + | display: | ||
| + | } | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | If using FoxyCart version 2.0, within your store' | ||
| + | |||
| + | <code css> | ||
| + | <style type=" | ||
| + | | ||
| display: | display: | ||
| } | } | ||