Jump to content

Montant minimum selon paiement


Recommended Posts

oui je pense qu'une maniere simple serait suffisante de quel maniere precisement ? je vous avouerai que je suis un peu perdu avec ce smarty ?

<p class="payment_module">
	<a href="{$link->getModuleLink('cashondelivery', 'validation', [], true)}" title="{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}">
		<img src="{$this_path}cashondelivery.gif" alt="{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}" style="float:left;" />
		<br />{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}
		<br />{l s='You pay for the merchandise upon delivery' mod='cashondelivery'}
		<br style="clear:both;" />
	</a>
</p>
Link to comment
Share on other sites

Oui c'est ce template, tu peux essayer ceci :

<p class="payment_module" {if $total_products_wt < 15} style="display:none;"{/if}>
    <a href="{$link->getModuleLink('cashondelivery', 'validation', [], true)}" title="{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}">
        <img src="{$this_path}cashondelivery.gif" alt="{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}" style="float:left;" />
        <br />{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}
        <br />{l s='You pay for the merchandise upon delivery' mod='cashondelivery'}
        <br style="clear:both;" />
    </a>
</p>

<p class="payment_module" {if $total_products_wt < 15} style="display:none;"{/if}>

$total_products_wt : total produits taxes incluses

15 : montant minimum pour afficher ce paiement

< : strictement inférieur à 15 euros

 

C'est à tester, pas sûr à 100% que cela fonctionne aux petits oignons !

Edited by thech4n (see edit history)
Link to comment
Share on other sites

  • 8 months later...

Oui c'est ce template, tu peux essayer ceci :

<p class="payment_module" {if $total_products_wt < 15} style="display:none;"{/if}>
    <a href="{$link->getModuleLink('cashondelivery', 'validation', [], true)}" title="{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}">
        <img src="{$this_path}cashondelivery.gif" alt="{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}" style="float:left;" />
        <br />{l s='Pay with cash on delivery (COD)' mod='cashondelivery'}
        <br />{l s='You pay for the merchandise upon delivery' mod='cashondelivery'}
        <br style="clear:both;" />
    </a>
</p>

<p class="payment_module" {if $total_products_wt < 15} style="display:none;"{/if}>

$total_products_wt : total produits taxes incluses

15 : montant minimum pour afficher ce paiement

< : strictement inférieur à 15 euros

 

C'est à tester, pas sûr à 100% que cela fonctionne aux petits oignons !

Bonjour merci mais je relance ce poste.Je suis 1.606 et depuis la mise à jour sur la version du module"chéque V2-5-3" cela ne fonctionne plus .Une idée peut être? .Merci pour vos réponses.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...