Eolia Posted November 30, 2015 Share Posted November 30, 2015 (edited) Sur la dernière version Du module Socolissimo, si vous avez une règle qui offre les frais de ports, le module affiche dans la page des transporteurs: "A partir de 0,00€ TTC" au lieu de "Gratuit" ou "Offert !" Pour modifier ce comportement idiot, il faut modifier les 3 lignes 772 à 774 de socolissimo.php par ceci: 'initialCost_label' => ($free_shipping ? $this->l('Free') : $this->l('From')), 'initialCost' => ($free_shipping ? '' : $from_cost.$this->l(' €')), // to change label for price in tpl 'taxMention' => ($free_shipping ? '' : $this->l(' TTC')), // to change label for price in tpl Edited November 30, 2015 by Eolia (see edit history) 1 Link to comment Share on other sites More sharing options...
2FR3 Posted November 30, 2015 Share Posted November 30, 2015 Merci Eolia 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