Alaincassis Posted January 23, 2015 Share Posted January 23, 2015 Dans les versions 1.4 de PS , cette fonctionnalité était très utile: Lors de la commande, il s'affichait sous le récap du panier la phrase : "Pour obtenir la gratuité des frais de port, vous devez encore commander pour: XX€ Et dans les nouvelles versions, cette phrase existe toujours dans les fichiers lang/fr.php !. C'était, dans le shopping_cart.tpl du 1.4.5.1 : <tr class="cart_free_shipping" {if $free_ship <= 0 || $isVirtualCart} style="display: none;" {/if}> <td colspan="6" style="white-space: normal;">{l s='Remaining amount to be added to your cart in order to obtain free shipping:'}</td> <td id="free_shipping" class="price">{displayPrice price=$free_ship}</td> </tr> Je suppose que pour l'utiliser dans le shopping_cart.tpl , il faut mettre les bonne variables . Mais lesquelles ??? je ne suis pas developpeur ! Si quelqu'un avait une idée, j'ai vu sur le forum que pas mal de gens cherchent la solution Merci d'avance Alain Link to comment Share on other sites More sharing options...
Alaincassis Posted January 25, 2015 Author Share Posted January 25, 2015 OK pour le 1.6.0.11 . Cela fonctionne !!! Link to comment Share on other sites More sharing options...
Méryl Marmier Posted April 24, 2015 Share Posted April 24, 2015 Bonjour, Toujours le même appel à l'aide je n'arrive pas à mettre "Pour obtenir la gratuité des frais de port, vous devez encore commander pour: XX€ Si une âme bien veillante passe par là et à une solution je suis preneuse . D'avance merci Cordialement Mamrier Méryl Link to comment Share on other sites More sharing options...
EISEAL Posted April 25, 2015 Share Posted April 25, 2015 Salut, Code a mettre dans themes/TONTHEME/shopping-cart.tpl, juste après {hook h="displayBeforeShoppingCartBlock"} ou ailleurs : <div align="center"> {assign var='freeshipping_price' value=Configuration::get('PS_SHIPPING_FREE_PRICE')} {if $freeshipping_price} {assign var='freeshipping_price_converted' value={toolsConvertPrice price=$freeshipping_price[spam-filter] {math equation='a-b' a=$total_price b=$total_shipping assign='total_without_shipping'} {math equation='a-b' a=$freeshipping_price_converted b=$total_without_shipping assign='remaining_to_spend'} {if $remaining_to_spend > 0} {l s='Your total (without shipping) is'} {convertPrice price=$total_without_shipping}<br /> <strong>{l s='You will be eligible for free shipping if you spend another'} {convertPrice price=$remaining_to_spend}</strong> <p> </p> {/if} {/if} </div> Link to comment Share on other sites More sharing options...
Méryl Marmier Posted April 25, 2015 Share Posted April 25, 2015 Wouuuuuuhouuuuuuuuuuuuuuu Un grand merci à vous j'ai essayé tout un tas de code il y avait toujours un truc qui clochait , mais celui ci est parfait à 100% Merci merci merci 1 Link to comment Share on other sites More sharing options...
tresorsdargan Posted May 1, 2015 Share Posted May 1, 2015 Bonjour Merci pour ce bout de code très utile !!! Est il possible d'afficher ces prix en HT ? Link to comment Share on other sites More sharing options...
Soyons Solidaire Posted May 2, 2015 Share Posted May 2, 2015 (edited) Bonjour il faut éviter les doublons Merci : https://www.prestashop.com/forums/topic/396176-1451-16011-faire-r%C3%A9apparaitre-pour-obtenir-la-gratuit%C3%A9-des-frais-de-port-du-1451/#entry1932261 Edited May 2, 2015 by Soyons Solidaires (see edit history) Link to comment Share on other sites More sharing options...
Draganne Posted October 27, 2015 Share Posted October 27, 2015 Le code ne fonctionne pas pour moi, je suis en 1.6.1 Link to comment Share on other sites More sharing options...
zancu Posted November 15, 2015 Share Posted November 15, 2015 Bonjour et merci pour le code, je suis en 1.6.1.2, il fonction bien, mais un petit problem, il affiche le message que en italien, mon site est en italien et francais, avez vous une solution? Merci Link to comment Share on other sites More sharing options...
Grafyx89 Posted July 11, 2017 Share Posted July 11, 2017 Bonjour, Sur la 1.6.14, le code ne fonctionne pas, est-ce quelqu'un pourrais l'adapter ? Merci Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now