Jump to content

¿Se puede restringir el pago a cierta cantidad?


antonpas_bcn

Recommended Posts

Buenas tardes, después de que me la vuelvan a jugar con Paypal, me estoy preguntando si hay alguna posibilidad de restringir el pago a cierta cantidad.

 

Que por ejemplo, pueda ponerle a la tienda, que la opción de pago Paypal aparezca únicamente para pedidos de hasta 150€.

 

Saludos y gracias de antemano!

Link to comment
Share on other sites

podrias hacerlo en el payment.tpl directo de paypal

 

por ejemplo

 

{if $total > "150"}

 

<p class="payment_module" height="">

<a href="{$base_dir_ssl}modules/paypal/payment/submit.php" title="{l s='Pay with PayPal' mod='paypal'}">

<img src="{$logo}" alt="{l s='Pay with PayPal' mod='paypal'}" style="float:left;" />

<br />

{if $integral}

{l s='Pay with your PayPal account, credit card (CB, Visa, Mastercard...), or private credit card' mod='paypal'}

{else}

{l s='Pay with your PayPal account' mod='paypal'}

{/if}

<br style="clear:both" />

</a>

</p>

{/if}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...