Documentation You are here: start » v » 0.7.2 » checkout

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
v:0.7.2:checkout [2012/02/20 15:02] – [Adding custom validation to your Checkout] adamv:0.7.2:checkout [2012/02/22 17:24] – [Customising which Credit Card types are allowed on your Checkout] foxyluke
Line 205: Line 205:
   FC.checkout.config.validPaymentCards = ["mastercard","visa"];   FC.checkout.config.validPaymentCards = ["mastercard","visa"];
 </script></code> </script></code>
 +
 +You'll also need to update the "pay with credit card" checkout language string in your FoxyCart admin under the language settings.
 ===== Other Checkout Actions ===== ===== Other Checkout Actions =====
 The checkout is primarily used to pay for new purchases, but there are certain other situations that arise that are still handled through the checkout. It's important to understand when your checkout can be used for other purposes so you can design and style accordingly. The checkout is primarily used to pay for new purchases, but there are certain other situations that arise that are still handled through the checkout. It's important to understand when your checkout can be used for other purposes so you can design and style accordingly.

Site Tools