{trans key="payment_methods.payments"}


{if $paypalExpressDisplayed}
{if $paypalExpressEnabled}{trans key="common.edit"}{/if}
Create a seamless checkout experience and increase your conversion rate with PayPal Express Checkout.
{/if} {if $stripeDisplayed}
{if !$stripeConnected} Connect with Stripe {elseif $stripeActivateUrl} Activate Stripe Account {/if} {if $stripeConnected}{/if} {if $stripeConnected} {trans key="common.edit"} {/if}
Accept credit cards in less than 5 minutes. No monthly fees, no setup fees, no merchant account required. {if $stripeActivateUrl}
Your store is connected to Stripe, and you are now collecting payments. Please click here to complete the process to accept your funds. {/if}
{/if}
{if !$btConnected} {/if} {if $btConnected} {trans key="common.edit"} {/if}
Accept credit cards in less than 5 minutes. No monthly fees, no setup fees, no merchant account required.
{foreach from=$paymentMethods item="paymentMethod"}

{if $paymentMethod.type == 'custom'}{$paymentMethod.title|gs}{else}{$paymentMethod.name}{/if}

{if $paymentMethod.active == 'Yes'}{trans key="common.edit"}{/if}
{/foreach} {if $noPaymentMethods} {trans key="payment_methods.no_records"} {/if}
{include file="templates/pages/payments/modal-add-payment.html"} {include file="templates/pages/payments/modal-update-custom-payment.html"} {include file="templates/pages/payments/modal-stripe-connect.html"} {include file="templates/pages/payments/modal-bt-connect.html"}