<v:store:if_recent_order_paypal>

Renders its contents only if the payment method used for the most recent order was PayPal.

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 method was not not PayPal.

Sample Usage

<v:store:if_recent_order_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_recent_order_paypal>