The {IF-PAYPAL-WPS-ELIGIBLE-BEGIN} QuickCode Tag must be used with the {IF-PAYPAL-WPS-ELIGIBLE-END} QuickCode Tag. The {ELSE} QuickCode Tag may optionally be inserted between {IF-PAYPAL-WPS-ELIGIBLE-BEGIN} and {IF-PAYPAL-WPS-ELIGIBLE-END}.
{IF-PAYPAL-WPS-ELIGIBLE-BEGIN} and {IF-PAYPAL-WPS-ELIGIBLE-END} are compatible with checkout templates. The default checkout template is checkout_1.tpl, but some template packages may include additional checkout templates for a multi-page checkout process.
Content between {IF-PAYPAL-WPS-ELIGIBLE-BEGIN} and {IF-PAYPAL-WPS-ELIGIBLE-END} is shown if either of the following conditions are true:
- Allow off-site payment gateways? is set to YES.
- Allow off-site payment gateways? is set to NO, and the current order does not include any subscription products.
Content between {IF-PAYPAL-WPS-ELIGIBLE-BEGIN} and {IF-PAYPAL-WPS-ELIGIBLE-END} is hidden if the following condition is true:
- Allow off-site payment gateways? is set to NO, and the current order includes at least one subscription product.
If {ELSE} is inserted between {IF-PAYPAL-WPS-ELIGIBLE-BEGIN} and {IF-PAYPAL-WPS-ELIGIBLE-END}, then content between {ELSE} and {IF-PAYPAL-WPS-ELIGIBLE-BEGIN} is shown if either of the following conditions are true:
- Allow off-site payment gateways? is set to YES.
- Allow off-site payment gateways? is set to NO, and the current order does not include any subscription products.
Any alternate content between {ELSE} and {IF-PAYPAL-WPS-ELIGIBLE-END} is shown if the following condition is true:
- Allow off-site payment gateways? is set to NO, and the current order includes at least one subscription product.
It is recommended to place any content related to the PayPal Website Payments Standard payment gateway between {IF-USING-PAYPAL-WPS-BEGIN} and {IF-USING-PAYPAL-WPS-END}, so that the content will be shown when the PayPal Website Payments Standard payment gateway is enabled in the store's Merchant Account Settings section of the System Settings, but hidden if the PayPal Website Payments Standard payment gateway is disabled. |