Fundraising 2011/Styleguide/Donate wiki landing pages
Introduction
editIn order to get an better picture of how the templates on donate.wiki relate to one another review the images below. The Landing Page is chopped up into many templates so that we can change and test individual pieces of the page without changing core functional pieces of the page. This provides us with more stability for a broader range of users.
- Superficial changes to the various payment options can be done with editing the "Form-countryspecific-*" template for the country you wish to change.
- Superficial changes to the layout and the appeal are done by changing the banner.
Information flow
editThe flow of information from template to template is laid out in Fig. 2 on the right.
Banner
editBanner settings completely determine which landing page is displayed, in which language, and where the page runs. All banners call the donate:Lp-layout-default template and pass it the names of 4 templates. The default values follow:
- Template:2011FR/Appeal-template-default
- "Appeal-default"
- Template:2011FR/Form-template-default
- Template:2011FR/Form-countryspecific-control
For specifics of the donate.wiki versions of the banner code visit: Fundraising 2011/Styleguide/Banners.
Appeal Templates
editThe "2011FR/Appeal-default" is used by Template:2011FR/Appeal-template-default to call the following 2 templates:
Donation Form Templates
editThe template that ties together the payment form on the right of the page is Template:2011FR/Form-template-default. The country specific details are set by the template Template:2011FR/Form-countryspecific-control.
Form-countryspecific-control example
editThis is example code from Template:2011FR/Form-countryspecific-control/AU.
<html> </html> {{2012FR/Form-section/Processing/Default | language = {{{language}}} | country = {{{country}}} | appeal = {{{appeal}}} | currency = {{2012FR/Switch/Currency/Code|{{{country}}}}} | handler = GC | GC-CC-ffname = cc-vmaj }} {{2012FR/Form-section/Radiobuttons/Default | country = {{{country}}} | language = {{{language}}} | currency = {{2012FR/Switch/Currency/Code|{{{country}}}}} | donate-amount-0 = 5 | donate-amount-1 = 10 | donate-amount-2 = 20 | donate-amount-3 = 25 | donate-amount-4 = 50 | donate-amount-5 = 100 | donate-amount-6 = 250 }} {{2012FR/Form-section/Paymentmethods/Creditcard}} {{2012FR/Form-section/Paymentmethods/EWallet/PayPal}} {{2012FR/Form-section/Paymentmethods/OnlineBT/BPay}} {{2012FR/Form-section/Paymentmethods/Banktransfer}} <html> </html>
Payment Processing
editTemplate:2012FR/Form-section/Processing/Default This template pulls in the payment processing. Currently, there are the following credit card combinations available:
- cc-vm - Visa, Master Card
- cc-vma - Visa, Master Card, JCB
- cc-vmj - Visa, Master Card, American Express
- cc-vmaj - Visa, Master Card, American Express, JCB
Donation Amounts
editTemplate:2012FR/Form-section/Radiobuttons/Default This template pulls in the display method for the donation options and sets the values to be displayed. The "donate-amount-*" perimeters set the values that will be used in the country. These values are in the currency that has been set as the local currency.
Payment Methods
editTemplate:2012FR/Form-section/Paymentmethods These templates enable the various payment buttons that will be shown for the LPs for this country. Currently, the available buttons are:
- credit card
- bank transfer
- direct debit
- PayPal
- Skill
- WebMoney
- Sofort
- Enets
- EPS
- IDeal
- BPay
- a link to a USD PayPal page
- a link to a EUR PayPal page
With a few that are waiting to be enabled:
Helper Templates
editCurrency templates
editThe following 2 templates contain the information needed to get currency details.
- Template:2012FR/Switch/Currency/Code - Returns the code of the official currency for each country.
- Template:2012FR/Switch/Currency/Symbol - Returns the symbol for each currency.
- Template:2012FR/Switch/Currency/Minimums - Lists the minimum donation amount for each currency to be used in a JavaScript array.
- Template:2012FR/Switch/Currency/Position - Returns "before" or "after" given a language, country and currency combination. This tells whether the symbol comes before or after the value when displaying a currency amount.
Switch templates
editThe following is a list of templates templates that are used to change page content based on language, country, etc.
- Template:AppealAmountSwitch
- Template:AppealAmountSwitch/en
- Template:2012FR/Switch/Appeal
- Template:2012FR/Switch/Country
- Template:2012FR/Switch/Infobox
- Template:2012FR/Switch/Ltr-direction
- Template:2012FR/Switch/Translationlink
Payment method templates
editThe following template is used to turn on and off payment methods by toggling the "display" value stored inside the template between "block"(on) and "none"(off).
This is a list of all the payment methods that can be added to a country:
- Template:2012FR/Form-section/Paymentmethods/Banktransfer
- Template:2012FR/Form-section/Paymentmethods/Cash/Boletos
- Template:2012FR/Form-section/Paymentmethods/Cash/Westernunion
- Template:2012FR/Form-section/Paymentmethods/Creditcard
- Template:2012FR/Form-section/Paymentmethods/Directdebit
- Template:2012FR/Form-section/Paymentmethods/EWallet/Alipay
- Template:2012FR/Form-section/Paymentmethods/EWallet/Nordea
- Template:2012FR/Form-section/Paymentmethods/EWallet/PayPal
- Template:2012FR/Form-section/Paymentmethods/EWallet/Skrill
- Template:2012FR/Form-section/Paymentmethods/EWallet/Webmoney
- Template:2012FR/Form-section/Paymentmethods/EWallet/Yandex
- Template:2012FR/Form-section/Paymentmethods/Link/PayPalEUR
- Template:2012FR/Form-section/Paymentmethods/Link/PayPalUSD
- Template:2012FR/Form-section/Paymentmethods/OnlineBT/BPay
- Template:2012FR/Form-section/Paymentmethods/Realtime/EPS
- Template:2012FR/Form-section/Paymentmethods/Realtime/Enets
- Template:2012FR/Form-section/Paymentmethods/Realtime/Giropay
- Template:2012FR/Form-section/Paymentmethods/Realtime/Ideal
- Template:2012FR/Form-section/Paymentmethods/Realtime/Sofort
Misc. Templates
edit- Template:2012FR/Lp-header/Socialmedia - This template is used to set what sites like facebook will use for their sharing preview.
F.A.Q.
editHow do I add currencies?
editThere are 4 templates that need to be changed to add a currency to be usable.
These three templates add all the needed details for each currency.
- Template:2012FR/Switch/Currency/Symbol - This template sets the symbol used with each currecny.
- Template:2012FR/Switch/Currency/Minimums - This template sets the minimum donation amount for each currency which is about 1 USD.
- Template:2012FR/Switch/Currency/Position - This template sets the position of the currency symbol relative to the value, before or after.
This template enables the currencies by linking them to countries
- Template:2012FR/Switch/Currency/Code - This template sets the default currency for each country.
How do I add countries?
editTo add a country a minimum of 4 templates must be created. First, make sure the currency the new country uses is enabled. See How do I add currencies?
Second, the "Form-countryspecific-*" templates must be created At least the following country specific templates must be created
- Template:2011FR/Form-countryspecific-control/XX
- Template:2011FR/Form-countryspecific-monthly/XX
- Template:2011FR/Form-countryspecific-recurring/XX
To do A/B/C/etc testing for this new country the "variable" page need to be created
- Template:2011FR/Form-countryspecific-variable1/XX
- Template:2011FR/Form-countryspecific-variable2/XX
- Template:2011FR/Form-countryspecific-variable3/XX
How do I customize Landing Pages for a country?
editTo customize the donation forms for each country changes need to be made to the corresponding "Form-countryspecific-*" and "Form-template-*" templates.
How do I add new payment methods?
editTo add new payment methods 1 template needs to be edited and 1 new template must be created.
The template that must be edited is Template:2012FR/Form-section/Processing/Default and a new "Form-section/Paymentmethod/*" template must be made.
How do I enable or disable payment methods?
editEach payment method has a master switch that can disable all processing of that type. The switch is located in the template Template:2012FR/Form-section/Paymentmethods/Status. By going to this template and changing the CSS property "display" to either "block" or "none", one can enable or disable payment methods respectively.
Enabling and disabling payment methods for individual countries can be done by adding and removing the payment method templates listed above from the "Form-countryspecific-*" template.