ikanimo Posted May 4, 2010 Share Posted May 4, 2010 I need to change the PAYMENT method list like this example:if the ammount is less than 1000, user can use paypal or BANK wireelse for ammount > 1000, user can use ONLY BANK wire.==============so I have seen that the page to change is order-payment.tpl, but I'm not realy pratic with $HOOK_PAYMENT ...any suggestion ??? Link to comment Share on other sites More sharing options...
ikanimo Posted May 4, 2010 Author Share Posted May 4, 2010 RESOLUTION:edit paypal.tpl in module/paypal/ {if $total_price < 1000} {l s='Pay with PayPal' mod='paypal'} {/if} so if total price < 1000 module will be written, else will be skipped!! Link to comment Share on other sites More sharing options...
Recommended Posts