<v:store:if_paypal>

Renders its contents only if currently selected payment method is PayPal (Website Payments Standard). This tag will not render its contents if the payment method is PayPal Express Checkout or PayPal Website Payments Pro (Direct Payment). This is because you may want to provide different sets of instructions for each payment type.

Required Attributes

None.

Optional Attributes

None.

You may provide a <v:else> tag after this tag to specify HTML to render if the currently selected method is not PayPal.

Sample Usage

<v:store:if_paypal>
 Please note: your order is being processed by PayPal.
 You will receive 2 receipts via E-Mail, one from us and one from PayPal.
</v:store:if_paypal>